Disabling Encryption for iOS Devices

Disable the encryption for SUPApplication messages between an iOS device on the messaging channel (MBS).

For iOS devices, you can fully disable the encryption for SUPApplication messages between the device and the Unwired server by setting the iOS NSUserDefaults BOOL MCL_NO_ENCRYPTION property to YES.

To disable encryption on iOS devices, add the following code to your application:
[[NSUserDefaults standardUserDefaults] setBool:YES forKey@"MCL_NO_ENCRYPTION"];
Note:
  • When you disable encryption between the iOS device and Unwired Server this way, if the Encryption Enabled property on the "Device Advanced" page in the Application Connection Template is set to TRUE, the device will not encrypt messages.
  • This method of disabling encryption for SUPApplication messages is only applicable for the messaging channel (MBS). The NSUserDefaults property has no effect on the data channel (RBS).