Skip to content
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

[question]: Push not working after upload to Play Store, but running local it's working with SDK 5 #915

Closed
1 task done
pcsantana opened this issue Sep 21, 2023 · 2 comments

Comments

@pcsantana
Copy link

pcsantana commented Sep 21, 2023

How can we help?

Hey! I updated my app to the latest version of the plugin (v5), followed the migration guide and everything worked.

But when I upload the aab/apk to play store, it doesn't subscribe the user and I don't get the notification.

Has anyone else faced this problem?

I don't know what's going on.
I tried uploading only to Firebase Distribution and everything works too, but not to the Play Store.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@pcsantana
Copy link
Author

I found out what happened.
It's actually because of this problem: #911

The OptInPushSubscription action does not exist.
I changed it and everything worked. I don't know why it worked in my tests in the IDE.

Are there any plans to include this fix in a release version?

Thanks!

@jennantilla
Copy link
Contributor

@pcsantana apologies for missing this! You are correct, this was due to a typo in the bridge method. Updating to the latest version of the SDK should resolve this for you. Let us know if you have any additional questions or concerns!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants