expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
143 stars 42 forks source link

Add support for push receipt InvalidCredentials error #37

Closed tdoyle01 closed 3 years ago

tdoyle01 commented 3 years ago

Expo SDK added a InvalidCredentials error that can appear in push request receipts. This PR adds support for this error.

Issue: https://github.com/expo-community/expo-server-sdk-python/issues/36

julianpacker commented 3 years ago

Thanks for adding this, looks good! If you're able to merge it, go ahead (not sure about the permissions). If not I'll merge in a day or so

tdoyle01 commented 3 years ago

Thanks so much! Looks like only people with write access can merge, so it's all you.

tdoyle01 commented 3 years ago

@julianpacker How do I bump the version of the SDK in my repo to include these changes? pip install gives me the old version

julianpacker commented 3 years ago

I need to increment the version and push the changes to the pypi repo. I'll do it tomorrow.

tdoyle01 commented 3 years ago

Thank you so much!

On Sun, Feb 14, 2021 at 1:25 PM julianpacker notifications@github.com wrote:

I need to increment the version and push the changes to the pypi repo. I'll do it tomorrow.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/expo-community/expo-server-sdk-python/pull/37#issuecomment-778844292, or unsubscribe https://github.com/notifications/unsubscribe-auth/AETP2MYRM2ONJ6R5P3UTDMDS7A5TRANCNFSM4WQCVDQQ .

-- Sincerely, Tati

julianpacker commented 3 years ago

Feel free to update your package now!