-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
The submit button is disabled in ios and android #172
Comments
I have the same question, the submit button is disabled in ios and android, how can we test and make sure it's working on live app? |
From my testing, this is expected behaviour for development environments, because the development apps are not actually linked to their respective stores. You can test on Android by publishing your app on Google Play's internal testing stage. For development on iOS, the native prompt should always show, just with the disabled submit version mentioned previously. This submit button will be available once your app is published. |
As. @lew-vp said it's disabled in (debug mode) according to Android you can test it through internal testing, and you can read readme to find more to help you in your point. |
Also how to test it in emulator or testflight build
The text was updated successfully, but these errors were encountered: