If i wanted to test an app with push notification service, does it have to be approved in the app store?
views:
52answers:
2
A:
Yes. Before sending push notifications, your server must talk with Apple's master push notification server before sending out ANY push notifications whatsoever. :/
esqew
2010-07-21 02:33:24
The app doesn't need to be approved to test it, though.
ceejayoz
2010-07-21 02:55:28
+3
A:
No. You can use push notifications without ever submitting to the App Store via development or "Ad-Hoc" builds. You will however need a signed certificate from Apple, as push messages are routed through their network. Certs can be acquired with a paid Apple developer account.