Skip to content

Releases: pixlee/ios-sdk-carthage

Carthage Compatibility Fixes

16 Dec 22:47
Compare
Choose a tag to compare

This release contains backwards compatibility fixes for carthage and Xcode versions 11 and up.

Cocoapods Release

18 Oct 22:48
Compare
Choose a tag to compare
  • Cocoapods support

Uploader function and improvements

27 Sep 18:51
4a7a311
Compare
Choose a tag to compare

Adding PIXLEE Uploader API to PXLAlbums class, and improvements to the POST manager class.

Swift documentation

12 Sep 20:06
31b0045
Compare
Choose a tag to compare

Swift documentation and example project.

Analytics Upgrade

23 Jul 21:37
Compare
Choose a tag to compare

Analytics:

Adding Conversion events addToCart and Conversion
Adding Engagement events openendLightbox, openedWidget, Loadmore, ActionClicked

For documentation https://developers.pixlee.com/docs/analytics-events-tracking-pixel-guide?origin_team=T02DH7ZKG#openedWidget.

Analytics Upgrade

17 Jul 23:28
Compare
Choose a tag to compare

Analytics:

Adding Conversion events addToCart and Conversion
Adding Engagement events openendLightbox, openedWidget
The structure is as follow:

PXLAlbums class have two functions:
triggerEventOpenedLightbox
triggerEventOpenedWidget
Notes: To trigger these event you need the album_id to be set by initializing an PXLAlbum and running loadNextPageOfPhotosFromSku, if the user triggers these events before we are sending album_id as empty with a warning to stdout.
PXLAnlaytics have two class functions:
triggerEventAddCart (currency are optional can pass nil)
triggerEventConvertedPhoto (order_id, currency are optional can pass nil)
Global Modifications:

in PXClient Class added Post function
in PXClient Class Set the serializer to JSON when doing a POST and back to form when doing a GET, it should have been JSON for GET as well, it's a possible upgrade in the future.
all over Some documentation for the events, I tried to follow the previous structure.
For documentation https://developers.pixlee.com/docs/analytics-events-tracking-pixel-guide?origin_team=T02DH7ZKG#openedWidget.

SDK update

13 Jul 04:05
a4b63fc
Compare
Choose a tag to compare
Merge pull request #5 from pixlee/mo/bug_fixes

removing logs

1.62.2

12 Jul 17:36
Compare
Choose a tag to compare
modifying all bool to nsnumber and adding checks

Bug fix

12 Jul 06:27
Compare
Choose a tag to compare
1.62.0

typo

1.61.4

11 Jul 21:59
Compare
Choose a tag to compare
Merge branch 'master' of github.com:pixlee/ios-sdk-carthage