SDK pour Unity / Subscriptions
  Retour à la documentation

SDK pour Unity

Subscriptions

Informations générales

With subscriptions, you can provide users with access to a package of services under specified conditions. The subscription management solution is based on the Subscription product.

Subscription plans vary in duration and payment terms. The following types of plans are available:

  • Regular plan with regular payments.
  • Lifetime plan with a one-time payment and an unlimited period of validity.
  • Season pass with a one-time payment and a limited period of validity.

Subscription management (for example, creating and configuring plans, setting up a trial period, setting up a grace period for a subscription) is performed in Publisher Account in the Subscriptions section.

In your application, you need to implement purchase and management of subscriptions using SDK methods.

Scénario d'achat d'un abonnement

  1. The application requests a list of available plans using the following SDK methods:
    • GetSubscriptionPublicPlans — returns a list of plans available to unauthorized users.
    • GetSubscriptionPlans — returns a list of plans available to authorized users.
  1. The application displays subscription plans to the user.
  2. The user selects a plan and proceeds to the payment stage.
  3. The application receives the URL to open the payment interface using the GetSubscriptionPurchaseUrl method.
  4. The application opens the received URL in a browser.
  5. The user pays for the subscription.

Scénario de gestion des abonnements

  1. The application requests a list of the user’s subscriptions using the GetSubscriptions method.
  2. The application requests detailed information about each user’s subscription using the GetSubscriptionDetails method (optional).
  3. The application displays a list of subscriptions to the user.
  4. The user selects a subscription and the action he wants to perform — cancel, open a web page to renew, or manage subscriptions.
  5. The application calls one of the following methods to handle the action:
    • CancelSubscription — to cancel the selected subscription
    • GetSubscriptionRenewalUrl — to get the URL of the renewal interface for the selected subscription
    • GetSubscriptionManagementUrl — to get the URL of the management interface for the selected subscription
  1. The application opens the received URL in a browser.
  2. The user performs an action on a subscription.
Note
Subscription cancellation occurs immediately after a call to the CancelSubscription method — steps 6 and 7 are not performed.
Cet article vous a été utile ?
Merci !
Que pouvons-nous améliorer ? Message
Nous sommes désolés de l'apprendre
Dites-nous pourquoi vous n'avez pas trouvé cet article utile. Message
Merci pour votre commentaire !
Nous examinerons votre message et l'utiliserons pour améliorer votre expérience.
Évaluer cette page
Évaluer cette page
Que pouvons-nous améliorer ?

Préfère ne pas répondre

Merci pour votre commentaire !
Dernière mise à jour: 15 Septembre 2023

Faute de frappe ou autre erreur dans le texte ? Sélectionnez le texte concerné et appuyez sur Ctrl+Entée.

Signaler un problème
Nous améliorons continuellement notre contenu grâce à vos commentaires.
Indiquez votre adresse e-mail pour un suivi
Merci pour votre commentaire !