150,000+ stickers API & SDK for iOS Apps.

Overview

English | 한국어 Cover image

Stipop UI SDK for iOS

Release Beta SwiftPM compatible CocoaPods compatible

Stipop SDK provides over 150,000 .png and .gif stickers that can be easily integrated into mobile app chats, comment sections, live streams, video calls, etc. Bring fun to your mobile app with stickers loved by millions of users worldwide.

Requirements

  • Swift 5.4+
  • XCode 12.5+
  • iOS 10.0+

Getting started

Try demo(for XCode 13.0+)

  1. Download(or Clone) Demo App
    (SPM or Cocoapods Adjustment is not necessary)
git clone https://github.com/stipop-development/stipop-ios-sdk
  1. Add Stipop.plist file into the project

    screenshot

  2. Run demo app

How to install in your project

Swift Package Manager

By XCode

Go to File > Swift Packages > Add Package Dependency...
Enter https://github.com/stipop-development/stipop-ios-sdk. Then select a version you want to use.

By Package.swift

If you have a Swift Package, add dependency into Package.swift

dependencies: [
    .package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.2.1"))
]

Cocoapods

Copy & Paste below into Podfile. Then, run pod install.

pod 'Stipop', '~> 0.2.1'

Contact us

You might also like...
MpesaSDK - Swift SDK for the M-Pesa API (Mozambique)
MpesaSDK - Swift SDK for the M-Pesa API (Mozambique)

M-Pesa SDK Swift package for M-Pesa API (Mozambique) Ready Methods/APIs C2B B2B

Business-API - Business App an Application that show list business using the Yelp API

business-API Business App an Application that show list business using the Yelp

Native iOS implementation of RadarCOVID tracing client using DP3T iOS SDK

RadarCOVID iOS App Introduction Native iOS implementation of RadarCOVID tracing client using DP3T iOS SDK Prerequisites These are the tools used to bu

Muxer used on top of Feed iOS SDK for airplay

FeedAirplayMuxer Muxer used on top of Feed iOS SDK for airplay purposes. Demo Project -- https://github.com/feedfm/AirplayDemo Feed Airplay Muxer is

Basispay IOS SDK Version 2

BasisPay-IOS-KIT BasisPay IOS Payment Gateway kit for developers INTRODUCTION This document describes the steps for integrating Basispay online paymen

Release repo for Gini Bank SDK for iOS
Release repo for Gini Bank SDK for iOS

Gini Bank SDK for iOS The Gini Bank SDK provides components for capturing, reviewing and analyzing photos of invoices and remittance slips. By integra

Da Xue Zhang Platform Lvb iOS SDK

Cloud_Lvb_SDK iOS API Reference Dxz Meeting iOS SDK是为 iOS 平台用户音视频服务的开源 SDK。通过大学长开放平台自研RTC,RTM系统,为客户提供质量可靠的音视频服务。 类 类名 描述 CLS_PlatformManager SDK的音视频主要

PayPal iOS SDK

PayPal iOS SDK Welcome to PayPal's iOS SDK. This library will help you accept card, PayPal, Venmo, and alternative payment methods in your iOS app. Su

Spotify SDK for iOS
Spotify SDK for iOS

Spotify iOS SDK Overview The Spotify iOS framework allows your application to interact with the Spotify app running in the background on a user's devi

