What length is iOS and Androids device token

user2722667 picture user2722667 · Mar 23, 2015 · Viewed 13.3k times · Source

I need to save my users iOS and Android device token into a mySql DB so that I can send out push notifications.

My question now is what length is the device token for iOS and Android, is a column varchar(64) enough for a token?

Answer

Scar picture Scar · Feb 9, 2016

The Android device token is way longer than iOS device token.

I got 152 characters in the Android. While 64 total in iOS