Search code examples
http-redirecteveryplay

Show everyplay redirect to your game page


When I call the following method [[Everyplay sharedInstance] showEveryplay], if the user is logged in, it will open directly to their Everyplay Following page or profile page. How do I redirect them to my game page?


Solution

  • It seems the Everyplay iOS documentation is lacking info about the showEveryplayWithPath method. However the Unity documentation has a section 'Interacting with the Everyplay Service' about it.

    On iOS you may call:

    [[Everyplay sharedInstance] showEveryplayWithPath: @"/feed/game"]