Spotify App Dead

拟墨画扇 提交于 2020-02-02 16:02:26

问题


As others have posted, I'm having an issue with my Spotify app (in development) dying after the Spotify update. I can no longer access it as it throws a metadataFailed error. I've tried accessing using the new method "spotify:app:application-identifier-in-manifest" and it doesn't work. I've set both the BundleIdentifier and BundleVersion in the manifest.

Also, I've tried the app on several different computers with several different developer accounts.


回答1:


Just to be clear, you need to set the BundleIdentifier and BundleVersion keys, restart Spotify then load it with your identifier. So, if you set your BundleIdentifier to awesome-app, you'd load it with spotify:app:awesome-app.




回答2:


I happened upon a similar issue today, and it was down to my manifest.json not parsing correctly.

Make sure you run your json file through a lint http://jsonlint.com/ before committing and debugging. Saved me a whole bunch of time yak shaving.



来源:https://stackoverflow.com/questions/10443734/spotify-app-dead

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!