tufanv Expert Licensed User Longtime User Aug 3, 2015 #1 Hello, I want to use a simple "give us a rating if you liked te app" or "make a review request". Is there any example or lib to do it ? TY
Hello, I want to use a simple "give us a rating if you liked te app" or "make a review request". Is there any example or lib to do it ? TY
S susu Well-Known Member Licensed User Longtime User Aug 3, 2015 #2 Like in Android, you can add a button "Rate my app" when user click on it, just open url of your app on Apple AppStore. Upvote 0
Like in Android, you can add a button "Rate my app" when user click on it, just open url of your app on Apple AppStore.
Erel B4X founder Staff member Licensed User Longtime User Aug 3, 2015 #3 See the answers here: http://stackoverflow.com/questions/...ser-to-rate-our-app-appstore-show-a-blank-pag You can use App.OpenUrl to open the link. Upvote 0
See the answers here: http://stackoverflow.com/questions/...ser-to-rate-our-app-appstore-show-a-blank-pag You can use App.OpenUrl to open the link.