- Home /
Link for Tizen Store inside app in order to provide ratings.
I have an app in play store, app store and i just posted on tizen store too.
I made this code for a rating button on the app:
#if UNITY_ANDROID
Application.OpenURL("market://details?id=my-id");
#elif UNITY_IPHONE
Application.OpenURL("itms-apps://itunes.apple.com/app/my-url");
#endif
How can i do that for tizen store?
Comment
Your answer