問題タブ [apple-musickit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - アプリで他のユーザーが Apple Music コレクションにアクセスできるようにするにはどうすればよいですか?
Apple Musicの音楽を再生できるiOSアプリを作りたいです。Swift 4 を使用してこれを試しました。結果は次のビデオに示されています。
MyApp_that_can_access_AppleMusic_VideoLink
表示されているビデオのように、自分の iOS アプリから (Apple Music ID を使用して) 自分の Apple Music ライブラリにアクセスできます。私の質問は、Apple Music ライブラリ内の曲に、アプリ内の他のユーザーがアクセスできるようにすることはできますか? はいの場合、方法を教えていただけますか?
ありがとうございました。
ios - Detecting When An Apple Music Song Has Finished Playing
I'm writing an app that needs to enact an action when a song has finished playing. I'm using MPMusicPlayerController.applicationQueuePlayer() as my music player to play the user's apple music. I was wondering if there was a way I could detect when a users song has finished playing or when the queue has finished (either would be helpful)