My application is currently planning a local notification within one week after the last application launch. Everything works fine while testing, but now that I have sent the application, I received this message from Apple:
"There is no right to push push notification - your application seems to have registered with the Apple Push Notification service, but the app subscription rights do not include the“ aps-environment "rights. If your application uses the Apple Push Notification service, make sure your ID The application is enabled for Push Notification in the Portal Provisioning Portal and is resubmitted after signing your application with a distribution profile that includes the “aps-environment” right.
I'm not really interested in push notifications, I just want to use local notifications. Should I still enable Push Notifications for my application ID and recreate the provisioning profile?
Edit: The specific answer to my question is: no. You do not need to enable push notification for the application identifier in order to use local notifications.
source share