A series of snippets for the Flybits iOS SDK
Installation:
git clone git@github.com:flybits/iOS-Snippets.git && cd iOS-Snippets && cp * ~/Library/Developer/Xcode/UserData/CodeSnippets
All the snippets starts with either [FLB-Swift] or [FLB-ObjC], so you can easily search for FlybitsSDK related snippets or language specific snippets.
These snippets simplify your use of the Flybits SDK, from requesting a list of Zones to subscribing to PushMessage topics.
Swift Snippets:
- API Key Setup
- Login API Request
- Logout API Request
- Zone API Request
- Moment API Request
- Tags API Request
- Push Notification Registration
- Context Provider Registration
Objective-C Snippets:
- API Key Setup
- Login API Request
- Logout API Request
- Zone API Request
- Moment API Request
- Tags API Request
- Push Notification Registration