File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 24.7.4
2
- * Mitigated an issue with the feedback widget URL encoding on iOS 16 and earlier, which prevented the widget from displaying
3
- * Mitigated an issue with content fetch URL encoding on iOS 16 and earlier, which caused the request to fail
4
-
2
+ * Added visionOS build support
5
3
* Added ` CountlyFeedbacks: ` interface with new view methods (Access with ` Countly.sharedInstance.feedback ` ):
6
4
* Method to present feedback widget (wih an optional widget selector(name, ID or tag) string and a Callback):
7
5
* ` presentNPS `
8
6
* ` presentSurvey `
9
7
* ` presentRating `
10
8
* ` getAvailableFeedbackWidgets ` method to retrieve available feedback widgets with a completion handler.
9
+
10
+ * Mitigated an issue with the feedback widget URL encoding on iOS 16 and earlier, which prevented the widget from displaying
11
+ * Mitigated an issue with content fetch URL encoding on iOS 16 and earlier, which caused the request to fail
11
12
12
13
* Deprecated ` getFeedbackWidgets ` method, you should use ` [feedback getAvailableFeedbackWidgets:] ` method instead
13
14
You can’t perform that action at this time.
0 commit comments