osx - How to find a SKDownload's transaction on the Mac? -


on ios, skdownload has

@property(nonatomic, readonly) skpaymenttransaction *transaction

which conveniently allows finish transaction whenever hosted content has been downloaded.

on mac though, skdownload doesn't have that, find myself having browse skpaymentqueue , transaction having download.

any of doing so?

the problem won't reach "finishtransaction" code, don't know how finish transaction otherwise! on ios it's easy, since finish transaction associated download.

to sum up, great know how finish transactions downloads on mac. happen implicitly?


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -