Stipop iOS UI SDK offers you a super easy way to implement sticker service right into your app
Stipop iOS UI SDK
Stipop SDK powers over 270,000 stickers(+animated) that can be integrated to chat, camera, video call, and profile interfaces. Get access to world's no.1 sticker platform and boost user engagement.
Stipop iOS UI SDK offers you a super easy way to implement sticker service right into your app.
Requirements
- iOS 10.0+
- XCode 11.0+
How to install
We support Swift Package manager and Cocoapods for dependency manager.
We recommend using Swift Package Manager rather than others.
Swift Package Manager
By XCode
Go to File > Swift Packages > Add Package Dependency... and enter https://github.com/stipop-development/stipop-ios-sdk
. Then, select a version you wanna use.
By Package.swift
If you have a Swift Package, simply add dependency into Package.swift
dependencies: [
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.2.0-beta.4"))
]
Cocoapods
Copy & Paste below into Podfile
pod 'Stipop' , '~> 0.2.0-beta.4'
Getting Started
Generate API Key
API Key is required to use our API and SDK. If you're first time using Stipop, generate a new API Key at our Dashboard.
Integrating Stipop
See docs to see how our SDK works in detail.