24.7.4
-
Added visionOS build support
-
Added
CountlyFeedbacks:
interface with new view methods (Access withCountly.sharedInstance.feedback
):- Method to present feedback widget (wih an optional widget selector(name, ID or tag) string and a Callback):
presentNPS
presentSurvey
presentRating
getAvailableFeedbackWidgets
method to retrieve available feedback widgets with a completion handler.
- Method to present feedback widget (wih an optional widget selector(name, ID or tag) string and a Callback):
-
Mitigated an issue with the feedback widget URL encoding on iOS 16 and earlier, which prevented the widget from displaying
-
Mitigated an issue with content fetch URL encoding on iOS 16 and earlier, which caused the request to fail
-
Deprecated
getFeedbackWidgets
method, you should use[feedback getAvailableFeedbackWidgets:]
method instead