Releases: Pushwoosh/pushwoosh-ios-sdk
Releases · Pushwoosh/pushwoosh-ios-sdk
6.2.2
Changes
- Removed requests caching when using startServerCommunication and stopServerCommunication methods
6.2.1
Changes
- Added
Pushwoosh_ALLOW_SERVER_COMMUNICATION
Info.plist parameter. Use this parameter with thefalse
value to prevent from sending API requests before startServerCommunication method is called. - Added startServerCommunication and stopServerCommunication methods Pushwoosh class
6.2.0
Fixed
- Removed PWRichMediaBlock property in PWRichMediaStyle.h from osx targets
Added
- pushwoosh-mac-sdk publishing via Cocoapods and Carthage dependency managers
6.1.1
Added
- Added changes to improve stability of Pushwoosh iOS SDK
6.1.0
Added
- Method to manually update In-Apps
[[PWInAppManager sharedManager] reloadInAppsWithCompletion:completion];
6.0.13
Fixed
- Richmedia with embedded video or gif file now plays correctly on devices with iOS 14
- Removed Advertising Identifier (IFDA) usage within Pushwoosh iOS SDK completely
6.0.12
6.0.11
Changed
- Swizzling of viewDidAppear method
Removed
- Sending IDFA with /appOpen request
6.0.10
Fixed
- Xcode 11.7 build issues
6.0.9
Fixed
- Added back method
setUserId:(NSString *)userId
into PWInAppManager class