A selection of example iOS apps using Chirp.
For all of the example apps you will need to
- Sign up at developers.chirp.io
- Run
pod install
inside the example project folder and open the.xcworkspace
- Copy/paste your Chirp application
key
,secret
andconfig
string into the Credentials file
Chirp Messenger uses your device's speaker and microphone to send and receive messages via audio.
To be compatible with Chirp Messenger on other platforms, e.g., messenger.chirp.io,
the 16khz-mono
protocol should be used.
Peer-to-peer payments with anyone nearby using PayPal REST API and Chirp.
See the blog for more details.
For this tutorial you will also need to
- Log in at PayPal developers page, and create an app
- Copy/Paste the
clientId
andclientSecret
into Credentials.swift
Send time based one time only passwords using sound.
See the blog for more details.