Luis Finke

Results 121 comments of Luis Finke

Sorry, I don't have time to fully add this feature right now, but there is some unused code: Android; https://github.com/lufinkey/react-native-spotify/blob/275f534765a2879d9a000fb5a280d3667c904bb2/android/src/main/java/com/lufinkey/react/spotify/Auth.java#L147 iOS: https://github.com/lufinkey/react-native-spotify/blob/5dfce854f58743e58d631268e47a98de6f4c91b2/ios/RNSpotifyAuth.m#L106 Try messing with those and maybe adding calls...

You can also use the `{ showDialog: true }` option in the `login` function to force the dialog to reappear.

sorry I've been pretty busy. I've set a few reminders on my phone to look at github stuff, so I'll try to get to it this weekend. Feel free to...

@afmire877 sorry for the late response on this. You can actually set a non-persistant website storage on WKWebView on iOS. This will prevent it from persisting cookies. There's no option...

To be honest no idea. I present the auth controller on whatever the top visible view controller is in the app

So I've had this issue too, but it only seemed to happen on the iPhone 8 simulator on iOS 13. The iPhone 11 simulators seemed to work fine. It seems...

Can you also see if passing `{showDialog:true}` to your login function fixes the issue?

So the framework should be included directly. Can you make sure that `node_modules/rn-spotify-sdk/ios/external/SpotifySDK` has the frameworks inside it?