We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firebase iOS installation is not working
I have setup all the things as per mention in documentation, this is working fine in android but not working in iOS, here is POC https://github.com/jitendrajadav/PushNotificationPoC.git
what error I am getting is here:
no valid “aps-environment” entitlement string found for application
it should not give error it has to get token.
Version: 1.x
Platform:
The text was updated successfully, but these errors were encountered:
Entitlements are different for release and debug.
production is set. development may be what is needed.
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Report
Firebase iOS installation is not working
I have setup all the things as per mention in documentation, this is working fine in android but not working in iOS, here is POC https://github.com/jitendrajadav/PushNotificationPoC.git
what error I am getting is here:
no valid “aps-environment” entitlement string found for application
Expected behavior
it should not give error it has to get token.
Reproduction steps
Configuration
Version: 1.x
Platform:
The text was updated successfully, but these errors were encountered: