Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Releases: oracle/infinity-ios-sdk

3.0.12

11 Nov 00:21
Compare
Choose a tag to compare

Removed code that caused apps to be rejected by the Apple App Store for using the AdvertisingIdentifier property.

3.0.11

04 Nov 19:08
Compare
Choose a tag to compare
  • Fixed a bug that caused a nil to create an NSInvalidArgumentException:
    Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[1]'
  • Fixed a bug that prevented a change to the wt_automatics_enabled config setting from having its intended effect.

3.0.10

06 Oct 18:39
Compare
Choose a tag to compare

Changed some compile settings on the build server to eliminate warnings about missing files when adding the library to a project on a different machine.

3.0.9

01 Oct 18:49
Compare
Choose a tag to compare

Enabled bitcode compilation.

3.0.8

30 Sep 22:28
Compare
Choose a tag to compare

Rerelease of 3.0.7

3.0.7

30 Sep 21:37
Compare
Choose a tag to compare

Bug fix: Build version incorrectly reporting "build.version" fixed.
New feature: Added config setting to send automatic events with wt.dl = 0 for activity view events

3.0.6

18 Sep 16:09
Compare
Choose a tag to compare

Added support for collecting unique identifier for the wt.d_id parameter. The default setting for this is off and may be turned on with the wt_dc_send_unique_id_enabled config setting.

Bug Fix: Multiple WebViewDelegates cause crash

15 Sep 23:14
Compare
Choose a tag to compare

Fixed bug that caused the SDK to crash when multiple classes implemented the WebViewDelegate protocol.
Fixed small omission in our Embedded Web View documentation.
Other small changes to documentation.

3.0.4

02 Sep 18:12
Compare
Choose a tag to compare

Bug fix: When Passkit (and possibly other frameworks) is added to a project, the application crashes at runtime.
Documentation updated to give detail on what parameters are sent with every event.
Added sample applications to the Github distribution.

3.0.3

03 Aug 18:39
Compare
Choose a tag to compare

Fixed bug in saving persistent config settings.