| name | plaud-embedded-mobile-sdk-skill |
| description | Skill for users to implement Plaud Embedded's iOS SDK. Use this skill when a user mentions the Plaud Starter App or wants to integrate the Plaud Embedded SDK with their existing mobile app |
Plaud Embedded Mobile SDK Skill
This skill provides context and instructions on how to implement the Plaud Embedded SDK (currently iOS only, Android SDK coming soon).
When To Use This Skill
Use this skill when a user wants to connect their mobile app with Plaud recording devices (Plaud NotePin S and Plaud Note Pro).
Before getting started with this skill, make sure the user has the following prerequisites
Prerequisites
If a user does not have both of these prerequisites, use the plaud-embedded-project-setup-skill for instructions
Getting Started
Follow the instructions in the Installation Guide
Please Note the compatibility version requirements and the entitlements necessary for the Embedded SDK for iOS. See the sample xCode config for how to include bundle, frameworks, and entitlements.
Two Ways to Start
-
If the user does NOT have an existing mobile app, and would like to use Plaud's Starter App, jump to the "How to Deploy the Plaud Starter App" section
-
If the user already has an existing mobile app they're working on, jump to the section on "How to Implement the Embedded SDK for iOS"
How to Deploy the Plaud Starter App
The Plaud Starter App is a fully built out iOS app with the Embedded SDK already implemented.
The Starter App comes with many built-out features the user can immediately use.
Direct the user to clone the Starter App repo and go through the steps in the Starter App Guide
How to Implement the Embedded SDK for iOS
The Embedded SDK is an iOS library for :
- Connecting (binding) Plaud devices to the user's iOS mobile app
- Syncing audio from Plaud devices to the user's mobile app
Use the iOS SDK documentation for the key methods and protocols included in the SDK.
For further reference, explore:
- The SDK repo to view the header files in the SDK
- The Plaud Starter App with the iOS Embedded SDK fully implemented
- The most relevant files to use as reference in the Starter App are:
How to Implement the Embedded SDK for Android
The Embedded SDK for Android is not out yet! Get started with using the SDK for the user's iOS in the meantime.
Definition of Done - Completed Implementation of the Embedded SDK
When the user can: