#OneOnOne for iOS ObjC SDK Repository contains sample codes to build a private chat application using Cloudilly iOS ObjC SDK. Supports offline data sync and push notifications.
#####Create app If you have not already done so, first create an account on Cloudilly. Next create an app with a unique app identifier and a cool name. Once done, you should arrive at the app page with all the access keys for the different platforms. Under iOS SDK, you will find the parameters required for your Cloudilly application. "Access" refers to the access keys to be embedded in the ObjC codes. "Bundle ID" can be found inside xCode project under Targets >> General >> Identity. If you require push notifications, generate a non-password protected .P12 cert file and upload to the appropriate environment.
#####Update Access Insert your "App Name" and "Access". Once done, build and run the application. Open up developer console to verify connection to Cloudilly. Try sending messages and push notifications across multiple devices.