Local Push Notifications Without Code
Developers when working with deep linking, struggles to check push notification. For those whom faces this, this blog will help you to simplify your work. Here this only works for simulator.
Here i share a piece of code. Just add this code in a file and save it as apns file extension. After saving the file, just drag and drop the file in simulator. This will push a notification to simulator.
{"Simulator Target Bundle": <Paste your bundle ID>,"aps":{"alert":"Test", //Message need to push"sound":"default", //change notification sound here"badge":1}}