Your users can now message you directly from inside your app, and you reply from your wishkit.io dashboard. Give frustrated users a private channel before they write a 1-star review.
What's new
- The feedback board now shows a floating chat button by default. Update the package and chat just works, no new code needed.
WishKit.ChatView()lets you place the chat anywhere in your app with one line.WishKit.config.showChatButtonInFeedbackView = falsehides the built-in button if you prefer your own entry point.WishKit.chatStatus()returns whether the user has unread replies, so you can badge your own chat button.- New localized strings in all 17 languages, overridable via
WishKit.config.localizationlike everything else.
Notes
- Messages are plain text. You read and reply from the dashboard at https://www.wishkit.io under "Chat".
- The privacy manifest now also declares email collection (used when you pass an email via
WishKit.updateUser(email:)). - Docs: https://www.wishkit.io/docs/ios
