Purchasely
4.4
4.4
  • Welcome page
  • General
    • Presentation
    • Release notes
  • Quick start
    • Console Configuration
    • SDK Implementation
    • Testing
    • Sample
  • Basic configuration
    • Console Configuration
      • Creating a new application
      • Creating your Products
        • App Store
        • Play Store
        • Huawei App Gallery
        • Amazon App Store
        • Products & Plans
      • Design your Paywalls
      • Design your Paywalls-Latest
        • Carousel
        • Carousel Flow
        • Features List
        • Features List & Plan Picker with 2 & 3 columns
        • Feature list overlay
        • Plan picker horizontal
        • Plan picker with 2 and 3 Column
    • SDK installation
      • iOS SDK
      • Android SDK
      • React Native SDK
      • Cordova SDK
      • Flutter SDK
      • Unity SDK
    • SDK configurations
      • Paywall observer mode
      • Full mode
      • StoreKit 2
      • Appendices
        • Start the SDK
        • Set User Id
        • Notify when the app is ready
        • Present paywalls
        • Unlock content / service
        • Close SDK (Android only)
    • Stripe
    • Purchasely with RevenueCat
  • S2S notifications
    • Server-to-server notifications ?
    • Apple App Store
    • Google Play Store
    • Huawei App Gallery
  • Analytics
    • Dashboards
      • Introduction
      • Live
      • Subscriptions
      • Cohorts
      • Trials
      • Events
    • Events
      • Webhook events
        • Subscription events
        • Subscription events attributes
      • SDK events
        • UI events
        • UI attributes
  • Integrations
    • Webhook
      • Receiving and understanding messages
      • Managing entitlements
      • Detailed sequence diagrams
    • Airship
    • Amplitude
    • AppsFlyer
    • Adjust
    • Piano analytics(ex AT Internet)
    • Batch
    • Branch
    • Braze
    • Clevertap
    • Customer.io
    • Firebase
    • Iterable
    • Mixpanel
    • MoEngage
    • OneSignal
    • Segment
    • Brevo(ex Sendinblue)
  • Advanced Features
    • Asynchronous paywalls
    • NEW: Promotional offers
    • Anonymous user
    • Associating content
    • Audiences
    • Customising UI
      • Errors & alerts
      • Controllers (iOS) / Fragments (Android)
    • Deeplinks automations
    • Disable placements
    • Displaying users subscriptions
    • Localization
    • Lottie animations
    • Non-subscription products
    • Paywall action interceptor
    • Promoting your products
      • Self-promotion
      • Promoting In-App Purchases
    • Purchase manually
    • Subscription status
    • Use your own paywall
  • Others
    • Frequently Asked Questions
    • Migration guides
      • Migrate to Purchasely
      • Webhook
        • Migrate to Webhook v3.0
      • SDK
        • Migrate to SDK v3.0
          • v2.2.0
          • v2.1.3
        • Migrate to SDK v3.1
        • Migrate to SDK v3.2
        • Migrate to SDK v4.0.0
  • TESTING
    • Testing Cycle Durations
Powered by GitBook

© Purchasely 2020-2023

On this page
  • When to use this mode?
  • What can you do in this mode?
  • General overview
  • Implementation
  • 1- Start the SDK
  • 2- Set user identifier
  • 3- Configure and present paywalls
  • 4- Save/Verify user subscriptions
  • 5- Configure deeplinks (optional)
  • 6- Migrate your existing subscriber base (optional)

Was this helpful?

Edit on GitHub
  1. Basic configuration
  2. SDK configurations

Full mode

Display paywalls and manage in-app transactions

PreviousPaywall observer modeNextStoreKit 2

Last updated 1 year ago

Was this helpful?

When to use this mode?

In the Full mode, Purchasely handles transactions, analytics and paywall display as explained in default .

Most of Purchasely customers use this mode because it allows to take benefit of all powerful features from Purchasely.

This mode is particularly relevant for teams starting their journey with in-app subscriptions as it will avoid developers to:

  • code an in-house transaction processor, manage the subscribers lifecycle and produce store-specific code to plug with the app stores (3 to 6 months of work in average)

  • waste time on developing the paywall(s)

Instead, teams can focus on developing their core product and features and use subscriptions as a convenience.

What can you do in this mode?

You can do pretty much everything:

  • Display paywalls and change them remotely

  • Create as many paywalls as you want to multiply the touch points

  • Process transactions and extract meaningful data from stores receipts

  • Receive unified from our to trigger your automations

  • Connect this data with your marketing tools using our integrations

  • Analyse your business with the integrated in the Purchasely Console

General overview

Implementation

1- Start the SDK

2- Set user identifier

We need to know whenever a user is logged in or logged out to:

  • Hide the login button in the paywalls

  • Check if the user already used a trial and display the correct price

3- Configure and present paywalls

To display a paywall, you need to can get a Controller / Fragment from Purchasely.

4- Save/Verify user subscriptions

In these cases your app is notified by the SDK and you must unlock the content / service.

After the initial purchase you will want to check the status. To do so you can use one of the following options:

5- Configure deeplinks (optional)

Paywalls can be used in many othe ways that can be:

  • Push notifications deeplinks

6- Migrate your existing subscriber base (optional)

If your app already has subscribers, you must migrate them to Purchasely to:

  • Have complete dashboards including every subscriber acquired in the past

  • Handle status using the userSubscriptions

The first thing you need to do is to call the start method passing the mode paywallObserver / PLYRunningModePaywallObserver .

Purchases can be performed without any paywall involved. This is what happens for kids with ask-to-buy or with flows.

Using your backend (if you implemented )

Using Firebase (if you have our )

Using the SDK's method

Follow to import your subscribers to Purchasely.

SDK Configuration
subscription events
Webhook
dashboards
View implementation details
View implementation details
View implementation details
PSD2
View implementation details
Webhook
Firebase extension
userSubscriptions
Promoted In-App Purchase
Deeplinks
this guide