Skip to content

Commit

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

- None

Improvements:

- Add new flag 'disableTLTDID' in TealeafBasicConfig.plist which can be used to disable adding a TLTDID cookie which is used to identify the device being used.

Our environment for this release:

- Xcode 15.0.1
- MacOS 14.0
- iOS 12.x to 17.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 Dec 21, 2023
1 parent 086037b commit 772cd70
Show file tree
Hide file tree
Showing 35 changed files with 13,279 additions and 13,236 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.276",
"LibraryVersion": "10.6.277",
"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>
EHYN+8ELNNrr3jxvsPUunqfEsQY=
SEL/HR+TNqUug4wnNpo05vYMX1M=
</data>
<key>Modules/module.modulemap</key>
<data>
UGzT8qaQK7RrMcw7UsB29ak7OYM=
</data>
<key>TLFResources.bundle/TealeafAdvancedConfig.json</key>
<data>
8VzwdffeVm0HV1oDU6Mu6foNeyE=
BeUJ1ZplffUVa0BTeOdZzX+ygvU=
</data>
<key>TLFResources.bundle/TealeafBasicConfig.plist</key>
<data>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dict>
<key>hash2</key>
<data>
2i9Xep+acmE0TUIqjFWi8yMwF+bCg4huKaTgE9nW248=
Y9oFa2c13EQz2YpRz6PDiRC8L9Vu7TUSXjtfkSzD95M=
</data>
</dict>
<key>TLFResources.bundle/TealeafBasicConfig.plist</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>2.3</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</string>
</dict>
</plist>
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>276</string>
<string>277</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>2.3</string>
<key>CFBundleVersion</key>
<string>267</string>
<string>268</string>
</dict>
</plist>
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>276</string>
<string>277</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

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.276",
"LibraryVersion": "10.6.277",
"LogFullRequestResponsePayloads": false,
"LogViewLayoutOnScreenTransition": true,
"MessageTypeHeader": "WorklightHit",
Expand Down
Loading

0 comments on commit 772cd70

Please sign in to comment.