expo-server-sdk-python icon indicating copy to clipboard operation
expo-server-sdk-python copied to clipboard

Exponent Server SDK

Results 15 expo-server-sdk-python issues
Sort by recently updated
recently updated
newest added

In the example, when the device is not found, the following code is executed: ```python from notifications.models import PushToken PushToken.objects.filter(token=token).update(active=False) ``` Which library is being used to manage PushToken, is...

Is there a way to add a custom notification sound via the server? Or is it handled on the client side?

Hi, I'm trying to push a silent notification which seems to work on ios (standalone expo 42 app) but the same doesnt seem to work on android (also standalone expo...

Hi - I noticed that this project doesn't contain any tests. I'm using this library in a project I'm working on, and would be happy to spend some time writing...

Hi Guys, FCM legacy is deprecated and will be unusable after June 20, 2024. The idea is to support the new query param called `useFcmV1`

The `README.md` is pretty clear on how to handle the errors when sending a single push notification, however, most of the times we will be sending the same push notification...

Is there any interest in an async implementation of this library, probably based on aiohttp? I'm working on porting it for internal use, but would be willing to publish the...

In the example in the `README`, the code has two occurance of: ```py raise self.retry(exc=exc) ``` Where is the `retry` method defined in the example, and why is it using...

I guess the idea was to return the PushReceipt() objects, as we're getting data from /push/getReceipts