0

I am developing mobile app by using nativescript with angular. For earlier version of the app, we didn't include Push Notification when we published the app on both stores. Now, we included Push Notification in the app. It is OK when I published the app on Google Play Store. But when I built the app to upload on the Apple Store, I got the following error.

enter image description here If you already this problem and solved, please let me know how you solved it.

Narendra
  • 4,514
  • 2
  • 21
  • 38
Zaw
  • 11
  • 1
  • 2

2 Answers2

0

You need to activate Push Notification capabilities from xcode for your provisioning profile.

Check this questionXcode Push notifications

senuraa
  • 133
  • 1
  • 5
0

Go to https://developer.apple.com/ and edit your App Id settings.

Should be under App Ids inside Identifiers in left hand side. and then select your app id's Setup and configure services for this App ID. Enabled the Push Notifications.

You need to regenrate the provison profile for this is.

Narendra
  • 4,514
  • 2
  • 21
  • 38