https://github.com/flybits/ios-samples
This repository is meant to provide iOS sample code for different features from Flybits
https://github.com/flybits/ios-samples
Last synced: 4 days ago
JSON representation
This repository is meant to provide iOS sample code for different features from Flybits
- Host: GitHub
- URL: https://github.com/flybits/ios-samples
- Owner: flybits
- License: mit
- Created: 2020-04-03T20:26:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T18:55:51.000Z (about 1 year ago)
- Last Synced: 2025-04-09T19:45:03.255Z (about 1 year ago)
- Language: Swift
- Size: 176 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# iOS Samples
The idea of this repository is to provide a variety of iOS sample codes using Flybits SDKs.
All samples provided here will require you to have at least a tenant/project created on [Flybits Developer Portal](https://devportal.flybits.com/)
# Connection
It is possible to connect to Flybits via multiple interfaces, that's why we have the `IDP` protocol. Not only the protocol but the SDKs provide a gamma of embbed options such like:
- [AnonymousIDP](Connection/Anonymous-Connect)
# Zones N Modules
Samples to show how to integrate with Concierge 5.
- Via [Storyboard](Concierge/Expose-Bank/zones-and-modules-storyboard)
- Via [SwiftUI](Concierge/Expose-Bank/zones-and-modules-swiftui)
# Push Notifications
Sample with the necessary code to register for pushes and handle it
- Sample [Push Register N Receive](Concierge/Expose-Bank/push-register-n-receive/)