Push notifications not working in CodeMagic deployment #2453
Replies: 2 comments 5 replies
-
A similar question was asked here: https://github.com/orgs/codemagic-ci-cd/discussions/2338 |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hello, I am also facing the same issue in Android push notification is working but with iOS Push Notification is not working while I am deploying from Flutterflow. Please assist me how to solve this issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
When I run the codemagic build for my Ios app, everything works fine except for the push notifications. We get the following error from apple:
ITMS-90078: Missing Push Notification Entitlement -
Is there a line of code I can add to the codemagic.yaml that automatically adds the capability to the app?
Expected results
Push notifications are received by app users
Actual results
Error message from apple saying missing push notification entitlement
Build id (optional)
660d57ee843e57c2896d027f
Beta Was this translation helpful? Give feedback.
All reactions