Hi there,
I am developing an app for my grad project that uses the MPMediaLibrary. I am wondering if you can use the MPMediaLibraryDidChangeNotification to update my application while it is not running? If there is a change to the library the notification will be posted. Is there a way for my app to respond to the notification before the user has launched the application? I would like to perhaps run in the background and make updates to my model which is partly based on the library to avoid any delays in application launch time or updating time once the application finishes launching. When I think about it I do not really see how it would be possible in the sense that I do not know how my instruction could be executed without the user launching the application but perhaps there is a mechanism in place for the OS to run the app in the background when a notification is delivered.
I am developing an app for my grad project that uses the MPMediaLibrary. I am wondering if you can use the MPMediaLibraryDidChangeNotification to update my application while it is not running? If there is a change to the library the notification will be posted. Is there a way for my app to respond to the notification before the user has launched the application? I would like to perhaps run in the background and make updates to my model which is partly based on the library to avoid any delays in application launch time or updating time once the application finishes launching. When I think about it I do not really see how it would be possible in the sense that I do not know how my instruction could be executed without the user launching the application but perhaps there is a mechanism in place for the OS to run the app in the background when a notification is delivered.