IAPManager
IAPManager copied to clipboard
Make it work for OSX (Feature Request)
I really need something like this for OSX. What would it take to make it work for Mac Apps?
Unfortunately, I currently don't have a use case for IAPManager on OS X.
In principle, it should actually work without modification, since the dependencies (CoreFoundation and StoreKit) are both available on OS X. The only problem is that I don't have the time to test whether it works.
Pull requests are welcome. (I think someone is currently working on this.)
Please try the osx-support branch. It compiles, and should work in principle, but I can't really test it right now.
Closing this for now. OS X support is in the main branch in included in version 0.2.3.
If there are any problems with OS X, please open a new issue.
@mruegenberg Thanks for having looked into this. Haven't had a need for it in a while, but will need it again soon.
Have you tried it in an OSX app yet?
How do you deal with the receipt validation that HAS to be included in an OSX in-app purchase?
Haven't tested it yet. I didn't know about the receipt validation problem, so I guess there is no OS X support after all :-(
Unfortunately, I have very little time right now, but pull requests are always welcome...