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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -