Lack of aps right when creating ion pack

I am creating an ios app using Ionic version 3 and want to implement Push Notification feature in my ios app.

I created a development security profile and prepared all required certifications and provisioning profile.

Using the .ipa file generated from the ion pack build, I tried to register for the push notification. But whenever it tries to register for a notification, I always get a warning that aps-rights is missing, etc.

All the solution I found requires me to build using XCode and add the aps-entitlement tab from Capabilities.

My question is, how do I add aps right using ion pack build?

+3


source to share





All Articles