Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.44 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.44 KB

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 Started

  • 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