-
Hi.
I apologise if this isn't the correct place to ask this question. I'm aware of the sample here (https://github.com/xamarin/ios-samples/tree/main/ios11/MusicKitSample) but it's not exactly what …
-
There is apparently a mismatch between the `musickit` behavior and the documentation. I get errors `Cannot POST /api/musickit/v3` when trying.
https://github.com/ciderapp/Cider-Docs/blob/main/clien…
-
-
Apple Music implements a [recently played api.](https://developer.apple.com/documentation/applemusicapi/get_recently_played_resources)
- [ ] Register for a [MusicKit identifier](https://help.apple.…
-
Please find the code and screen.
```
Uncaught (in promise) DOMException: The play() request was interrupted by a new load request. https://goo.gl/LdLk22
| (anonymous) | @ | musickit.js:1
-- | --…
-
Sometime playlist stop playing on next song and log this errors:
```
Uncaught (in promise) DOMException: Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer has been remo…
-
I have successfully integrated in IOS but the same implementation is throwing an error in Android
Here is the error :
PlatformException(requestDeveloperToken, null, java.lang.reflect.Invocation…
-
Hello!
MCatalog.song(id: id), MusicCatalogResourcesRequest and MusicLibraryResourcesRequest
response Failed to parse body of response with status code Unauthorized (401)
what am i doing wrong?
m…
-
I noticed about a month ago that someone had created a web player for Apple Music using the new MusicKit JS framework provided by Apple. Would it now be feasible to add support for Apple Music in Pi M…
-
Is there any sample app available which shows how to integrate MusicKit into one own's project?
I can build the project, especially the frameworks. However, when I try to include the framework via `#…