https://github.com/raccoondev85/cordova-plugin-kakao-sdk-example
Ionic 3 plugin usage example project
https://github.com/raccoondev85/cordova-plugin-kakao-sdk-example
Last synced: 3 months ago
JSON representation
Ionic 3 plugin usage example project
- Host: GitHub
- URL: https://github.com/raccoondev85/cordova-plugin-kakao-sdk-example
- Owner: raccoondev85
- Created: 2019-02-08T06:23:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T08:13:11.000Z (over 5 years ago)
- Last Synced: 2025-01-31T07:30:19.290Z (5 months ago)
- Language: TypeScript
- Size: 5.17 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cordova-plugin-kakao-sdk-example
Ionic 3 and 4 Kakao Cordova SDK Plugin example 예제*Kakao Official Documents
**Android:
- Login: https://developers.kakao.com/docs/android/user-management
- Link: https://developers.kakao.com/docs/android/kakaotalk-link
- Talk: https://developers.kakao.com/docs/android/kakaotalk-api
- PlusFriend: https://developers.kakao.com/docs/android/plusfriend
**iOS:
- Login: https://developers.kakao.com/docs/ios/user-management
- Link: https://developers.kakao.com/docs/ios/kakaotalk-link
- Talk: https://developers.kakao.com/docs/ios/kakaotalk-api
- PlusFriend: https://developers.kakao.com/docs/ios/plusfriend## Development Environment and ETC
|type|version
|---|---
|ionic (Ionic CLI)|3.19.1
|cordova (Cordova CLI)|8.0.0
|Cordova Platforms Android|7.1.4
|Cordova Platforms IOS|4.5.4
|Ionic Framework|ionic-angular 3.9.2
|cordova-plugin-kakao-sdk|3.0.0
|kakao-sdk|3.1.0## How to install
```
// replace to your KAKAO_APP_KEY in config.xml
```install node modules
```
$ npm install
```add platforms
```
$ ionic cordova platform add android
$ ionic cordova platform add ios```
build platforms
```
$ ionic cordova build android
$ ionic cordova build ios```
Let's test it!