0

I am trying to integrate Push notification service on cocoa application but my application is not eligible to submit on app store.

Does anyone have idea that can we use push notification (APNs) for application outside mac app store ?

1 Answers1

2

no, you need to sign your app with a provision profile for the store to use the service


compare also: https://developer.streamezzo.com/tools/how-use-push-notification#Apple

Daij-Djan
  • 49,552
  • 17
  • 113
  • 135
  • I won't have any provision profile. I am using developer ID certificate which doesn't need any provision profile. So is there any possibility to use APNs or any push service in application? – MuhammadTalhaSiddiqui May 20 '15 at 08:14
  • 1
    "no, you need to sign your app with a provision profile for the store to use the service" – Daij-Djan May 20 '15 at 12:28