Rewarding a user for downloading ur other game

Is there a way to reward user for downloading ur other game.
I mean check whether a user has any of ur games installed

Also how do you open a url link with ggoogle play
I am using open_url(market://details?com.mycompany.mygame)
and it seems to open with android default browser
Anyway to open with google play

You can check if an package name is installed, for it you need write your own activity, you can use this:

this is the correct URL to open with google play: Application.OpenURL("market://details?id=" + Application.bundleIdentifier); see the ?id=

Hope this help,
Best Regards.

1 Like