-
Notifications
You must be signed in to change notification settings - Fork 183
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
Android versionCheck.needUpdate() returns undefined #177
Comments
@MichaelAmadheo Same here but our app is currently in development and does not have an app store presence on either platform. Is this the same for you? |
yep same for me, but only on development env. everything works on staging and release. |
@lundjrl we have the app presence both on Playstore and Appstore. It used to return all the information just like iOS, but just recently it returns undefined and we cannot get the url for playstore |
@MichaelAmadheo i solved this by using |
@MichaelAmadheo use the below code. In Android I used was able to solve it by this code
|
This is working on iOS but not working for android, it returns undefined
The text was updated successfully, but these errors were encountered: