This is a tiny Objective-C application to demonstrate how eggy's iOS SDK works.
Build steps are provided below, but for comprehensive instructions, please visit the eggy docs on push notification integration.
- Make sure you have Xcode installed.
- Open
ToBrick.xcodeproj
in Xcode. - Run the application from Xcode.
- Make an app in the eggy console (from Apps), generate an API token, and copy the API token from your App detail page. Use this token to set
apiToken
inAppDelegate.m
.