Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

StoreKit.SetUpdatedTransactionsTrigger

Sets the script to trigger when transactions change.

Component Version macOS Windows Linux Server iOS SDK
StoreKit 8.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "StoreKit.SetUpdatedTransactionsTrigger"; Filename; ScriptName { ; Parameter } )   More

Parameters

Parameter Description Example Flags
Filename The database file name where the script is located. "test.fmp12"
ScriptName The script name. "MyScript"
Parameter Parameter to pass. Optional

Result

Returns OK or error.

Description

Sets the script to trigger when transactions change.
This method may be called often when something changes on the transactions. So you can check if they still match your state and process changes.

Created 22nd April 2018, last changed 22nd April 2018


StoreKit.SetRestoreCompletedTransactionsTrigger - StoreKit.ShowProductView

Feedback: Report problem or ask question.