AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

Null check of device secret #81

Closed andrewtremblay closed 11 years ago

andrewtremblay commented 11 years ago

It's being reported that the first time an app is opened with checkAuthentication the lack of a device secret at first call causes a killswitch to fire. Originally this was supposed to be handled by checking if the token was current, but that wasn't working. Now we're checking for the null.

andrewtremblay commented 11 years ago

Pulling this in on behalf of Joe.