I tried to make a code that open a Playstore Page (in playstore app), in a test build apk. Code:
Application.OpenURL("market://details?id=xxx.xxxxx.xxxxx/");
Using this code (and setting my Playstore id), in my Build apk starts to open Play Store and Show a message like "To view this content install and setup a web browsing app"
I just wanna test to open a Play Store page on any APK Build. Can I do this?