In-App Purchase Is Connected

Kalipso - Form - Actions - Actions Description - Group Others - In-App Purchase Is Connected

Checks the sate of the connection with the SDK engine and the servers.

Action available for the following operating systems:

Parameters

  • Target Connected - Target control or variable that will receive the connection sate. It can be one of:

    • 0 - Not connected

    • 1 - Connected

  • Target Not Connected Reason - When there is no connection, this will receive a string with a debug message describing the probable reason for this state.

On Android this action is based on an API call to the In-App purchase SDK.

On iOS and Windows, the SDK does not provide this information, so this action is based on a reachability test to Apple or Microsoft servers to validate if a network connection can be made.

Last updated