Skip to main content

Mobile SDK for Android and iOS

· 2 min read
Guido Zuidhof
Co-founder / CTO @ Friendly Captcha
Aaron Greenberg
Integrations Engineer @ Friendly Captcha

Friendly Captcha has been used to protect mobile apps since we started in 2020, but it required a custom integration each time.

We are happy to announce an official mobile SDK for Android and iOS. Using an SDK should reduce your integration time from days to under an hour.

Screenshot of the Android example app.
Screenshot of the Android example app.

Accessibility is a core value at Friendly Captcha. That means supporting the widest possible set of devices we can, to avoid excluding anyone. These mobile SDKs have been built to work on devices and operating systems that are over 10 years old.

PlatformSupported Version
Android≥ Android 4.1 (API level 16)
iOS≥ iOS 10 officially supported
iOS≥ iOS 8 on a best effort basis

Getting Started

Android

The open source Android SDK supports both the AndroidView and Jetpack Compose UI frameworks, and it can be used from Java or Kotlin.

You can install the SDK from Maven Central (installation instructions).

Full examples and a guide for integrating it into your app can be found here.

iOS

The open source iOS SDK supports both UIKit and SwiftUI UI frameworks, and it can be used from Swift or Objective C.

You can install the SDK from Cocoapods or Carthage (installation instructions).

Full examples and guide for integrating it into your app can be found here.