Hi everyone,
I want to make a button will link to my app at google play when player pressed it. The idea in here: make the player get easy way to rate my game if they like it.
Thanks!
*moved as this is more of a C2 question than an 'Open Topic' You should get a better ersponse in this section.
Thank for your help!
On Tap on object -> Open Url in new window.
Develop games in your browser. Powerful, performant & highly capable.
Thank for your reply, but it doesn't work on mobile device. Do you have another solution ?
It does. It is from my mobile game. Send a screenshot of how you did it. Also do you use IntelXDK or CocoonIO?
I have the same problem making a tweet in mobile that event doesn't work. i don't know why in my web it's working.
The problem solved . When build game by intel XDK, you should set up "Intent(External Whitelist" with your app link did with rate button.
Thank, BackendFreak. I have just give your app 5 star at google play.
minhcuong
Could you please be more detail in how ou did this for your mobile app ?
PLEASE
minhcuong Could you please be more detail in how ou did this for your mobile app ? PLEASE
hi,
1. add Browser to your project layout.
2. using Touch to button "Rate game" call Browser gotoURL:"your link app here"
3. build your project by cocoon.io