Spotify apps dead after update?

后端 未结 2 820
迷失自我
迷失自我 2020-12-03 16:17

I was developing a Spotify apps and all of the sudden Spotify restarted and updated. Yey, great.. I got version 0.8.3.222.g317ab79d... however typing spotify:app:the_app_nam

相关标签:
2条回答
  • 2020-12-03 17:06

    Spotify 0.8.3 changed the app lookup slightly. The URI for getting at apps in development is now spotify:app:application-identifier-in-manifest.

    This changes the behaviour in old versions, which used the application's directory name to load applications. It's also worth noting that your application must have a valid identifier and version in its manifest.json file. Remember to restart the client when changing your manifest so it notices the changes!

    The keys you need to set are BundleIdentifier (which will be used to find the app) and BundleVersion. Documentation on the keys can be found here.

    0 讨论(0)
  • 2020-12-03 17:07

    When you check spotify.com you can see there is a be right back message this indicated either server or application failures just hold for a few minutes/hours and return to developing after message is gone.

    0 讨论(0)
提交回复
热议问题