Skip to content

6.2.11

Latest

Choose a tag to compare

@PushwooshCI PushwooshCI released this 23 Jun 13:42

Bug Fixes

  • Fixed Pushwoosh.Instance.IsCommunicationEnabled() returning false by default on iOS when Pushwoosh_ALLOW_SERVER_COMMUNICATION was not set in Info.plist (the default for most integrations). The value came from an Objective-C nil-to-boolValue evaluation, which disagreed with the native iOS SDK and the Android bridge where server communication is enabled by default. It now defaults to true when the key is absent or invalid.