-1

I am very new to ios development. Recently somewhere i read that Apple has now allowed the integration of push notification into the app during development not production on unpaid apple accounts. However, i came across problems while trying to enable the push notification capability for my app on xcode and that makes me wonder if we actually need a paid membership to add the push notification feature on our app.

ElectricSaga
  • 49
  • 1
  • 9
  • 1
    What problems did you encounter? Can you share the snippet of code which handles your push notifications? – Ethan Field Sep 01 '17 at 09:54
  • If you log in to your developer account at developer.apple.com do you see the option to issue a push certificate? – Paulw11 Sep 01 '17 at 10:03
  • Thanks for the quick response. Problem was not in the code snippet. It just did not allow me to enable the push notification capability on xcode through project->target->capabilities. I am just going to go ahead with my company developer account. – ElectricSaga Sep 01 '17 at 11:17

1 Answers1

6

We need aps certificates to register device token for getting notifications. So it is not possible in free account.

Bikramjit Singh
  • 208
  • 1
  • 6