Skip to content

Releases: reproio/repro-ios-sdk

1.3.13

02 Oct 09:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix build failure where the app is build for simulator by Xcode 6
  • Reduce possibility of crashing while recording

1.3.10

29 Sep 19:23
Compare
Choose a tag to compare

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.

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

10 Sep 08:53
Compare
Choose a tag to compare

Fixes the bug where uploading the app to AppStore fails because of ReproSDKResources

iOS 9

10 Sep 04:42
Compare
Choose a tag to compare

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

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

17 Aug 09:15
Compare
Choose a tag to compare

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

21 Jul 10:19
Compare
Choose a tag to compare

This release fixes the bug where the application crashes if application:didReceiveRemoteNotification:fetchCompletionHandler: is implemented, but application:didReceiveRemoteNotification: is not implemented.

Push Notification

20 Jul 14:52
Compare
Choose a tag to compare

Now you can use our push notification service with this release!

Please read the documentation(EN/JA) for more details.

Bugfix

26 Jun 15:06
Compare
Choose a tag to compare
  • Fixes a bug which the session doesn't start when app takes much time to start

Improves reliability of recording

20 Jun 15:52
Compare
Choose a tag to compare
  • 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

16 May 13:01
Compare
Choose a tag to compare
  • 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