Implement paywalls manually
Accept purchases
If you are working with paywalls you’ve implemented yourself, you can delegate handling purchases to Adapty, using the makePurchase method. This way, we will handle all the user scenarios, and you will only need to handle the purchase results.
makePurchase works with products created in the Adapty dashboard. Make sure you configure products and ways to retrieve them in the dashboard by following the quickstart guide.
クイックスタートガイド
Adapty SDKをCapacitorのカスタムペイウォールに統合して、アプリ内課金を有効にします。
ペイウォールとプロダクトを取得する
Adapty Capacitor SDKでペイウォールとプロダクトを取得し、ユーザーの収益化を向上させましょう。
リモートコンフィグペイウォールを表示する
Adapty Capacitor SDKでリモートコンフィグペイウォールを表示し、ユーザー体験をパーソナライズする方法を解説します。
購入を実行する
Adaptyを使用してアプリ内課金とサブスクリプションを処理するためのガイド。
購入を復元する
Adapty で購入を復元してシームレスなユーザー体験を実現する方法を学びましょう。
Observer mode
If you want to implement your own purchase handling logic from scratch but still want to benefit from the advanced analytics in Adapty, you can use the observer mode.
Consider the observer mode limitations here.