You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+88Lines changed: 88 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,94 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
## [3.12.0-beta.1]
8
+
9
+
### Added
10
+
11
+
- Support for Local Access Levels, allowing the SDK to verify purchases directly with the store even when Adapty servers are unreachable. [Read More.](http://adapty.io/docs/local-access-levels)
12
+
- Support for StoreKit Testing in Xcode. [Read More.](http://adapty.io/docs/local-sk-files)
13
+
-**Customer Identity Parameters**: New identity parameters support in `activate()` and `identify()` methods
14
+
-**iOS**: `appAccountToken` parameter for App Store customer identification
15
+
-**Android**: `obfuscatedAccountId` parameter for Google Play customer identification
16
+
-**Android**: `pendingPrepaidPlansEnabled` parameter to enable pending prepaid plans support
17
+
18
+
-**Product Information Enhancement**: Added new fields to products
19
+
-`accessLevelId` field in `ProductReference`
20
+
-`productType` field in `ProductReference`
21
+
-`accessLevelId` field in `AdaptyPaywallProduct`
22
+
-`productType` field in `AdaptyPaywallProduct`
23
+
24
+
-**Purchase Transaction Data**: Platform-specific transaction information in purchase results
25
+
-**iOS**: `jwsTransaction` (JSON Web Signature) in successful purchase results
26
+
-**Android**: `purchaseToken` (Google Play purchase token) in successful purchase results
27
+
28
+
- iOS presentation styles support: added `iosPresentationStyle` parameter (`'full_screen'` (default) | `'page_sheet'`) to `present()` methods in paywall and onboarding view controllers
Copy file name to clipboardExpand all lines: README.md
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,19 @@ Adapty SDK is an open-source framework that makes implementing in-app subscripti
26
26
27
27
## Why Adapty?
28
28
29
-
-[No-code paywall builder](https://adapty.io/paywall-builder/?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Create and edit conversion-optimized paywalls in minutes with native-rendered UI (not WebView). Apply changes in real-time without app releases.
30
-
-[On-the-fly paywalls price testing](https://adapty.io/docs/ab-tests/?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Test different prices, duration, offers, messages, and designs simultaneously, all without new app releases.
31
-
-[Full customer's payment history](https://adapty.io/docs/profiles-crm/?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Explore the user's payment events from the trial start to subscription cancellation or billing issues.
32
-
-[In-app purchase data integration](https://adapty.io/docs/event-feed/?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Send subscription events to 3rd-party analytics, attribution, and ad services with no coding, even if the user uninstalls the app.
33
-
-[Advanced analytics](https://adapty.io/docs/analytics-charts/?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Analyze your app real-time metrics with advanced filters, such as Ad network, Ad campaign, country, A/B test, etc.
29
+
-[No server code implementation](https://adapty.io/docs/sdk-installation-capacitor?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Integrate in-app purchases with server-side receipt validation in minutes — in your own paywall or one created in the no-code builder.
30
+
-[No-code paywall builder](https://adapty.io/docs/adapty-paywall-builder?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Create a beautiful, natively rendered paywall in the no-code editor and display it in your app to start getting paid instantly.
31
+
-[On-the-fly paywalls price testing](https://docs.adapty.io/v3.0/docs/ab-tests?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Test different prices, duration, offers, messages, and designs simultaneously, all without new app releases.
32
+
-[Beautiful onboardings](https://adapty.io/docs/onboardings?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Design onboardings in the no-code editor and guide users through their first app experience.
33
+
-[Full customer's payment history](https://docs.adapty.io/v3.0/docs/profiles-crm?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Explore the user's payment events from the trial start to subscription cancellation or billing issues.
34
+
-[3rd-party integrations](https://docs.adapty.io/v3.0/docs/events?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Send subscription events to 3rd-party analytics, attribution, and ad services with no coding, even if the user uninstalls the app.
35
+
-[Advanced analytics](https://docs.adapty.io/v3.0/docs/charts?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor). Analyze your app real-time metrics with advanced filters, such as Ad network, Ad campaign, country, A/B test, etc.
<ahref="https://adapty.io/schedule-demo?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor_schedule-demo">Talk to Us to Learn More</a>
38
+
<ahref="https://adapty.io/schedule-demo?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Unity_schedule-demo">Talk to Us to Learn More</a>
37
39
</h3>
38
40
39
-
40
-
## Integrate IAPs Within a Few Hours Without Server Coding
41
+
## Integrate IAPs within a few hours without server coding
41
42
42
43
**Adapty handles everything, from free trials to refunds, in a simple, developer-friendly SDK.**
43
44
@@ -46,31 +47,33 @@ Adapty SDK is an open-source framework that makes implementing in-app subscripti
46
47
- One-time purchases and lifetime subscriptions supported.
47
48
- Sync subscribers' states across iOS, Android, and Web.
48
49
49
-
## Price Testing for In-app Purchases on Capacitor Without App Releases
50
+
## Design paywalls in the no-code builder
50
51
51
-
- Optimize in-app subscriptions with the paywall A/B testing. Conversions, trials, revenue, cancellations, and more — everything is calculated for you: each paywall and each A/B test.
52
-
- Change images, colors, layouts, and literally anything with a custom JSON. Configure different prices, trial periods, promo offers, and more in Adapty without app releases.
With Adapty, you can create a complete, purchase-ready paywall in the no-code builder.
53
55
54
-
## Paywall A/B Testing on Capacitor
56
+
Adapty automatically renders it and handles all the complex purchase flow, receipt validation, and subscription management behind the scenes.
57
+
58
+
## Test paywalls & prices on Capacitor without app releases
55
59
56
60

57
61
58
-
- Conversions, trials, revenue, cancellations, and more everything is calculated for you: each paywall and each A/B test.
59
-
- Change images, colors, layouts and literally anything with a custom JSON.
60
-
- Price testing is seamlessly integrated for any platform.
62
+
- Optimize in-app subscriptions with the paywall A/B testing. Conversions, trials, revenue, cancellations, and more — everything is calculated for you: each paywall and each A/B test.
63
+
- Change images, colors, layouts, and literally anything using the no-code builder or a custom JSON. Configure different prices, trial periods, promo offers, and more in Adapty without app releases.
61
64
62
-
## Real-time Analytics for Your Capacitor App
65
+
## Real-time analytics for your Capacitor app
63
66
64
67

65
68
66
69
- Manage the subscription's state without managing transactions.
67
-
- 99.5% accuracy with App Store Connect.
70
+
- 99.5% accuracy.
68
71
- View and analyze data by attributes, such as status, channels, campaigns, and more.
69
72
- Filter, group, and measure metrics by attribution, platform, custom users' segments, and more in a few clicks.
70
73
71
-
## Mobile App Monetization's Largest Community
74
+
## Mobile app monetization's largest community
72
75
73
-
Ask questions, participate in discussions about Adapty-related topics, become a part of our community for mobile app developers and marketers. Learn how to monetize your app, ask questions, post jobs, read industry news and analytics. Ad free.
76
+
Ask questions, participate in discussions about Adapty-related topics, become a part of our community for app developers and marketers. Learn how to monetize your app, ask questions, post jobs, read industry news and analytics. Ad free.
Read the [documentation](https://adapty.io/docs/sdk-installation-capacitor/?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor) to install and configure Adapty SDK. Set up purchases in hours instead of weeks :rocket:
88
+
Follow our [quickstart guide](https://adapty.io/docs/sdk-installation-capacitor/?utm_source=github&utm_medium=referral&utm_campaign=AdaptySDK-Capacitor) to install and configure Adapty SDK. Set up purchases in hours instead of weeks :rocket:
We provide example applications demonstrating Adapty SDK integration with different frameworks and use cases.
4
+
5
+
### Basic Examples
6
+
7
+
Minimal applications showing core SDK functionality (activation, paywalls, purchases). Perfect for getting started and understanding the basic integration flow.
8
+
9
+
-**[React Example](./basic-react-example/)** - React application with hooks and functional components
10
+
-**[Angular Example](./basic-angular-example/)** - Angular application with components and services
11
+
-**[Vue Example](./basic-vue-example/)** - Vue 3 application with Composition API
12
+
13
+
Each basic example demonstrates:
14
+
- SDK activation and configuration
15
+
- Displaying free and premium content
16
+
- Showing paywall for premium content access
17
+
- Making purchases through Paywall Builder
18
+
- Automatic access to premium content after successful purchase
19
+
20
+
### Adapty Devtools
21
+
22
+
**Adapty Devtools** - Advanced development tool for bug reports and SDK testing. This comprehensive example includes detailed logging, debug panels, and testing utilities for developers working on SDK integration or reporting issues.
0 commit comments