# ios-cocoa-hybrid
This is a simple hybrid App (iOS, Cocoa, Objective-C)
## Features
* Load your site, for example : github profile
* Receive push notification token and messages.
## Getting Start
* Step 1 : First of all
pod install --verbose
Create Firebase project and replace the GoogleService-Info.plist file with yours.
* Step 2 : Build and run
Open Xcode project with "Cube.xcworkspace"
Build and run project
* Step 3 Check token and messages
Check token, for example : [dsmG***** ... ...]
Send messages with Firebase util.
## Podfile
```
pod 'Firebase/Core'
pod 'Firebase/Messaging'
```
## See Also
* https://github.com/cafewill/ios-cocoa-hybrid
* https://github.com/cafewill/ios-swift-hybrid
* https://github.com/cafewill/android-java-hybrid
* https://github.com/cafewill/android-kotlin-hybrid
* https://github.com/cafewill/ios-cocoa-firebase
* https://github.com/cafewill/ios-swift-firebase
* https://github.com/cafewill/android-java-firebase
* https://github.com/cafewill/android-kotlin-firebase
* https://github.com/cafewill/simple-firebase-php
* https://github.com/cafewill/simple-firebase-python
* https://github.com/cafewill/simple-firebase-maven-gson
* https://github.com/cafewill/simple-firebase-maven-jackson
* https://github.com/cafewill/simple-firebase-gradle-gson
* https://github.com/cafewill/simple-firebase-gradle-jackson
* CocoaPods : https://cocoapods.org
* Firebase guide : https://firebase.google.com/docs/guides
연구개발