-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mobile App Feature]: Enable push notifications for iOS #538
Comments
We also received folloing message from apple after realising build 27 (Feb 28, 2024): Hello, We noticed one or more issues with a recent delivery for the following app: Social Income 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#//apple_ref/doc/uid/TP40008194-CH6-SW1. Apple Developer Relations |
@ssandino This message is also fixed with my PR. |
Is your feature request related to a problem? Please describe.
Based on #61 which is splitted up in android and iOS implementation now.
Currently blocked on iOS because we can't register org.socialincome.app.stage. @MDikkii wrote apple already to give us access to this bundle id. -> should be solved now, identifier created
Code of Conduct
Tasks
The text was updated successfully, but these errors were encountered: