passepartout-apple/Passepartout/Library/Sources/AppUIMain/Views
Davide d8c4e87239
Refactor in-app entities for StoreKit/Kvitto integration (#820)
Refactoring:

- Get receipts from StoreKit Transaction.currentEntitlements
- Search for the originally purchased build in the local receipt anyway
(Kvitto)
- Fall back to release receipt (Kvitto), if any, for feature eligibility
in TestFlight builds
- Parse and verify expiration date in subscriptions
- Decouple in-app identifier composition from BundleConfiguration
- Fix user level features only applied when a receipt was not found

Testing:

- Add StoreKit configuration
- Fake purchases with PP_FAKE_IAP
- Fake user level with PP_USER_LEVEL

Then for reactive receipt reload, detect app activation differently:

- iOS/tvOS on .scenePhase
- macOS on launch and NSWorkspace.didActivateApplicationNotification

As to features:

- Credit former "Full version" purchasers with all current AND future
features, except the Apple TV
2024-11-06 13:20:12 +01:00
..
About Refactor in-app entities for StoreKit/Kvitto integration (#820) 2024-11-06 13:20:12 +01:00
App Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
AppMenu/macOS Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
Diagnostics Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
Modules Simulate in-app purchases (#818) 2024-11-05 18:55:57 +01:00
Profile Simulate in-app purchases (#818) 2024-11-05 18:55:57 +01:00
Provider Simulate in-app purchases (#818) 2024-11-05 18:55:57 +01:00
Settings Improve footers in macOS form sections (#814) 2024-11-05 13:32:09 +01:00