Initial integration
Embed Plug-in

Embed in mobile app

Introduction

This page section of the documentation explains how to use the IntelliProve plug-in as a native component in your mobile app.

If you haven't already, please head to our plug-in documentation first to learn more about the features and functionality of the plug-in solution.

Document image


Prerequisites

Make sure you're able to request a plug-in URL, by following the explanation in our Plug-in URL page.

The Basic principle

Our platform utilizes the native iOS and Android WebView components for well-considered reasons. This approach ensures optimal performance and seamless integration within your app.

Native SDK Integration

To facilitate easy integration, we offer native SDKs for both iOS and Android platforms. These SDKs streamline the process of setting up the web view and managing outgoing messages (postMessages). Additionally, our SDKs handle the task of prompting users for camera permissions, ensuring a smooth user experience.

Plug-and-Play Functionality

Our solution is designed to be truly plug-and-play. With minimal setup requirements, only the web plug-in URL needs to be provided.

⚠️ Requirements

The minimum iOS SDK version: iOS 15.0 The minimum Android SDK version: 24

⚠️ Limitations

Inherent to using the native iOS/Android component, the web view is limited to be used as a full-screen component only.

Are you using Flutter as your main framework?

Follow the Flutter step-by-step guide on how to set up a working proof of concept.

Are you using React Native as your main framework?

Follow the ReactNative step-by-step guide on how to set up a working proof of concept.

Are you creating a native iOS or Android app?

Follow the Native IOS or Native Android guides on how to set up a proof of concept.