Tolga E
Tolga E

Reputation: 12678

How to move beta users in google play and testflight to the production app

We have users on android (through alpha testing on google play) and iOS through testflight. We are almost ready to release our app, how can we move the current pilot users to the production app?

Upvotes: 1

Views: 586

Answers (1)

Nick Fortescue
Nick Fortescue

Reputation: 13826

If you increase the version code to a higher version than the alpha version code, and publish an empty set of APKs to the Alpha channel on Google Play, then the Alpha users will all upgrade onto your production APK. I can't answer for iOS.

Upvotes: 1

Related Questions