WishKit
In-App Feature Requests. Made Easy.
WishKit allows you to provide a native wishlist feature in your app that just works ✨
How To Setup
- To start using WishKit simply add it as a dependency in Xcode.
https://github.com/wishkit/wishkit-ios.git
- Import it and configure it with your API Key that you will find in your admin dashboard on wishkit.io
import WishKit
WishList.configure(with: "your_api_key")
- Done! Now you can just present the ViewController.
present(WishList.viewController, animated: true)
Example Project
Here is an Example Project showcasing how to set it up!