Quick Start Guide

This Quick Start Guide will help you integrate each functionality and API of the Passio SDK using your custom UI. The guide outlines essential steps and provides examples for a smooth implementation.

Full Working Project

The code provided in this quick start guide is wrapped into an app that you can find here: https://github.com/Passiolife/Passio-iOS-QuickStart.

All that you need to do to get started is clone the repo, open the Xcode project, paste you key here: https://github.com/Passiolife/Passio-iOS-QuickStart/blob/main/PassioQuickStart/Config.example.swift, and click Run.

Functionality Overview

In this Quick Start Guide, we will cover the following functionalities:

  1. Installation

  2. Configure the SDK

  3. Recognize Image Remote

  4. Food Detail

Minimum Requirements:

In order to use the PassioSDK, your app needs to meet the following minimal requirements:

  • The SDK will only run or compile on iOS 13 or newer.

  • Passio SDK can only be used on a device and will not run on a simulator

  • The SDK requires access to iPhone's camera

  • Weight/Volume estimation will run only on iPhones with Dual Wide Camera (not on DualCamera). It will not run on the models below.

    • iPhone 11 Pro & Pro Max

    • iPhone 12 mini, Pro & Pro Max

If at any point you need help from the Passio team, please reach out to us at support@passiolife.com

To get started, please proceed to Installation

Last updated