0 votes
in Engine by (119 points)

2 Answers

+1 vote

IAP is planned to be integrated in the engine, but can't say when. Maybe 3.0, or 3.1. Devs are still discussing how to design the generic "game store"/"social" API for using In-App-Purchases.

Ads were also being discussed a bit at GodotCon (along a list of features the engine still needs, because 3.0 is a great opportunity to break compatibility and make a big step forward), but I have no idea when it will be scheduled for development. At the moment I only know of some stuff for Android (quick search gives this https://github.com/Mavhod/GodotAdmob) but it looks outdated.

by (29,120 points)

Do you know Soomla (discontinued since Dec-2016) and SDKBox?

https://github.com/soomla/unity3d-store
http://www.sdkbox.com/

This is for Unity3D, right?

Cool! How about ads, will it be integrated?

0 votes

For Godot 3.2.3 you can use binary precompiled modules for ad mediation networks. For example Applovin-MAX module is implemented for iOS and Android and have the same API interface. So you can use it without headache of platform specific issues.
Applovin allows you use several ad networks, so you can connect AdMob and Facebook audience network.
All binary modules can be installed from NativeLib repository. NativeLib addon you can find at AssetLib.
More info at:
https://github.com/DrMoriarty/nativelib
https://github.com/DrMoriarty/godot-applovin-max

by (214 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.