Releases: reproio/repro-ios-sdk
Releases · reproio/repro-ios-sdk
1.3.13
1.3.10
Caution
From this version, you must add the required frameworks to Link Binary With Libraries
even if your project has -ObjC
in Other Linker Flags.
Please read the following doc.
- http://docs.repro.io/en/quickstart/ios.html#required-frameworks
- http://docs.repro.io/ja/quickstart/ios.html#required-frameworks
Improvements
- Fix time offset of tracking data when the device's clock is not correct
- Make a user ID perisistant
Bug Fixes
- Fix the bug crashing where when tracking is disabled or reached data point limitation
- Suppress warning messages when the app is uploaded to AppStore
- Fix the bug where recording is paused unexpectedly when using deep linking
- Suppress 101 error while web view tracking
Hotfix
iOS 9
Features
- iOS 9 support
- Bitcode
- Enables Bitcode
- ATS
- Fix uploading
- Attention: In-app message and web view tracking won't work on iOS 9 until Oct 1 if your app enables ATS.
- Split screen multitasking
- Fix screen recording
- Bitcode
Improvements
- Major improvement for uploading
- Attention: MobileCoreServices.framework is required from this version
- In-app message API for c++ application
Bug Fixes
- Fixes the bug where in-app message sometimes not displaying
- Fixes the bug where it sometimes fails to track touches
- Fixes the bug where Usability testing doesn't work for some localization settings.
In-App Message
In-App Message
You can use In-App message with this release. Please visit https://repro.io for more details.
iOS 6 support is removed
Please set iOS 7 or later to your app's deployment target.
Dependency to -ObjC
flag is removed
It's not necessary to add -ObjC
to Other LInker flags for now. Instead of this flag, following frameworks are required.
- AVFondation.framework
- CoreMedia.framework
- SystemConfiguration.framework
Bug fix
- Fixed the bug recording still works even if screen recording while scrolling is disabled on settings page.
Hotfix
Push Notification
Bugfix
- Fixes a bug which the session doesn't start when app takes much time to start
Improves reliability of recording
- Improves reliability of recording:
- Fixes a bug where calling recording APIs in a series was causing incorrect behavior.
- Fixes automatic pause recording when opening web site
- Fixes a bug where a session didn't work when
enableUsabilityTesting
was called but there is no available usability testing on admin page.
Enables to pause screen recording while scrolling
- Enables to pause screen recording while scrolling
- Fixes screen recording while showing customized UIWindow
- Fixes OS version to include patch version
- Changes arrow mark's color of Usability testing view