The base line is to achieve Inter App Communication.In ios two basic concept transfer data via
- URIScheme
- UIPasteBoard has been used to share minimal amount of data.This is a basic example app with minor UI screen.
An example project to show case inter app communication in iOS with URIScheme and UIPasteBoard for BITS Pilani project.
Objective-C