Skip to content

24.7.4

Compare
Choose a tag to compare
@ijunaid ijunaid released this 24 Oct 09:07
· 35 commits to staging since this release
101d952
  • Added visionOS build support

  • Added CountlyFeedbacks: interface with new view methods (Access with Countly.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.
  • 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