PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → iOS: ITMS-90078: Missing Push Notification Entitlement
iOS: ITMS-90078: Missing Push Notification Entitlement
Iniciado por markus.ratzesberger, jun., 26 2019 3:44 PM - 4 respostas
Publicado em junho, 26 2019 - 3:44 PM
After upload my app to the app store (iOS) I got the following mail:


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/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html….

==========================

But my app does not use any push notifications. How can I correct this?

Br
Markus
Publicado em junho, 26 2019 - 6:18 PM
I ran into these same issues last week. The way I got around that was to generate the necessary push notification certificate on the Apple developer site and add it to the provisioning profile. Enable push notifications in the XCode settings and recompile.
Publicado em junho, 27 2019 - 9:05 AM
Am 26.06.2019 um 16:18 schrieb Andy French:
I ran into these same issues last week. The way I got around that was to
generate the necessary push notification certificate on the Apple
developer site and add it to the provisioning profile. Enable push
notifications in the XCode settings and recompile.


THX, I will try this. But I don't use any notification service...

Br
Markus
Publicado em junho, 27 2019 - 2:09 PM
We don't use push notifications either, and originally had them switched off in the Xcode settings.
Publicado em junho, 27 2019 - 2:17 PM
That Message will not affect the approval or the publishing of the APP in the APPSTORE, the reason why you will ALWAYS get that warning even if you dont use PUSH NOTIFICATIONS is that SOMETIMES the code scanners at APPLE detect the ability of the WINDEV FRAMEWORK to send the notifications and assumes immediately that your app uses them. That is because as you know ALL Applications built with WINDEV are built on top of a framework. So even if you submit your app with this warning your app if it doesnt violates any rule it will be published and approved even if it has that warning.