Hi,
I'm working on one Newsstand application in Air Mobile. I wrote ios extension for working with Newsstand and InApp purchases but I found one problem. NewsstandKit support background downloading of application assets (newsstand issues) also if application is not running, but when application starts 'iOs' wants from application to reconnect all actualy downloading assets. :
Apple writes:
When the application is launched, it can use the UIApplicationLauchOptionsNewsstandDownloadsKey key to access an array in the launchOptions dictionary passed into the application:didFinishLaunchingWithOptions:. If there is an array, it contains the identifiers that caused the launch; these could be identifiers for downloads that have finished downloading that or could not complete downloading.
is it possible to get launchOptions from my extension or call some function in extension from application:didFinishLaunchingWithOptions ?
thanks
Michal