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?
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"]