-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Push Notifications only works when the provisioning profile is iOS development type, AdHoc and Production not working #1046
Comments
Please help |
What version of Firebase are you using? You should be able to set the APNs token without setting the type without issues. |
@morganchen12 the firebase iOS SDK version is |
Unfortunately I won't be able to help much without a reproducible example, but you can try using |
@morganchen12 I have already tried this, but no luck |
any updates on this? I experience the exact same issue with firebase_messaging 9.1.3 |
Similar issue as https://github.com/firebase/quickstart-ios/issues/207
When the provisioning profile type is
Development
, everything works as expectedWhen the provisioning profile type is
Ad hoc
orProduction
, no push notification is deliveredVersions for
FirebaseMessagingBinary
and all other Firebase SDKs:6.32.0
What I have already tried:
Any ideas about how to solve this issue, please
The text was updated successfully, but these errors were encountered: