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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -