I am utilizing FilePicker
Flutter bundle to pick information from Apple Music library as proven by following code snippet.
FilePickerResult? outcome =
await FilePicker.platform.pickFiles(kind: FileType.audio);
It opens the library nevertheless it provides the next error when it tries to load the file.
Entitlements] MSVEntitlementUtilities - Course of Runner PID[57262] - Group: (null) - Entitlement: com.apple.accounts.appleaccount.fullaccess - Entitled: NO - Error: (null) [core] Tried to register account monitor for varieties consumer shouldn't be approved to entry: {( "com.apple.account.iTunesStore" )}
I’ve the Music App on my iPad however I haven’t got a subscription for Apple Music. Do I would like a subscription to learn an area music in Music App library?