I'm using the MPMediaLibrary's addItem(withProductID:completionHandler:) function:
https://developer.apple.com/documentation/mediaplayer/mpmedialibrary/1621278-additem
but the completion is never called, no matter where I call it in my code, regardless if the item was or wasn't already in the user's library. Has the API changed or is this a beta issue?
https://developer.apple.com/documentation/mediaplayer/mpmedialibrary/1621278-additem
but the completion is never called, no matter where I call it in my code, regardless if the item was or wasn't already in the user's library. Has the API changed or is this a beta issue?