Open surani444 opened 5 years ago
Not with the new iOS SDK, the app is required. You would have to use the older streaming SDK which is wrappers around the WEB interface but that SDK is no longer supported/updated.
Thank you so much @WickedChicken42 , One more question after authentication with Spotify main app is possible to play a song in my app without redirecting to Spotify main app?. Currently when I change song every time app redirecting to Spotify main app for authentication and after authentication complete again back to my app.
self.appRemote.authorizeAndPlayURI(self.songUri)
You can play a track using this method:
- (void)playItem:(id<SPTAppRemoteContentItem>)contentItem callback:(nullable SPTAppRemoteCallback)callback;
I want to implement Authentication with Spotify account without installing the main application and also user can read private playlist and play a song.