I see then try this, click that ad and then install my mod, not from play store then see what happens?I download from play store first time but it is censored. If i download from ads, it is always uncensored not matter how many time i delete it
You can try downloading directly from the ad on Google play store (search by the name, usually gets the ad from this also)I see then try this, click that ad and then install my mod, not from play store then see what happens?
I see then try this, click that ad and then install my mod, not from play store then see what happens?
Also tried to open ad and install you app. Don't work.You can try downloading directly from the ad on Google play store (search by the name, usually gets the ad from this also)
It really works the way the other guy said. If I download by the ad, come on NSFW version. Tried to install your app over, it can't update.
let me do one thing, I will make an unsigned apk too. Then you can install it over the game. At least the devices which are rooted can do this, including rooted emulators which is easy and doesn't cause device harm.You can try downloading directly from the ad on Google play store (search by the name, usually gets the ad from this also)
It really works the way the other guy said. If I download by the ad, come on NSFW version. Tried to install your app over, it can't update.
it's way too old tech friend nowadays unity is very advanced.@lolakulu
I did some digging and found this:
![]()
GitHub - uerceg/play-install-referrer-unity: Play Install Referrer Library ported to Unity
Play Install Referrer Library ported to Unity. Contribute to uerceg/play-install-referrer-unity development by creating an account on GitHub.github.com
^ this one is for Unity, but there are different wrappers/methods with similar names, and IDK if this is the exact one that was used for this game or if there are other libraries that do the same for unity.
Google Play has something called "Install Referrer API" that lets apps track where the install source is from, so on the apps first launch there may be a flag like getInstallReferrer() or INSTALL_REFERRER that triggers which version of the game the user gets
Perhaps this can help?