Home
last modified time | relevance | path

Searched refs:receipt (Results 1 – 13 of 13) sorted by relevance

/expo/apps/native-component-list/src/api/
H A DregisterForPushNotificationsAsync.ts45 const receipt = receipts[0]; constant
46 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);
/expo/docs/pages/push-notifications/
H A Dsending-notifications.mdx67 …ins a ticket ID, which you later use to look up a [push receipt](#push-receipts). A push receipt i…
132receipt ID means that the message was received by Expo's servers, **not** that it was received by …
173receipt**](#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…
187receipt-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 this
202 > Even if a receipt's `status` says `ok`, this doesn't guarantee that the device has received the m…
220 ### Push receipt errors
309 ### Push receipt request format
317 ### Push receipt response format
[all …]
H A Dfaq.mdx43 …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…
/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DREADME.md140 ### How to use for AppStore receipt parse
153 if let receiptInfo = pkcs7.receipt() {
H A DPKCS7_AppleReceipt.swift79 public func receipt() -> ReceiptInfo? { in receipt() function
/expo/docs/pages/regulatory-compliance/
H A Dprivacy-shield.mdx15 …ve, or limit the use or disclosure of data, we will respond within forty-five (45) days of receipt.
/expo/apps/test-suite/tests/
H A DNotifications.js1878 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}`);
/expo/docs/pages/versions/unversioned/sdk/
H A Din-app-purchases.mdx14 …flow/), which also integrates with RevenueCat's services for server-side receipt validation and mo…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Din-app-purchases.mdx14 …flow/), which also integrates with RevenueCat's services for server-side receipt validation and mo…
/expo/packages/expo-in-app-purchases/build/
H A DInAppPurchases.types.js.map1 … ios\n */\n originalPurchaseTime?: string;\n /**\n * The App Store receipt found in the main…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTUIManager.m699 * all subviews for that container upon receipt.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTUIManager.m699 * all subviews for that container upon receipt.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTUIManager.m699 * all subviews for that container upon receipt.