Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可以在同一个应用程序中同时运行 Spotify 应用程序 api 的 0.2.3 和 1.0.0 版本吗?在开发过程中,这对我真的很有帮助,以便将我们当前的 Spotify 应用程序从 0.2.3 迁移到新的 1.0.0 api。
我很抱歉,但这是不可能的。您的应用程序使用的 API 版本在文件的Dependencies部分中定义manifest.json。
Dependencies
manifest.json
您可以创建应用程序的副本,更改其BundleIdentifier,并尝试隔离依赖于 Spotify API 的代码,将其模块化并逐步移植。
BundleIdentifier