Hello friends I want to add a button in my game, so that if user clicks on that button, he should rate my game and it should work on android and i-phone as well.
1 Answer
1One that works for both is not possible as they have distinct marketplaces.
But there are easy systems for both of them. For iOS I would recommend to look at appirater, a free opensource piece of code that can be found at GitHub - arashpayan/appirater: A utility that reminds your iPhone app's users to review the app. to do exactly this (its the code behind most of those ‘please rate this’ popups you might know :))
and will you please suggest me something for the android as well. I got 'rate me' at asset store but its paid :(
– ganesh-muneI don't have one at hand for Android I fear. Also please keep in mind that above Appirater is objc code, not for Unity. To get this or other native code into Unity you either need to write an own plugin to use them or invest into a small plugin that does this for you already unless there is a free one. There are various plugins available that offer such rating capabilities straight within Unity, some including extra features beyond just that. This might mitigate the aspect of 'cost' probably depending on your application
– DreamoraCheck out Prime31
– whydoidoitThanks Dreamora.. :)
– ganesh-muneIts forbidden to award rate.
– Salazar