Searched refs:receipt (Results 1 – 13 of 13) sorted by relevance
45 const receipt = receipts[0]; constant46 if (receipt.status === 'error') {47 if (receipt.details) {49 `Expo push service reported an error sending a notification: ${receipt.details.error}`52 if (receipt.__debug) {53 console.warn(receipt.__debug);
67 …ins a ticket ID, which you later use to look up a [push receipt](#push-receipts). A push receipt i…132 …receipt ID means that the message was received by Expo's servers, **not** that it was received by …173 …receipt**](#push-receipt-response-format) that indicates whether the Android or iOS push notificat…175 … `https://exp.host/--/api/v2/push/getReceipts`. The [request body](#push-receipt-request-format) m…187 …receipt-response-format) for push receipts is very similar to that of push tickets; it is a JSON o…194 // When there is no receipt with a given ID (YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY in this202 > Even if a receipt's `status` says `ok`, this doesn't guarantee that the device has received the m…220 ### Push receipt errors309 ### Push receipt request format317 ### Push receipt response format[all …]
43 …ification service, Expo creates a "push receipt" that records whether the handoff was successful. …51 …cket](/push-notifications/sending-notifications/#push-tickets) and [push receipt](/push-notificati…55 <Collapsible summary="See here for some quick terminal commands you can use to get the push receipt…67 2. Use the resulting ticket `id` to request the push receipt:112 Check the `details` property of the returned push ticket or receipt for more information. [Read thi…
140 ### How to use for AppStore receipt parse153 if let receiptInfo = pkcs7.receipt() {
79 public func receipt() -> ReceiptInfo? { in receipt() function
15 …ve, or limit the use or disclosure of data, we will respond within forty-five (45) days of receipt.
1878 const receipt = receipts[0];1879 if (receipt.status === 'error') {1880 if (receipt.details) {1882 `Expo push service reported an error sending a notification: ${receipt.details.error}`1885 if (receipt.__debug) {1886 console.warn(receipt.__debug);1888 throw new Error(`API error has occurred: ${receipt.details.error}`);
14 …flow/), which also integrates with RevenueCat's services for server-side receipt validation and mo…
1 … ios\n */\n originalPurchaseTime?: string;\n /**\n * The App Store receipt found in the main…
699 * all subviews for that container upon receipt.