ios – Find out how to choose music file from Apple music library utilizing Flutter?


I am utilizing FilePicker Flutter bundle to pick out recordsdata from Apple Music library as proven by following code snippet.

FilePickerResult? consequence =
        await FilePicker.platform.pickFiles(kind: FileType.audio);

It opens the library but it surely 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 sorts shopper will not 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?

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles