is there any other command like Play some music , Next/previous song , Skip this song , Add this song to my [name] playlist? Is that avilable can I get the example or documentation?
Post
Replies
Boosts
Views
Activity
after I read the guideline, is there any limit of adding the applicable entitlement on entitlement.plish? Or is there no limit for adding applicable entitlement on entitlement.plish? Thank you
so I want to display push notification on my carplay app. Is that posible with entitlement audio? If that posible what action that permit by apple if I click that push notification? Thank you
So I try to play online streaming song with format song is flac.
The problem is when I seek song duration the player always end the song at wrong duration like this (video demo on this post):
https://stackoverflow.com/questions/64640693/avplayer-currenttime-display-wrong-duration-after-seek-flac-online-streaming-s
Even though it can be fix by add AVURLAssetPreferPreciseDurationAndTimingKey = true at AVURLAsset options is the any other way to fix this? Because using AVURLAssetPreferPreciseDurationAndTimingKey cause load the song take too long time especially when the connection is poor
Source Code sample:
https://github.com/cendolinside123/sample-musicplayeR
tested on iOS: 13.1.2