Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The provisioning step is supposed to happen only once in the application lifetime (unless some parameters need to be changed - for example, a change of user ID or a change of domain name, etc…).

Warning

Calling the provisioning method on an already provisioned device will not only fail but also clean the provisioning settings from the system.

If you want to verify whether provisioning has already been completed, please call the isProvisioned() function. In case you need to change the provisioning data it is cleaner to programmatically remove the existing data (called stores) and then start provisioning again.

To delete the existing store, the following code can be used:

...

a call to the clearProvision() function must be made beforehand.

Warning

Calling the provisioning method on an already provisioned device will fail.