Releases: forceoperationx/public-fox-ios-sdk
Releases · forceoperationx/public-fox-ios-sdk
4.2.0
Changes
- New API(
+(void) handleOpenURL:(nonnull NSURL*) url buid:(nullable NSString*) buid
) to set customized unique identifier buid
when re-engagement tracking
- performance improvement for deferred deep link
4.1.3
Fixes
- Set values for CFBundleVersion of sub-modules in dynamic builds. It will cause trouble in ipa uploading if having no those values.
4.1.2
Changes
- force
trackingCompletionHandler
to run on the main thread
- print xuniq id to console on the first launching
3.6.1
Changes
- limit event dump file size to 1MB
- memory optimization
- deprecate
sendEndSession
4.1.1
Changes
- Cache Re-engagement measurement data before CYZFoxConfig activates, and resend later.
- performance improvement for events measurement
4.1.0
Changes
- limit event dump file size to 1MB
- completion handler will wait for cookie tracking finished
Features
- new API for deferred deep link
- new API for customized User-Agent support
- ready for Apple SearchAds
Fixes
- bug of event tracking on UIWebView: event's context data expires when app restarted
- bug of re-engagement tracking: tracking failed when webViewTrackingEnabled = NO by default
3.6.0
Changes
- 新API:
setInstallTrackingCompletionHandler
でinstall tracking終了後に処理を指定する
Fixes
- 3.5.0のbug: deeplinkが空、cookie trackingが有効の場合、ブラウザーを待たずにhandlerを実行する
3.5.0
Changes
- Deferred Deeplinkサポート
3.4.2
Fixes
3.4.0
からのバグ修正:iAdのADClientインスタンスを誤ってメモリを解放しました。同じADClientインスタンスを参照している他のところにクラッシュするような現象を起こします。
3.4.1
Fixes:
- 新しいAPI
setStartPageVisible:
を追加。NOの場合だけ、SFSafariViewController非表示が有効となり、デフォルトは3.4.0
以前と同じ、表示するように変更
- Apple Search Ads対応の向上
3.4.0
のバグ修正: インストールコンバージョンの重複送信。計測に影響なし。