WishKit

In-App Feature Requests. Made Easy.

MIT License Swift 5.6 Twitter

WishKit allows you to provide a native wishlist feature in your app that just works ✨

How To Setup

  1. To start using WishKit simply add it as a dependency in Xcode.
https://github.com/wishkit/wishkit-ios.git
  1. 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")
  1. 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!

GitHub

View Github