Skip to content

Releases: ppgco/ios-sdk

2.2.2

13 Dec 10:22
Compare
Choose a tag to compare

Fix - public variables from EventDTO

2.2.1

12 Dec 09:56
Compare
Choose a tag to compare

Add DTO for Event class and use it in getEvents

2.2.0

11 Dec 13:41
Compare
Choose a tag to compare
2.2.0 Pre-release
Pre-release

Add PPG.getEvents() function which returns array of valid Events.

2.1.0

05 Dec 14:18
Compare
Choose a tag to compare

Added support for Swift Package Manager.
Installing via Cocoapods is no longer supported from that version.

No other changes to functionalities.

2.0.2

29 Oct 10:31
Compare
Choose a tag to compare

Versioning update

2.0.1

24 Oct 09:19
Compare
Choose a tag to compare

Fix: Add possibility of dynamically add app group ID via Notification Service Extension
Fix: Make shared data class public

2.0.0

22 Oct 09:39
f36099c
Compare
Choose a tag to compare
  • Fixed issue where delivered and clicked events sometimes were not registered.
  • Fixed events synchronization issue where in some cases users had to reopen app to sync latest events.
  • Fixed duplicated delivered events on transactional messages.

Breaking changes
To be able to use that version, you need to provide AppGroups capability to your project. Check README.md for further informations.

1.2.1

26 Sep 06:59
Compare
Choose a tag to compare

Add method:

  • PPG.registerNotificationDeliveredFromUserInfo(userInfo: userInfo)

1.2.0

13 Jul 07:25
e2a17d3
Compare
Choose a tag to compare

Add support for strategy and TTL in BeaconTag

1.0.3: Merge pull request #4 from adamszeremeta/feature/delivery_event

16 Aug 07:00
301cccb
Compare
Choose a tag to compare