diff --git a/content/applications/general/in_app_purchase.rst b/content/applications/general/in_app_purchase.rst index 1d33be546..45ba37b85 100644 --- a/content/applications/general/in_app_purchase.rst +++ b/content/applications/general/in_app_purchase.rst @@ -24,14 +24,18 @@ Services`. IAP accounts ============ -Credits to use IAP services are stored on IAP accounts, which are specific to each service and -database. By default, IAP accounts are common to all companies, but can be restricted to specific +Credits to use IAP services are stored on IAP accounts, which are specific to each service. +By default, IAP accounts are common to all companies, but can be restricted to specific ones. Activate the :ref:`developer mode `, then go to :menuselection:`Technical Settings --> IAP Account`. .. image:: in_app_purchase/image2.png :align: center +.. tip:: + An IAP account can be disabled by appending `+disabled` to its token. + Reverting this change will re-enable the account. + IAP Portal ==========