Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 264
Anjaneyulu Battula Avatar asked Nov 17 '14 05:11

Anjaneyulu Battula


1 Answers

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'
like image 105
Sagar Shirbhate Avatar answered Oct 12 '22 08:10

Sagar Shirbhate