Skip to content

Commit

Permalink
Beta Tealeaf build: 10.6.259
Browse files Browse the repository at this point in the history
Beta Tealeaf Change Notes:
Bug Fixes:

- Fix an issue with getting correct original implemenation for uipickerview.
- Fix an issue with _NSPlaceholderData that should use NSData.
- Fix an issue with cookies on killswitch.
- Adjust gestures for react native applications that use webviews.

Improvements:

- Add ability to keep track of current page name for react native for iOS.

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
experienceanalyticssdk committed May 17, 2023
1 parent 6096c09 commit 55ac4b9
Show file tree
Hide file tree
Showing 28 changed files with 60 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FilterMessageTypes": false,
"InitialZIndex": 500,
"IpPlaceholder": "N/A",
"LibraryVersion": "10.6.258",
"LibraryVersion": "10.6.259",
"LogFullRequestResponsePayloads": false,
"LogViewLayoutOnScreenTransition": true,
"MessageTypeHeader": "WorklightHit",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
</data>
<key>Info.plist</key>
<data>
7hYBEEHAW3Dy+H4if3VzXFjy8Ug=
W8jWmvKrL5KMECdfN7xgbdwMArI=
</data>
<key>Modules/module.modulemap</key>
<data>
rzCLFed1nOh+uQxX8XykjgWrekI=
</data>
<key>TLFResources.bundle/TealeafAdvancedConfig.json</key>
<data>
so8czENnuMlO36iqAFHaPahiXAk=
+zZSFyqwGOR4VUhui/hBv27qr/M=
</data>
<key>TLFResources.bundle/TealeafBasicConfig.plist</key>
<data>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dict>
<key>hash2</key>
<data>
EyEHjzmxTwzD/OyulApgVtDBX8FtkQ5+TQlKxIsJm04=
JYRu0BHRGM+buoYD8rkMZMO55czrt2cip7A9NrXLiGo=
</data>
</dict>
<key>TLFResources.bundle/TealeafBasicConfig.plist</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>10.6</string>
<key>CFBundleVersion</key>
<string>258</string>
<string>259</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>10.6</string>
<key>CFBundleVersion</key>
<string>258</string>
<string>259</string>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FilterMessageTypes": false,
"InitialZIndex": 500,
"IpPlaceholder": "N/A",
"LibraryVersion": "10.6.258",
"LibraryVersion": "10.6.259",
"LogFullRequestResponsePayloads": false,
"LogViewLayoutOnScreenTransition": true,
"MessageTypeHeader": "WorklightHit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TealeafReactNative.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TealeafReactNative.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading

0 comments on commit 55ac4b9

Please sign in to comment.