NathanWalker / ShoutOutPlay

The mobile app that allows you to create and record personal dedications using your favorite music playlists for corporate events, parties, weddings and get togethers.
https://shoutoutplay.com
30 stars 7 forks source link

Beta builds - clicking 'login with spotify' button crashes app immediately #17

Closed NathanWalker closed 8 years ago

NathanWalker commented 8 years ago

investigating root cause...

NathanWalker commented 8 years ago

I should mention this ONLY happens on the deployed archived app sent out via TestFlight. When using tns run ios locally to build and run on device, the app works perfectly. So this one is tricky as it appears to only be reproducible once the app is archived and then shipped off to app store to deploy via testflight.... either something occurs when using 'Archive' from XCode or something else during that process. The intro slides will appear but then when you choose 'Got It' to then show main page and choose to 'login with spotify' via button, it crashes.

NathanWalker commented 8 years ago

I assume this has something to do with Spotify.framework when archiving... maybe some global symbols are not present. Because clicking that button engages the spotify plugin and attempts to start the auth phase.

NathanWalker commented 8 years ago

Fixed with 1.0.4 👍