ios 8 Simulator , is it possible to send push notification to the simulator

Anjaneyulu Battula picture Anjaneyulu Battula · Nov 17, 2014 · Viewed 8k times · Source

When i run the app in ios 8 Simultor, it is showing alert do you want to allow push notifications and in settings i am able to see push notification enabled. So here can we send push notifications to the simulator? is it possible?

Answer

Sagar Shirbhate picture Sagar Shirbhate · Jul 19, 2016

Yes you can check push notification on simulator but you have to use a library in your app Named SimulatorRemoteNotifications. By which by using just 4-5 steps you can test push notification on Simulator.

They Also Provide PODs too

pod 'SimulatorRemoteNotifications', '~> 0.0.3'