README
요약
This is the App Module of the OneMedics Push SDK
원메딕스인더스트리 Android,ios push notification SDK 를 지원합니다
목차
- Features
- Installation
- NOTE
- Example
- Resources
Features
This is the App Module of the OneMendics Push SDK
- request permission
- get token
- refresh token
- modify permission
Installation
Requires sdk-push to be installed.
$npm i https://github.com/onemedics/sdk-push.git
NOTE
NOTE: Firebase를 iOS 앱에 추가하려면 먼저 iOS 앱에 연결할 Firebase 프로젝트를 만드세요.
Firebase 프로젝트에 대한 자세한 내용은 아래 링크를 참조하세요.
https://firebase.google.com/docs/cloud-messaging/ios/client
NOTE: Firebase 클라우드 메시징 Android 클라이언트 앱을 만들려면 FirebaseMessaging API와
Gradle이 있는 Android 스튜디오 1.4 이상을 사용하세요. 아래 링크를 참조하세요.
https://firebase.google.com/docs/cloud-messaging/android/client
Code Example