Question about new rateapp

Dear ansca stuff,
i have a problem using your example for new rateapp feature

local options =  
{  
 iOSAppId = "1234567890",  
 nookAppEAN = "0987654321",  
 supportedAndroidStores = { "google", "samsung", "amazon", "nook" },  
}  
native.showPopup("rateApp", options)  

As the result of this, there are three buttons - “yes”, “no”,“remind later”,
and how i can recive the result of this action ?
I need this because when user click on “remind later”, the program should restart this alert in future.
The function native.showPopup returns boolean, than only means that the alert was normaly startet or not.
What do you think about it ?
Thanks
P.S. You have forgotten to place a description of it in documentation on the web. It is only on daily buld documentations. [import]uid: 86585 topic_id: 31215 reply_id: 331215[/import]

@d8, do you mind telling me which exactly daily build there is the documentation about it? Because I want to “learn” it as well but as you said it isn`t documented online yet. (I think Corona does update the Docs only when a new “stable” build is released).
Thanks,
Rodrigo. [import]uid: 89165 topic_id: 31215 reply_id: 124830[/import]

Have you tested it, to see what happens when you click each option. Maybe it’s all done behind the scenes and you don’t need the response from the button.

Yes - takes you to store
No - Closes and never asks again
Remind Later - Closes but will ask again in the future

Am just guessing mind you, not tried it myself.

Dave
[import]uid: 117617 topic_id: 31215 reply_id: 124832[/import]

@rcdev, i have found description in docs for 910 build but the feature was released in 909 :slight_smile: [import]uid: 86585 topic_id: 31215 reply_id: 124833[/import]

thedavebaxter, how long i shoud wait to test this “in future” ?
maybe it should be in description ? [import]uid: 86585 topic_id: 31215 reply_id: 124834[/import]

@d8, thank you very much for telling me the build`s number. :slight_smile:

@davebaxter, thank you too for giving some “tips” as it might work (btw I hope you`re right) :slight_smile:

Cheers,
Rodrigo. [import]uid: 89165 topic_id: 31215 reply_id: 124836[/import]

@RSCdev, and what the dalay on this “remind later” do you think ? week, month ? [import]uid: 86585 topic_id: 31215 reply_id: 124838[/import]

The remind later on other apps in the App Store is usually not a time based thing but the amount of times you launch the app.

So say every 5 times you launch the app it asks.

Again all this is just me guessing how it works.

Dave [import]uid: 117617 topic_id: 31215 reply_id: 124839[/import]

@d8, sorry but I do not know as I did not use it yet as well. But if @thedavebaxter is right (as he said that he wasn`t sure) am OK and happy! :slight_smile:

BTW, if the remind later does work, I think that it works as also @davebaxter said above (by number of app`s launch).
If you get further, please update us here if possible.
Thanks,
Rodrigo. [import]uid: 89165 topic_id: 31215 reply_id: 124841[/import]

@d8, do you mind telling me which exactly daily build there is the documentation about it? Because I want to “learn” it as well but as you said it isn`t documented online yet. (I think Corona does update the Docs only when a new “stable” build is released).
Thanks,
Rodrigo. [import]uid: 89165 topic_id: 31215 reply_id: 124830[/import]

Have you tested it, to see what happens when you click each option. Maybe it’s all done behind the scenes and you don’t need the response from the button.

Yes - takes you to store
No - Closes and never asks again
Remind Later - Closes but will ask again in the future

Am just guessing mind you, not tried it myself.

Dave
[import]uid: 117617 topic_id: 31215 reply_id: 124832[/import]

@rcdev, i have found description in docs for 910 build but the feature was released in 909 :slight_smile: [import]uid: 86585 topic_id: 31215 reply_id: 124833[/import]

thedavebaxter, how long i shoud wait to test this “in future” ?
maybe it should be in description ? [import]uid: 86585 topic_id: 31215 reply_id: 124834[/import]

@d8, thank you very much for telling me the build`s number. :slight_smile:

@davebaxter, thank you too for giving some “tips” as it might work (btw I hope you`re right) :slight_smile:

Cheers,
Rodrigo. [import]uid: 89165 topic_id: 31215 reply_id: 124836[/import]

@RSCdev, and what the dalay on this “remind later” do you think ? week, month ? [import]uid: 86585 topic_id: 31215 reply_id: 124838[/import]

The remind later on other apps in the App Store is usually not a time based thing but the amount of times you launch the app.

So say every 5 times you launch the app it asks.

Again all this is just me guessing how it works.

Dave [import]uid: 117617 topic_id: 31215 reply_id: 124839[/import]

@d8, sorry but I do not know as I did not use it yet as well. But if @thedavebaxter is right (as he said that he wasn`t sure) am OK and happy! :slight_smile:

BTW, if the remind later does work, I think that it works as also @davebaxter said above (by number of app`s launch).
If you get further, please update us here if possible.
Thanks,
Rodrigo. [import]uid: 89165 topic_id: 31215 reply_id: 124841[/import]

Anybody has the link to the description or any other information?

ALSO how do we know if the user actually rated the app or not???
[import]uid: 12407 topic_id: 31215 reply_id: 125201[/import]

Sorry @adrian, but I did not test it as yet so I cannot tell you nothing about.

Hopefully someone else can come in.
Rodrigo. [import]uid: 89165 topic_id: 31215 reply_id: 125206[/import]

I don’t believe this returns anything to let you know what the user clicked; you don’t need to do anything on your end to handle it as suggested above.

RE how often the prompt comes up, I’m trying to figure that one out - there’s a little conflicting information out there. [import]uid: 52491 topic_id: 31215 reply_id: 125217[/import]