Reputation: 319
Can you run version 0.2.3 and 1.0.0 of the Spotify apps api at the same time in the same app? This would be really really helpfull for me during the development process in order to migrate our current Spotify-app from 0.2.3 to the new 1.0.0 api.
Upvotes: 1
Views: 228
Reputation: 3279
I am sorry but that it's not possible. The API version that your app uses is defined in the Dependencies
section of your manifest.json
file.
You can create a copy of your app, changing its BundleIdentifier
, and try to isolate the code that is depending on the Spotify API, modularize it and port it step by step.
Upvotes: 2