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
Hey,
I found this plugin is useful for opening the app screen when I want used to rate and review my app. I am providing one more feature where the user can see all other apps provided by me in play store. If you could add this feature too into this plugin then it would be really helpful. I used to do so in native android as below:
Hey,
I found this plugin is useful for opening the app screen when I want used to rate and review my app. I am providing one more feature where the user can see all other apps provided by me in play store. If you could add this feature too into this plugin then it would be really helpful. I used to do so in native android as below:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/developer?id=<Developer_Id/Name")));
The text was updated successfully, but these errors were encountered: