Android Question Push Notification error

chuck3e

Active Member
Licensed User
Longtime User
I'm getting the following error when I submit for Apple review. I don't know why.
Looking at the libraries I have checked I see:
B4xPages
BCTextEngine
iCore
Would any of these be adding code that would register push notifications?

I don't have any code in the app that would be registering push notifications. I don't do anything outside of the app.
I do use GetDeviceLayoutValues. Does that cause registering push?

This is in my code but commented out as you see.
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
'OTA: ide://run?file=C:\Users\H\Documents\B4J\B4i_OTA\Objects\OTA.jar
'OTA: ide://run?file=C:\Users\H\Documents\B4J\B4i_OTA\Objects\OTA.jar
'OTA: ide://run?file=C:\Fish\OTA_Deployer.jar

ITMS-90078: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the 'aps-environment' entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the 'aps-environment' entitlement. Xcode does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. For more information, see https://developer.apple.com/library...s.html#//apple_ref/doc/uid/TP40008194-CH6-SW1.
 

Alex_197

Well-Known Member
Licensed User
Longtime User
Once your App has been submitted for review, and Apple has completed reviewing it, you should receive an email from them to let you know if everything was successful
or if any issues were found which need to be rectified.
NOTE: If you receive a message with an issue something like: 'ITMS-90078: Missing Push Notification Entitlement', this can just be safely ignored.
 
Upvote 0

chuck3e

Active Member
Licensed User
Longtime User
Thank you Alex and aeric.
aeric, thanks for the heads up. This is not the first time I got in the wrong forum. My posts must be defaulting to Android, and I keep forgetting to double check.
 
Upvote 0
Top