diff --git a/content/applications/general/in_app_purchase.rst b/content/applications/general/in_app_purchase.rst index cd794c8a2..dc7c18168 100644 --- a/content/applications/general/in_app_purchase.rst +++ b/content/applications/general/in_app_purchase.rst @@ -22,14 +22,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 ==========