Releases(0.9.7)
  • 0.9.7(Sep 13, 2022)

    v0.9.7 ( Sep 13, 2022 )

    • Developer can set config plist file's name to use: In the development and production environments, commonly different keys are used. So, for convenience, after now, you can set config plist file's name.
    Source code(tar.gz)
    Source code(zip)
  • 0.9.6(Sep 2, 2022)

    v0.9.6 ( Sep 2, 2022 )

    • Show/Hide PickerView's Setting icon and Store icon: You can show/hide PickerView's Setting icon and Store icon in Stipop.plist file.
    Source code(tar.gz)
    Source code(zip)
  • 0.9.5(Aug 29, 2022)

  • 0.9.4(Aug 28, 2022)

    v0.9.4 ( Aug 28, 2022 )

    • Component's life-cycle listener is featured: Now, you can listen component's life-cycle (SPUIPickerInputView, SPUIPickerCustomView, SPUISearchViewController, SPUIStoreViewController)
    Source code(tar.gz)
    Source code(zip)
  • 0.9.3(Aug 19, 2022)

    v0.9.3( Aug 19, 2022 )

    • Unexpectedly showing PickerView at initiating SearchView issue is resolved: At one of the apps using Stipop, this error is being observed. so, resolved this issue.
    Source code(tar.gz)
    Source code(zip)
  • 0.9.2(Aug 11, 2022)

    v0.9.2 ( Aug 11, 2022 )

    • Infinite tracking request issue is resolved: When userId was not set, we sent request to /sdk/track/config. from this, infinite 401 error occured. So, we moved this request to after userId setting.
    Source code(tar.gz)
    Source code(zip)
  • 0.9.1-beta.1(Aug 10, 2022)

    v0.9.1-beta.1 ( Aug 11, 2022 )

    • Locale information will be input correctly : User's language will be input in ISO-639 language code correctly not only Apple's official languages but also unofficial languages.
    • Localization: Kazakh and Russian were added.
    Source code(tar.gz)
    Source code(zip)
  • v0.9.0-beta.1(Jul 27, 2022)

    v0.9.0-beta.1 ( Jul 28, 2022 )

    • SAuth feature is added : SAuth(Stipop Auth) feature is added. so, if you want, you can use Stipop's features safely.
    Source code(tar.gz)
    Source code(zip)
  • 0.7.3(Jul 13, 2022)

    v0.7.3 ( Jul 13, 2022)

    • Fix : If HTTP networking's querystring 'userID' contains special characters, error occurs. so, encoded querystring's userID.
    Source code(tar.gz)
    Source code(zip)
  • 0.7.2(Jun 28, 2022)

  • 0.7.1(Jun 27, 2022)

  • 0.7.0(Jun 27, 2022)

  • 0.7.0-beta.2(Jun 27, 2022)

  • 0.7.0-beta.1(Jun 27, 2022)

  • 0.6.0(Jun 16, 2022)

  • 0.4.1(Jun 13, 2022)

  • 0.4.0(Jun 9, 2022)

  • 0.3.1(Feb 7, 2022)

  • 0.3.0(Dec 16, 2021)

    SPDelegate is now renamed & renewed to SPUIDelegate. SPUIButton, SPUIPickerView and SPUISearchViewController now get their user info by setUser(_ user: SPUser)

    New Features

    • New tab & section on Store View
    • Supports new language(Vietnamese, Hindi)

    Improvements

    • Overall Performance improvement & Bug fix
    • Image size optimization
    • Improvement on text expressions
    Source code(tar.gz)
    Source code(zip)
  • 0.3.0-beta.3(Dec 16, 2021)

  • 0.3.0-beta.1(Dec 13, 2021)

  • 0.3.0-beta.0(Dec 2, 2021)

    SPDelegate is now renamed & renewed to SPUIDelegate. SPUIButton, SPUIPickerView and SPUISearchViewController now get their user info by setUser(_ user: SPUser)

    New Features

    • New tab & section on Store View
    • Supports new language(Vietnamese)

    Improvements

    • Overall Performance improvement & Bug fix
    Source code(tar.gz)
    Source code(zip)
  • 0.2.1(Oct 26, 2021)

    This version is same as 0.2.1-rc.0. If you're using it already, there's no need to update.

    Improvements

    • Resource download sources are changed. Now you can download it much faster with SPM and Cocoapods.
    Source code(tar.gz)
    Source code(zip)
  • 0.2.1-rc.0(Oct 15, 2021)

  • 0.2.1-beta.0(Sep 28, 2021)

  • 0.2.0-beta.7(Sep 15, 2021)

  • 0.2.0-beta.6(Sep 13, 2021)

  • 0.2.0-beta.4(Sep 9, 2021)

  • 0.2.0-beta.3(Sep 8, 2021)

  • 0.2.0-beta.2(Sep 6, 2021)

Owner
Stipop, Inc.
Stipop is the sticker API for every chat, camera, social, and more.
Stipop, Inc.
Px-mobile-sdk-demo-app - PerimeterX Mobile SDK - Demo App

About PerimeterX PerimeterX is the leading provider of application security solu

PerimeterX 1 Nov 20, 2022
Alter SDK is a cross-platform SDK consisting of a real-time 3D avatar system, facial motion capture, and an Avatar Designer component built from scratch for web3 interoperability and the open metaverse.

Alter SDK is a cross-platform SDK consisting of a real-time 3D avatar system, facial motion capture, and an Avatar Designer component built from scratch for web3 interoperability and the open metaverse.

Alter 45 Nov 29, 2022
MbientLab 2 Feb 5, 2022
Twitter Kit is a native SDK to include Twitter content inside mobile apps.

Twitter will be discontinuing support for Twitter Kit on October 31, 2018. Read the blog post here. Twitter Kit for iOS Background Twitter Kit is a na

Twitter Archive 674 Dec 18, 2022
Home-assistant-swift-sdk - Used to integrate the Home Assistant APIs with your Swift-based apps.

home-assistant-swift-sdk This open-source library allows you to interact with a Home Assistant instance in your Swift-based (e.g., iOS, macOS, etc.) a

Alexander Golden 0 Dec 31, 2021
Unofficial Notion API SDK for iOS & macOS

NotionSwift Unofficial Notion SDK for iOS & macOS. This is still work in progress version, the module interface might change. API Documentation This l

Wojciech Chojnacki 59 Jan 8, 2023
iOS SDK for the Box Content API

Box iOS SDK Getting Started Docs: https://developer.box.com/guides/mobile/ios/quick-start/ NOTE: The Box iOS SDK in Objective-C (prior to v3.0.0) has

Box 112 Dec 19, 2022
iOS SDK for access the OpenCage Geocoding API

OpenCageSDK Requirements OpenCageSDK works on iOS 9+ and requires ARC to build. It depends on the following Apple frameworks, which should already be

OpenCage GmbH 1 Jun 30, 2020
RadioTimeKit - The Swift SDK for TuneIn RadioTimeKit is a Swift package to use the TuneIn API.

RadioTimeKit - The Swift SDK for TuneIn RadioTimeKit is a Swift package to use the TuneIn API. The goal for development was to have a Swift SDK to get

Frank Gregor 2 Jun 20, 2022
Swift SDK for Blockfrost.io API

Swift5 API client for Blockfrost Swift 5 SDK for Blockfrost.io API. Installation • Usage • API Endpoints Installation Swift package manager dependenci

blockfrost.io 10 Dec 24, 2022