Skip to content

Releases: Pushwoosh/pushwoosh-ios-sdk

6.2.2

15 Jun 08:52
Compare
Choose a tag to compare

Changes

  • Removed requests caching when using startServerCommunication and stopServerCommunication methods

6.2.1

03 Jun 14:25
Compare
Choose a tag to compare

Changes

  • Added Pushwoosh_ALLOW_SERVER_COMMUNICATION Info.plist parameter. Use this parameter with the false value to prevent from sending API requests before startServerCommunication method is called.
  • Added startServerCommunication and stopServerCommunication methods Pushwoosh class

6.2.0

27 Apr 11:57
Compare
Choose a tag to compare

Fixed

  • Removed PWRichMediaBlock property in PWRichMediaStyle.h from osx targets

Added

  • pushwoosh-mac-sdk publishing via Cocoapods and Carthage dependency managers

6.1.1

09 Feb 13:47
Compare
Choose a tag to compare

Added

  • Added changes to improve stability of Pushwoosh iOS SDK

6.1.0

27 Jan 12:03
Compare
Choose a tag to compare

Added

  • Method to manually update In-Apps
[[PWInAppManager sharedManager] reloadInAppsWithCompletion:completion];

6.0.13

20 Jan 12:18
Compare
Choose a tag to compare

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

11 Dec 13:33
Compare
Choose a tag to compare

Fixed

  • Undefined symbols "___isPlatformVersionAtLeast" compilation error for architectures arm64 and armv7

6.0.11

09 Dec 12:40
Compare
Choose a tag to compare

Changed

  • Swizzling of viewDidAppear method

Removed

  • Sending IDFA with /appOpen request

6.0.10

19 Nov 10:40
Compare
Choose a tag to compare

Fixed

  • Xcode 11.7 build issues

6.0.9

27 Oct 08:40
Compare
Choose a tag to compare

Fixed

  • Added back method setUserId:(NSString *)userId into PWInAppManager class