Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link fixes #554

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/installation/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RevenueCat for iOS can be installed either via [CocoaPods](/getting-started/inst
Already have 4.x installed? View our [migration guide to 5.x →](/sdk-guides/ios-native-4x-to-5x-migration)
:::

<YouTubeEmbed videoId="QS7BTorY4" title="Set up RevenueCat Purchases SDK for iOS" />
<YouTubeEmbed videoId="QS7BTorY4-U" title="Set up RevenueCat Purchases SDK for iOS" />

### Install via Swift Package Manager

Expand Down
4 changes: 2 additions & 2 deletions docs/integrations/webhooks/event-types-and-fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ If we have to retry a webhook for any reason, the retry will have the same `id`
| `store` | String | Store the subscription belongs to. | `AMAZON`, `APP_STORE`, `MAC_APP_STORE`, `PLAY_STORE`, `PROMOTIONAL`, `STRIPE`. |
| `environment` | String | Store environment. | `SANDBOX`, `PRODUCTION`. |
| `is_trial_conversion` | Boolean | Only available for `RENEWAL` events. Whether the previous transaction was a free trial or not. | `true` or `false`. |
| `cancel_reason` | String | Only available for `CANCELLATION` events. See [Cancellation and Expiration Reasons](/integrations/webhooks#cancellation-and-expiration-reasons). | `UNSUBSCRIBE`, `BILLING_ERROR`, `DEVELOPER_INITIATED`, `PRICE_INCREASE`, `CUSTOMER_SUPPORT`, `UNKNOWN`. |
| `expiration_reason` | String | Only available for `EXPIRATION` events. See [Cancellation and Expiration Reasons](/integrations/webhooks#cancellation-and-expiration-reasons). | `UNSUBSCRIBE`, `BILLING_ERROR`, `DEVELOPER_INITIATED`, `PRICE_INCREASE`, `CUSTOMER_SUPPORT`, `UNKNOWN`. |
| `cancel_reason` | String | Only available for `CANCELLATION` events. See [Cancellation and Expiration Reasons](/integrations/webhooks/event-types-and-fields#cancellation-and-expiration-reasons). | `UNSUBSCRIBE`, `BILLING_ERROR`, `DEVELOPER_INITIATED`, `PRICE_INCREASE`, `CUSTOMER_SUPPORT`, `UNKNOWN`. |
| `expiration_reason` | String | Only available for `EXPIRATION` events. See [Cancellation and Expiration Reasons](/integrations/webhooks/event-types-and-fields#cancellation-and-expiration-reasons). | `UNSUBSCRIBE`, `BILLING_ERROR`, `DEVELOPER_INITIATED`, `PRICE_INCREASE`, `CUSTOMER_SUPPORT`, `UNKNOWN`. |
| `new_product_id` | String | Product identifier of the new product the subscriber has switched to. Only available for App Store subscriptions and `PRODUCT_CHANGE` events. | |
| `presented_offering_id` | String | Not available for apps using legacy entitlements. The identifier for the offering that was presented to the user during their initial purchase. Can be `NULL` if the purchase was made using `purchaseProduct` instead of `purchasePackage` or if the purchase was made outside of your app or before you integrated RevenueCat. | |
| `price` | Double | The USD price of the transaction. Can be `NULL` if the price is unknown, and `0` for free trials. Can be negative for refunds. | |
Expand Down
Loading