CleverTap / clevertap-ios-sdk

CleverTap iOS SDK
https://clevertap.com
MIT License
54 stars 52 forks source link

ITMS-90078: Missing Push Notification Entitlement #342

Open jamesvanhallen opened 3 weeks ago

jamesvanhallen commented 3 weeks ago

Describe the bug ITMS-90078: Missing Push Notification Entitlement

To Reproduce Steps to reproduce the behaviour: integrate CleverTap api and upload on TestFlight

Although delivery was successful, you may want to correct the following issues in your next delivery. Once you've corrected the issues, upload a new binary to App Store Connect.

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

Expected behaviour I don't use Push Notification in my app and also I don't want to add Push Notification capabilities. So, I want to make AppConnect to not send me this message after I uploaded an app.

Environment (please complete the following information):

jamesvanhallen commented 1 week ago

hello, any update?

additional explanation: if I remove cleverTap, AppStore doesn't send me this warning if I just add pod 'CleverTap-iOS-SDK', '~> 6.2.1' it sends