Replies: 1 comment 1 reply
-
In my opinion, this is too important for the success of an app to leave to any chance. I'd test it with a separate testing bundle ID |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Our app has users who are subscribed to various notification topics via react-native-firebase. We are planning on a major update and wish to retain the existing subscriptions for each topic.
Question
If we rewrite our whole codebase but keep the old bundle ID (iOS) and applicationId (Android), will our existing users retain their subscriptions for topics if we release the new app version as an update?
The above is quoted from here. It looks like the subscriptions are retained as long as the new version is served as an update, but we'd like to be sure.
Beta Was this translation helpful? Give feedback.
All reactions