Ramon Acedo

Results 8 comments of Ramon Acedo

Hi @cjam, yeah, It is working fine on Android, I followed Spotify docs and everything seems correctly setup: - Callback on spotify dashboard - Swap / Refresh token server -...

I can try that, but my project is purely Objective-C, pretty much what RN 0.64 gives you out of the box.

I've tried to implement that but didn't work. Guess that only applies if you set iOS 13 as your deployment target. What worked is inverting the names of the callback,...

Sure! AppDelegate.m ```objective-c #import "AppDelegate.h" #import #import #import #import "RNSplashScreen.h" #import #import #import #ifdef FB_SONARKIT_ENABLED #import #import #import #import #import #import static void InitializeFlipper(UIApplication *application) { FlipperClient *client = [FlipperClient...

The issue I intermittently get is a null session object, so it crashes trying to assing null to the session.

Tried the solution suggested by @devpascoe, no luck whatsoever * React Native 0.61.0 * Library Version: 0.28.0 Same error: -[NSNull length]: unrecognized selector sent to instance 0x1f6ed7c00 ** Terminating app...