This question might have been asked already. But is it possible now to prompt a Rate Me Popup?
[import]uid: 6066 topic_id: 1270 reply_id: 301270[/import]
This question might have been asked already. But is it possible now to prompt a Rate Me Popup?
[import]uid: 6066 topic_id: 1270 reply_id: 301270[/import]
Any feedback on this? It really helps get the app reviewed. [import]uid: 8192 topic_id: 1270 reply_id: 6671[/import]
Something like this
http://www.iphonebuzz.com/firmware-22-asks-you-to-rate-apps-before-deleting-them-284921.php#entrycontent [import]uid: 8192 topic_id: 1270 reply_id: 6672[/import]
Any news on this at all? It’s really important for app success. [import]uid: 8192 topic_id: 1270 reply_id: 7167[/import]
Isn’t this automatically triggered by the firmware? [import]uid: 5712 topic_id: 1270 reply_id: 7169[/import]
I have no idea [import]uid: 8192 topic_id: 1270 reply_id: 7170[/import]
Yes, it is obligatory and apple-controlled.
But you don’t want this kind of rating! It tends to be negative…
You want rating promts after user succeeds a high score! (when he is in positive mood)
[import]uid: 7356 topic_id: 1270 reply_id: 7174[/import]
@Magenda. I completely agree. How do you prompt for that? [import]uid: 8192 topic_id: 1270 reply_id: 7175[/import]
I have no idea 
I guess it is just a link to itunes. It is (statically) implemented in Doodle Dash, so we suspect who could answer on this
[import]uid: 7356 topic_id: 1270 reply_id: 7176[/import]
Can anyone else shine in on this? I keep seeing it on apps and have no idea how to implement this or any of the standard pop ups for that matter.
Thanks in Advance. [import]uid: 8192 topic_id: 1270 reply_id: 9026[/import]
Been a while, but here is a function to allow users to enter ratings:
local function doRating()
local url = “itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa”
url = url … “/wa/viewContentsUserReviews?”
url = url … “type=Purple+Software&id=”
url = url … “YOUR-APP-ID-GOES-HERE”
system.openURL(url)
end
[import]uid: 4899 topic_id: 1270 reply_id: 9409[/import]
@consultutah, Awesome. I will test that out. [import]uid: 8192 topic_id: 1270 reply_id: 9480[/import]
/purrs
Works PERFECTLY. I was looking for this too. Cheers, consultutah 
Peach. [import]uid: 10144 topic_id: 1270 reply_id: 9505[/import]
Can you get your iTunes App ID before you actually submit the app? [import]uid: 1560 topic_id: 1270 reply_id: 9527[/import]
When you create an app in Itunes Connect. Your APP ID is on the app’s information page (next to the icon).
But you wont’ be able to test the review thing until ur app is live and approved by Apple. [import]uid: 6066 topic_id: 1270 reply_id: 9545[/import]
I just tested mine using an app ID of one I have in the store to make sure it worked; but yes, wouldn’t want to forget to fix that before uploading it
[import]uid: 10144 topic_id: 1270 reply_id: 9554[/import]
Ok, thanks. I wasn’t sure one could create a new app without uploading it immediately, since it’s obviously necessary to do a new build after getting the App ID but before submitting the binary. [import]uid: 1560 topic_id: 1270 reply_id: 9607[/import]
@peachpellen. Could you show us a screen shot of what comes up? I have seen various different ones with different text?
Thanks
[import]uid: 8192 topic_id: 1270 reply_id: 9620[/import]
Hey; I don’t have the time this second to take and upload a sceenie, sorry, I just woke up and am frantically trying to make some food as I’m feeling quite the worse for wear after last night.
However, I can easily tell you what screen comes up - it goes straight to where you’d be if you searched for a game you had in the store, clicked on it, then clicked on “write a review”.
If you’re desperate for a screenshot anyway, let me know and I’ll do it when I’m feeling a little more myself.
[import]uid: 10144 topic_id: 1270 reply_id: 9651[/import]
@peachpellen. Do you use your app id with the whole reverse URL or just the number? [import]uid: 8192 topic_id: 1270 reply_id: 15136[/import]