Unity-Technologies / GooglePlayLicenseVerification

Unity Android plugin example on how to interface the Google Play License Verification (LVL) servers
MIT License
84 stars 26 forks source link

Update to make the demo compatible with recent Unity versions #13

Closed rthery closed 3 years ago

rthery commented 3 years ago

The README probably needs to be updated as well, since the ServiceBinder lib is not loaded at runtime anymore, but I'd rather let someone at Unity does that.

If you prefer to remove some of the commits, let me know, I'll update the branch. I included them all since it just helped me to debug and understand how to use the lib.

ghost commented 3 years ago

Hi, thank you for spending your time to make this example project compatible with a newer Unity version. However this pull request reveals the biggest issue with this example - as it is a full project, it is locked to a certain Unity version. To properly support an example in this form we would have to create, test and maintain separate branches for different Unity versions. Currently the mobile team does not have resources to do this. Instead we are considering to make a plugin with a similar example. It would work with multiple Unity versions and would be easier to maintain. We are going to update the README to indicate that this example is not supported anymore.

rthery commented 3 years ago

No problem, I did that to help me implementing the lib initially, so I don't mind there's no merge ;) Closing then, thanks!