You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can see on line 239 that the custom URL is ignored when there is an exception.
On the emulator there is an exception because the play store is not installed.
The text was updated successfully, but these errors were encountered:
abiemann
changed the title
showRateDialog() ignores custom URL
Running on emulator - custom URL is ignored
Jul 31, 2017
the point is that in my project, I adjust the app name depending on the build flavor (staging or development) and just grabbing the package name is not desired behavior.
What I'll do is test if the play store is installed (it's possible to get it installed on some emulator images), if it's not I won't let the app show the RateThisApp dialog.
you can see on line 239 that the custom URL is ignored when there is an exception.
On the emulator there is an exception because the play store is not installed.
The text was updated successfully, but these errors were encountered: