-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beta Tealeaf Change Notes: Bug Fixes: - None. Improvements: - Adjust for new remote configuration changes. - Add ability to mask value for UIPickerView for privacy. The default will be a 9 for numbers and the picker values will be empty. - Add ability to listen to actions and events for Swift and SwiftUI. You longer need to add extra file to add the hooks. You can now remove UIApplication, main.swift overridden classes and uncomment @UIApplicationMain or @main. Our environment for this release: - Xcode 14.2 - MacOS 13.2 - iOS 12.x to 16.x - Supported architectures: - simulator - arm64 - x86_64 - device - arm64 Known Issues: - Captures gesture even when the gestureRecognizer is set to return 'NO', this is an Apple defect. - After iOS 13, library no longer supports iPad because of Apple changes in iPad OS. - The pink boarder on Gestures screenview is off when captured using ER, because if timing or garbage collection. - Template issue - The back link is missing during capture on some screens Progressindicator, AlertViewController, Gestures screenview and picker view. - Template issue - Battery icon not visible in green anymore. - Improvement :- 'connectionType' remains N/A if device is on WiFi on app start. - DoPostOnScreenChange is not working as expected, because of temp queue. - Reporting of multiple carrier names in JSON if the device has Dual SIM is a beta feature. - React Native has an issue for dynamic builds. We will use static version instead. - Certain Alerts may appear correctly during replay. - If a View Controller has more than one WKWebViews, gestures may be off by a few pixels - iPadOS Multi Window apps are not YET supported.
- Loading branch information
1 parent
a27eb18
commit c25fe3a
Showing
25 changed files
with
69 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/Tealeaf.xcframework/ios-arm64/Tealeaf.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+2.35 KB
(100%)
SDKs/iOS/Debug/Tealeaf.xcframework/ios-arm64/Tealeaf.framework/Tealeaf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/Tealeaf.xcframework/ios-arm64_x86_64-simulator/Tealeaf.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+18.5 KB
(100%)
SDKs/iOS/Debug/Tealeaf.xcframework/ios-arm64_x86_64-simulator/Tealeaf.framework/Tealeaf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+6.14 KB
(100%)
SDKs/iOS/Debug/dSYMs/ios-simulator/Tealeaf.framework.dSYM/Contents/Resources/DWARF/Tealeaf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+559 Bytes
(100%)
SDKs/iOS/Debug/dSYMs/ios/Tealeaf.framework.dSYM/Contents/Resources/DWARF/Tealeaf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
...ctNative/TealeafReactNative.xcframework/ios-arm64/TealeafReactNative.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+2.3 KB
(100%)
.../TealeafReactNative.xcframework/ios-arm64/TealeafReactNative.framework/TealeafReactNative
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...eactNative.xcframework/ios-arm64_x86_64-simulator/TealeafReactNative.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+18.5 KB
(100%)
...ve.xcframework/ios-arm64_x86_64-simulator/TealeafReactNative.framework/TealeafReactNative
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.