-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**This is an automatic release.** ### New Features * Paywalls with custom purchase and restore logic handlers (#3973) via James Borthwick (@jamesrb1) ### Bugfixes * Prevent paywall PurchaseHandler from being cleared on rerender (#4035) via Josh Holtz (@joshdholtz) * Update Purchase Tester for 5.0.0 (#4015) via Will Taylor (@fire-at-will) ### Dependency Updates * Bump fastlane from 2.221.0 to 2.221.1 (#3977) via dependabot[bot] (@dependabot[bot]) ### Other Changes * Bring official `xcodes` back to CI (#4029) via Cesar de la Vega (@vegaro) * Paywalls tester with sandbox purchases (#4024) via James Borthwick (@jamesrb1) * Update v5 migration guide to contain current latest version (#4019) via Toni Rico (@tonidero) * CI Build Docs Improvements (#4014) via Will Taylor (@fire-at-will) * Use available resource class for backend-integration-tests-offline-job (#4013) via Will Taylor (@fire-at-will) * Add `X-Preferred-Locales` header (#4008) via Cesar de la Vega (@vegaro) --------- Co-authored-by: Toni Rico <[email protected]> Co-authored-by: Josh Holtz <[email protected]>
- Loading branch information
1 parent
dbcfe0c
commit 05c8bec
Showing
133 changed files
with
3,578 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.0.0 | ||
5.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
## 5.0.0 | ||
|
||
The RevenueCat iOS SDK v5 is here!! Version 5.0 of the RevenueCat SDK enables full StoreKit 2 flow on the SDK and the RevenueCat backend by default. | ||
|
||
See our [RevenueCat v5 Migration Guide](Sources/DocCDocumentation/DocCDocumentation.docc/V5_API_Migration_guide.md) for all the details. | ||
### New Features | ||
* Paywalls with custom purchase and restore logic handlers (#3973) via James Borthwick (@jamesrb1) | ||
### Bugfixes | ||
* Prevent paywall PurchaseHandler from being cleared on rerender (#4035) via Josh Holtz (@joshdholtz) | ||
* Update Purchase Tester for 5.0.0 (#4015) via Will Taylor (@fire-at-will) | ||
### Dependency Updates | ||
* Bump fastlane from 2.221.0 to 2.221.1 (#3977) via dependabot[bot] (@dependabot[bot]) | ||
### Other Changes | ||
* Bring official `xcodes` back to CI (#4029) via Cesar de la Vega (@vegaro) | ||
* Paywalls tester with sandbox purchases (#4024) via James Borthwick (@jamesrb1) | ||
* Update v5 migration guide to contain current latest version (#4019) via Toni Rico (@tonidero) | ||
* CI Build Docs Improvements (#4014) via Will Taylor (@fire-at-will) | ||
* Use available resource class for backend-integration-tests-offline-job (#4013) via Will Taylor (@fire-at-will) | ||
* Add `X-Preferred-Locales` header (#4008) via Cesar de la Vega (@vegaro) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
Tests/UnitTests/Misc/__Snapshots__/AnyEncodableTests/watchOS-testNestedDictionary.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"a" : 1, | ||
"b" : { | ||
"b1" : false, | ||
"b2" : { | ||
"b21" : 1, | ||
"b22" : "https:\/\/google.com" | ||
}, | ||
"b3" : [ | ||
20.2, | ||
19.99, | ||
5 | ||
], | ||
"b4" : 50000 | ||
}, | ||
"c" : "3", | ||
"d" : null | ||
} |
25 changes: 25 additions & 0 deletions
25
...pshots__/BackendGetCustomerInfoTests/watchOS-testCachesCustomerGetsForSameCustomer.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"headers" : { | ||
"Authorization" : "Bearer asharedsecret", | ||
"content-type" : "application/json", | ||
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881", | ||
"X-Client-Build-Version" : "12345", | ||
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool", | ||
"X-Client-Version" : "17.0.0", | ||
"X-Is-Sandbox" : "true", | ||
"X-Observer-Mode-Enabled" : "false", | ||
"X-Platform" : "iOS", | ||
"X-Platform-Flavor" : "native", | ||
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)", | ||
"X-Preferred-Locales" : "en_EN", | ||
"X-Storefront" : "USA", | ||
"X-StoreKit-Version" : "1", | ||
"X-StoreKit2-Enabled" : "false", | ||
"X-Version" : "4.0.0" | ||
}, | ||
"request" : { | ||
"body" : null, | ||
"method" : "GET", | ||
"url" : "https://api.revenuecat.com/v1/subscribers/user" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...s__/BackendGetCustomerInfoTests/watchOS-testDoesntCacheCustomerGetsForSameCustomer.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"headers" : { | ||
"Authorization" : "Bearer asharedsecret", | ||
"content-type" : "application/json", | ||
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881", | ||
"X-Client-Build-Version" : "12345", | ||
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool", | ||
"X-Client-Version" : "17.0.0", | ||
"X-Is-Sandbox" : "true", | ||
"X-Observer-Mode-Enabled" : "false", | ||
"X-Platform" : "iOS", | ||
"X-Platform-Flavor" : "native", | ||
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)", | ||
"X-Preferred-Locales" : "en_EN", | ||
"X-Storefront" : "USA", | ||
"X-StoreKit-Version" : "1", | ||
"X-StoreKit2-Enabled" : "false", | ||
"X-Version" : "4.0.0" | ||
}, | ||
"request" : { | ||
"body" : null, | ||
"method" : "GET", | ||
"url" : "https://api.revenuecat.com/v1/subscribers/user" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...s__/BackendGetCustomerInfoTests/watchOS-testDoesntCacheCustomerGetsForSameCustomer.2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"headers" : { | ||
"Authorization" : "Bearer asharedsecret", | ||
"content-type" : "application/json", | ||
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881", | ||
"X-Client-Build-Version" : "12345", | ||
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool", | ||
"X-Client-Version" : "17.0.0", | ||
"X-Is-Sandbox" : "true", | ||
"X-Observer-Mode-Enabled" : "false", | ||
"X-Platform" : "iOS", | ||
"X-Platform-Flavor" : "native", | ||
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)", | ||
"X-Preferred-Locales" : "en_EN", | ||
"X-Storefront" : "USA", | ||
"X-StoreKit-Version" : "1", | ||
"X-StoreKit2-Enabled" : "false", | ||
"X-Version" : "4.0.0" | ||
}, | ||
"request" : { | ||
"body" : null, | ||
"method" : "GET", | ||
"url" : "https://api.revenuecat.com/v1/subscribers/user_id_2" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...napshots__/BackendGetCustomerInfoTests/watchOS-testGetCustomerCallsBackendProperly.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"headers" : { | ||
"Authorization" : "Bearer asharedsecret", | ||
"content-type" : "application/json", | ||
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881", | ||
"X-Client-Build-Version" : "12345", | ||
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool", | ||
"X-Client-Version" : "17.0.0", | ||
"X-Is-Sandbox" : "true", | ||
"X-Observer-Mode-Enabled" : "false", | ||
"X-Platform" : "iOS", | ||
"X-Platform-Flavor" : "native", | ||
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)", | ||
"X-Preferred-Locales" : "en_EN", | ||
"X-Storefront" : "USA", | ||
"X-StoreKit-Version" : "1", | ||
"X-StoreKit2-Enabled" : "false", | ||
"X-Version" : "4.0.0" | ||
}, | ||
"request" : { | ||
"body" : null, | ||
"method" : "GET", | ||
"url" : "https://api.revenuecat.com/v1/subscribers/user" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...ts__/BackendGetCustomerInfoTests/watchOS-testGetCustomerInfoDoesNotMakeTwoRequests.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"headers" : { | ||
"Authorization" : "Bearer asharedsecret", | ||
"content-type" : "application/json", | ||
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881", | ||
"X-Client-Build-Version" : "12345", | ||
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool", | ||
"X-Client-Version" : "17.0.0", | ||
"X-Is-Sandbox" : "true", | ||
"X-Observer-Mode-Enabled" : "false", | ||
"X-Platform" : "iOS", | ||
"X-Platform-Flavor" : "native", | ||
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)", | ||
"X-Preferred-Locales" : "en_EN", | ||
"X-Storefront" : "USA", | ||
"X-StoreKit-Version" : "1", | ||
"X-StoreKit2-Enabled" : "false", | ||
"X-Version" : "4.0.0" | ||
}, | ||
"request" : { | ||
"body" : null, | ||
"method" : "GET", | ||
"url" : "https://api.revenuecat.com/v1/subscribers/user" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...ts__/BackendGetCustomerInfoTests/watchOS-testGetCustomerInfoWithFailedVerification.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"headers" : { | ||
"Authorization" : "Bearer asharedsecret", | ||
"content-type" : "application/json", | ||
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881", | ||
"X-Client-Build-Version" : "12345", | ||
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool", | ||
"X-Client-Version" : "17.0.0", | ||
"X-Is-Sandbox" : "true", | ||
"X-Observer-Mode-Enabled" : "false", | ||
"X-Platform" : "iOS", | ||
"X-Platform-Flavor" : "native", | ||
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)", | ||
"X-Preferred-Locales" : "en_EN", | ||
"X-Storefront" : "USA", | ||
"X-StoreKit-Version" : "1", | ||
"X-StoreKit2-Enabled" : "false", | ||
"X-Version" : "4.0.0" | ||
}, | ||
"request" : { | ||
"body" : null, | ||
"method" : "GET", | ||
"url" : "https://api.revenuecat.com/v1/subscribers/user" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...hots__/BackendGetCustomerInfoTests/watchOS-testGetCustomerInfoWithVerifiedResponse.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"headers" : { | ||
"Authorization" : "Bearer asharedsecret", | ||
"content-type" : "application/json", | ||
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881", | ||
"X-Client-Build-Version" : "12345", | ||
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool", | ||
"X-Client-Version" : "17.0.0", | ||
"X-Is-Sandbox" : "true", | ||
"X-Observer-Mode-Enabled" : "false", | ||
"X-Platform" : "iOS", | ||
"X-Platform-Flavor" : "native", | ||
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)", | ||
"X-Preferred-Locales" : "en_EN", | ||
"X-Storefront" : "USA", | ||
"X-StoreKit-Version" : "1", | ||
"X-StoreKit2-Enabled" : "false", | ||
"X-Version" : "4.0.0" | ||
}, | ||
"request" : { | ||
"body" : null, | ||
"method" : "GET", | ||
"url" : "https://api.revenuecat.com/v1/subscribers/user" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...ing/Backend/__Snapshots__/BackendGetCustomerInfoTests/watchOS-testGetsCustomerInfo.1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"headers" : { | ||
"Authorization" : "Bearer asharedsecret", | ||
"content-type" : "application/json", | ||
"X-Apple-Device-Identifier" : "5D7C0074-07E4-4564-AAA4-4008D0640881", | ||
"X-Client-Build-Version" : "12345", | ||
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool", | ||
"X-Client-Version" : "17.0.0", | ||
"X-Is-Sandbox" : "true", | ||
"X-Observer-Mode-Enabled" : "false", | ||
"X-Platform" : "iOS", | ||
"X-Platform-Flavor" : "native", | ||
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)", | ||
"X-Preferred-Locales" : "en_EN", | ||
"X-Storefront" : "USA", | ||
"X-StoreKit-Version" : "1", | ||
"X-StoreKit2-Enabled" : "false", | ||
"X-Version" : "4.0.0" | ||
}, | ||
"request" : { | ||
"body" : null, | ||
"method" : "GET", | ||
"url" : "https://api.revenuecat.com/v1/subscribers/user" | ||
} | ||
} |
Oops, something went wrong.