Yvon Steinthal Active Member Licensed User Longtime User Aug 15, 2018 #1 Hi All, Sorry for the title, i just don't know how to say this properly... In other words im trying to link a button in my app that would say : "Review on App store" That button would directly be linked to the App on the App Store... I have found this: https://stackoverflow.com/questions/3124080/app-store-link-for-rate-review-this-app But i have no idea how to implement it in B4i. Thanks. Y.
Hi All, Sorry for the title, i just don't know how to say this properly... In other words im trying to link a button in my app that would say : "Review on App store" That button would directly be linked to the App on the App Store... I have found this: https://stackoverflow.com/questions/3124080/app-store-link-for-rate-review-this-app But i have no idea how to implement it in B4i. Thanks. Y.
Erel B4X founder Staff member Licensed User Longtime User Aug 16, 2018 #2 The standard way to ask the user to rate the app is: https://www.b4x.com/android/forum/t...hin-your-app-ios-10-3-beta.75585/#post-479641 Or: B4X: App.OpenURL("https://itunes.apple.com/app/id3333333?action=write-review") Upvote 0
The standard way to ask the user to rate the app is: https://www.b4x.com/android/forum/t...hin-your-app-ios-10-3-beta.75585/#post-479641 Or: B4X: App.OpenURL("https://itunes.apple.com/app/id3333333?action=write-review")