Archive 17/01/2023.

3rd party game stuff support (ads/iap/steam/social)

Sehlit

Hello.

Is there any kind of official support for 3rd party game libraries like:
Ads (like AdMob and Mediation services)
IAPs (Google/Apple/Amazon/Facebook)
Social (Sharing/Posts on Facebook/Twitter)
Game Services (Scoreboards/Multiplayer/Achievements - Google/Apple/Steam)

If there is no support is it possible and easy to add these libraries in a Urho game?

Thank you

johnnycable

No, all those services you have to integrate them yourself the usual way; by binding to the various systems…

Alan

General question on this subject: Not a single for these 3rd party service middleware like sdkbox or enhance work in Urho3D or just C++? How hard would it be to get something that works in Cocos2D-X working in Urho? Can’t you call the Xamarin plugins for example?