Message 1 of 1
Using the entitlement API in Java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
I'm preparing to launch my own desktop software that's written in Java. I want my users to pay though subscriptions in order to use my software, but I have to make sure they're actually paying when they use it. I stumbled upon the Entitlement API and it seems to be exactly what I need, except for when I read through the documentation I didn't understand anything of it, mainly because I only know Java.
Is there any way to integrate this into my Java software? If so how do you recommend I proceed with it?
Thanks