Run the demos first

Quick Start Demo

A fast and easy way to get started with the SDK is to test it inside of PassioSDKQuickStart Demo App included in this package. Here are the steps:

  1. Open the project in Xcode:

  2. Replace the SDK Key in the PassioQuickStartViewController.swift file with the license key you get from Passio

  3. Connect your iPhone and run

  4. Modify the app bundle from "com.PassioDemoApp.demo" to "com.yourcompany...."

  5. Run the demo app on your iPhone.

  6. For support, please contact support@passiolife.com

Testing the SDK During the Integration

You can test the SDK throughout your integration process and even before the integration. To test the SDK before the integration, we encourage you to use Passio's Reference App bundled with the SDK.

After you build the reference app or get the recognition to work inside of your app, you can test that the technology is working properly by pointing the phone at at parts of the image below to test recognition. You can test the following elements:

  • Food (non packaged)

  • Barcode

  • Packaged food

  • Nutrition facts

You can find a more extensive test of packaged and unpackaged foods below.

When testing the reference App, don't forget to add your key to the PassioExternalConnector class

class PassioExternalConnector 

var passioKeyForSDK: String {
    "YourPassioSDKKey"
}

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

Last updated