Combining godot game apk with another apk

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Kaushik
:warning: Old Version Published before Godot 3 was released.

I am working on a subscription model for a game, wherein after a time period, the game locks-out unless renewed.

Now, I am not aware of any such capabilities in godot itself, so I have to write a helper app/service for subscription check. My problem is, how do I combine the game apk, and helper apk into one.

I am aware of combining two projects into one in AndroidStudio, but how to do this with Godot. Any pointers are highly welcome !!

How does your subscription server communicate? You may be able to just implement the lockout functionality in GDScript.

raymoo | 2017-08-06 19:15