Searched refs:receipts (Results 1 – 4 of 4) sorted by relevance
43 const receipts = result.data; constant44 if (receipts) {45 const receipt = receipts[0];
65 ### Check push receipts for errors69 …receipts. If there is an issue delivering push notifications, the push receipts are the best way t…73 …receipts 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 receipts175 To fetch the push receipts, send a POST request to `https://exp.host/--/api/v2/push/getReceipts`. T…187 …receipts 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 …]
51 …ets) and [push receipt](/push-notifications/sending-notifications/#push-receipts) for error messag…
1876 const receipts = result.data;1877 if (receipts) {1878 const receipt = receipts[0];