GoCarrot / teak-ios

Teak SDK for iOS
Apache License 2.0
3 stars 1 forks source link

Optionally do not automatically refresh push token #53

Closed ZeroStride closed 3 years ago

ZeroStride commented 3 years ago

When Firebase is integrated, it will bomb out during Teak's token refresh because Firebase is not yet initialized when Teak does the token refresh.

There should be a Plist flag which disables automatic push token collection, it should default to enable automatic push token collection.

There should then be a method which can be called to kick off a token refresh.