Hi,has anyone had any luck transforming their musickitjs web app into a desktop app? Like with Electron or NW.js?I've been fiddling around with it but I can't make it happen. The sticking point is the Apple Auth page. It doesn't seem to like being anywhere but in a browser ...Thanks for any help anyone can provide.chris
Post
Replies
Boosts
Views
Activity
My UI is 100% album covers but I'm being rejected because my screenshots "contain copyrighted material", ie the album covers that appear in the app, and hence the screenshots.
What's the best way around this? Can I created blurred screenshots? Substitute random blocks of color for the album covers? That would solve the copyright issue but I'm worried that would get me rejected because they are not true screenshots.
Does anyone have any ideas???
Thanks!
In my web app (shelf.fm), i allow users to play their various albums by pressing a custom play button, resulting in a call to window.MusicKit.getInstance().player.play();
However, When i use my own app, i see that playback consistently freezes midsong, several songs into any given album.
This freeze is accompanied by an event being issued from the apple music api, to wit:
playbackStateDidChange: {oldState:1,state:8}
In this case, 1 means playing and 8 means waiting.
And it remains frozen, no matter how many times I pause, stop or press play again.
Help! I can't ship it like this.