Cross platform interfacing

I’ve some buttons like Rate Game, More Games, and Share. How I put my code so that it works on all platform.

Currently I’m using JNI for all interaction from c++ to Java for android platform, Now I’m trying to integrate same functions with ios module/platform.

Is there any solution for the same ?

SDKBox can help out.

1 Like

Is there any other alternative, for rate and more games now I am using Application::getInstance()->openURL("rate/more games url");

Still I’m searching share dialog code for ios platform, In android with JNI and Intent I can share my content.

IOS GENERIC SHARE DIALOG ?