This repository contains a basic sample app that can receive push notifications sent from its Telerik Platform backend. It is a native app built using XCode and Objective-C.
The sample app utilizes the Telerik Backend Services iOS SDK to connect the app to Telerik Platform.
Before you begin, you need to ensure that you have the following:
- An active Telerik Platform account Ensure that you can log in to a Telerik Platform account. This can be a free trial account.
- SSL push certificates These come in Development or Production flavors and are issued for APNS (Apple Push Notifications Service) by Apple.
- A Compatible XCode version XCode 5 or or later must be installed on your Mac.
The sample app comes fully functional, but to see it in action you must link it to your own Telerik Platform account.
- Log in to the Telerik Platform web portal.
- Click your app to open it.
- Click the Data tab and then click Enable Data.
- Click the Settings tab.
- Take note of your App ID.
- In Xcode, open the
Sample/PushNotificationsSample/EVAppDelegate.m
file. - Find
YOUR_APP_ID
and replace it with the App ID that you acquired earlier. - Go back to the Telerik Platform web portal and set up push notifications in your app as explained in Enabling Push Notifications.
Once the app is configured, you can run it on a real device from within Xcode.
Push notifications are not supported when running the app on device simulators.
Ensure that the device that you are using has Internet connectivity when running the sample.