Rate-it Button Confirming a rate

I’m releasing my second game for free soon and I want to add a rate it button, but I want the popup to rate to stop popping up once a user has rated my app. I am planning on using Richards simple rate function found here: profiler.startProfiler({name =“test”, time =10000, delay =1000, verbose =true})

I was wondering if there was a way to check if a user has rated the app and if they did to check how many stars they gave from within the app. [import]uid: 164950 topic_id: 29727 reply_id: 329727[/import]

As far as I know there is no callback or any other simple to do it but… iTunes have rss channel for rating app ( for example: http://itunes.apple.com/us/rss/customerreviews/id=504834805/sortBy=mostRecent/xml ) so you can try to deal with this problem. [import]uid: 12704 topic_id: 29727 reply_id: 119335[/import]

Well I’m actually working on Android right now but thanks anyways. It will be useful for when I get to iOS. [import]uid: 164950 topic_id: 29727 reply_id: 119389[/import]