Skip to content

Releases: adobe/aepsdk-target-ios

v3.1.2

19 Nov 19:28
8062dd3
Compare
Choose a tag to compare

Release Notes

Summary

  • Fixed an issue where the Target qaMode parameters were not being attached to the retrieveLocationContent API requests, once the Target preview selections were confirmed. (v3.1.2) (#110) @swarna04

v3.1.1

22 Oct 18:43
e9f459e
Compare
Choose a tag to compare

Release Notes

Summary

  • Fixed an issue where the Target session ID was not being persisted in the local storage if the app was closed before session expiry. (#106) @swarna04

v3.1.0

05 Aug 21:23
3147a05
Compare
Choose a tag to compare

Release Notes

Summary

  • TargetRequest class now provides a constructor with a new callback contentWithDataCallback. When implemented, this callback provides:
    • Target content; AND
    • Data payload dictionary containing one or more of response tokens, Analytics payload, click metric Analytics payload (if available in the Target retrieve location content response with/ without a prior prefetch call)

Note: This SDK extension, per previous behavior, will make requests to Adobe Analytics (if the Adobe Analytics extension is also implemented) with appropriate Target payloads for A4T functionality.

  • Fixed an issue where the click notification was not being sent to Adobe Target for a retrieved mbox location upon the clickedLocation API call.

  • In the circleci config.yml, the downloaded Codecov bash uploader is validated before uploading the coverage report in the step "Upload Code Coverage Report". For more details, see Codecov Bash uploader - Validating the bash script

What’s Changed

v3.0.0

09 Apr 21:38
7424724
Compare
Choose a tag to compare

What’s Changed