expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
143 stars 42 forks source link

Check the token before send #22

Closed alirzayev closed 3 years ago

alirzayev commented 5 years ago

I want to just check the push token is valid or not before send it. But I think there is no such a method to check the push token on server side.

cruzach commented 5 years ago

https://github.com/expo/expo-server-sdk-python/blob/master/exponent_server_sdk/__init__.py#L215

I believe that's what you're looking for, right?

julianpacker commented 3 years ago

Closing due to inactivity