Driftt / drift-sdk-ios

Drift for iOS, for integrating Drift into your iOS application.
http://www.drift.com
MIT License
12 stars 17 forks source link

Update Auth.swift #47

Closed chuckPB closed 6 years ago

chuckPB commented 6 years ago

Hi, sometimes my app crashes trying to access var accessToken: String! when token is nil. It seems to me that if map["accessToken"] == nil || map["accessToken"] as? String == "" doesn't handle case when token is not a string and that's the cause of the crash. So I tried to fix it in my pull request.

eoinoconnell commented 6 years ago

This should now be resolved in the 2.0 release