"Meteormobile-config.js" sends notification

When submitting an application to the app store, I receive the following warning:

No right to release notice... Your application appears to have the API used to register with the Apple Push Notification service appears to be enabled, but the application signing rights do not include "aps-environment" rights. If your app uses the Apple Push Notification Service, make sure your App ID is enabled for Push Notification in the Portal Provisioning Portal and resubmitted after signing your app with a distribution profile that includes the "aps-environment" access right. For more information, see the Prevention and Development section of the Local and Push Notification Programming Guide. If your app is not using the Apple Push Notification service, no action is required. You can remove the API from future views to stop this warning.If you are using a third party framework, you may need to contact the developer for information on removing the API.

I know that the push notification right can be set in the mobile-config.js file, but I can't figure out what I need to add to that file in order for the config.xml file to be generated using the push notification right.

What can I add to my mobile-config.js file?

+3


source to share





All Articles