Closed tarun57 closed 5 years ago
What exactly is the issue?
Issue is when i'm click on spotify login button then the function is call in which config spotify login but in this now i'm not entering in cordova.plugins.spotifyAuth.authorize() after config. And this issue is only on ios. on android its working perfect.
Issue is when i'm click on spotify login button then the function is call in which config spotify login but in this now i'm not entering in cordova.plugins.spotifyAuth.authorize() after config.
Can you describe this in more detail?
cordova.plugins.spotifyAuth.authorize(config) .then(({ accessToken, encryptedRefreshToken, expiresAt }) => { alert("***"); }) this function is not giving result in ios but in android its working very well . Here i am working in ionic 3. i do not know why this problem occuring in ios .
I think I know the error. I'll release the fix shortly.
I'm using ionic 3 and i'm using spotify cordova plugin for auth but i am not able to login in spotify.