Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かがこれを行う方法を知っていますか?標準的な方法は機能しません。ユーザーに曲を選んでもらい、次にアプリをロードするときに保存してもらいたいのですが、NSUserDefaultsに入れることができないようです。
MPMediaItems を取得するには、コレクションを反復処理する必要があります。 メソッドを持つMPMediaItemから継承します。そのメソッドに定数を渡すと、項目を一意に識別する が返されます。これは、起動後も維持できる値です。MPMediaEntity-valueForProperty:MPMediaItemPropertyPersistentIDNSNumber
MPMediaItem
MPMediaEntity
-valueForProperty:
MPMediaItemPropertyPersistentID
NSNumber