Is it possible to implement a donation option in an app? I’m working on an app and would like to make an option were people could donate through the app itself without having to use any other 3rd party or exiting the app. I was wondering if maybe say with a google account, someone with a credit card linked to that account could just simply donate like an in app purchase.
If the Donation takes Place on a Website, you can use Application.OpenURL to Link to that Website.
I think Donations usually take Place on Websites.
If the Donations really takes place on a Website, and the Application.OpenURL Article alone wasn’t enough for you, there exist a Bunch of Tutorials on How to Set up a URL Link Button in Unity.
I hope this helps.