can we check push notification in simulator?

IphoneIos SimulatorApple Push-Notifications

Iphone Problem Overview


> Possible Duplicate:
> How can I test Apple Push Notification Service without an iPhone?

I want to know that can we receive push notification on iPhone Simulator or not. Also, I want something like this tell me if it is possible that, the app opens unregistered for push notification and when app terminates register for push notification.

Iphone Solutions


Solution 1 - Iphone

The iPhone Simulator is unable to receive push notifications or successfully register for them.

See the following: https://stackoverflow.com/questions/1080556/how-can-i-test-apple-push-notification-service-without-an-iphone

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionRahul VyasView Question on Stackoverflow
Solution 1 - IphoneBryan HenryView Answer on Stackoverflow