Home
last modified time | relevance | path

Searched refs:receipts (Results 1 – 4 of 4) sorted by relevance

/expo/apps/native-component-list/src/api/
H A DregisterForPushNotificationsAsync.ts43 const receipts = result.data; constant
44 if (receipts) {
45 const receipt = receipts[0];
/expo/docs/pages/push-notifications/
H A Dsending-notifications.mdx65 ### Check push receipts for errors
69receipts. If there is an issue delivering push notifications, the push receipts are the best way t…
73receipts 15 minutes after sending your push notifications. While push receipts are often available…
132 …t it was received by the user (for that you will need to check the [push receipt](#push-receipts)).
169 ### Push receipts
175 To fetch the push receipts, send a POST request to `https://exp.host/--/api/v2/push/getReceipts`. T…
187receipts is very similar to that of push tickets; it is a JSON object with two optional fields, `d…
200 …ation asks that you stop sending notifications to that device. The push receipts will contain info…
214 Inside both push tickets and push receipts, look for a `details` object with an `error` field. If p…
239 If there's an error with the entire request for either push tickets or push receipts, the `errors` …
[all …]
H A Dfaq.mdx51 …ets) and [push receipt](/push-notifications/sending-notifications/#push-receipts) for error messag…
/expo/apps/test-suite/tests/
H A DNotifications.js1876 const receipts = result.data;
1877 if (receipts) {
1878 const receipt = receipts[0];