You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.