Which addons should I use for Google Play Services and Billing for Android games?

Godot Version

4.4.1

Question

I have tried many plugins to connect Google Play Services to Godot 4.4.1 mainly because I need achievements in my game but I couldn’t get any of them to work, so how do you recommend I connect it? which plugin should I use?

I have the same question for Google Play Billing to handle in-app purchases, what’s the best plugin for that?

I tried using plugins made for previous Godot versions like 4.1 and 4.2 but I couldn’t find any that are updated or compatible with 4.4.1 can you help me please?

There’s a first party solution for Google Play Billing at least. No need for a third party plug-in.

As for google play services, you can look at something like this to leverage kotlin libraries. i.e. you set up the android interface yourself. I haven’t used it myself, but this template looks promising. Learning Kotlin is very easy and something you’d want to do anyway if you’re interested in the android market.

1 Like