[Unity] KaKao Plugin 만들기
2017. 2. 24. 11:20ㆍComputer
#1. iOS플러그인 만들기
#2. 2017.02.24 11:20
- C# 파일 만들기 ( Bridge )
생성후 DLL 해당 함수 구현하는중 문제 발생.
문제
`The type or namespace name `DllImport' could not be found. Are you missing a using directive or an assembly reference?`
해결
`using System.Runtime.InteropServices`
- Bridge Function
- Login()
- Logout()
- Invite(string param)
#3. Native 파일 만들기 ( mm )
#4. Callback 처리 ( c# )
#1. Android Plugin 만들기
# 과정은 정리하는데로 업데이트 하겠습니다.
** Static 처리로 하면 Session Callback 이 제대로 들어오지 않습니다. Kakao_Account 의 경우 정상작동하나, Kakao_Talk ( 앱 연동 ) 관련시 문제가 생깁니다.
# 완료..
# 2. 카카오 2.3.5 버전 SDK jar 파일입니다.
필요하신분은 받아가세요
반응형
'Computer' 카테고리의 다른 글
Effective Kotlin - Minimize elements visibility (0) | 2021.10.14 |
---|---|
Effective Kotlin - Respect the contract of compareTo (0) | 2021.10.07 |
Effective Kotlin - Data Modifer (0) | 2021.09.30 |
Effective Kotlin - Properties should represent state, not behavior (0) | 2021.08.19 |
Effective Kotlin - 변수의 범위 최소화 (0) | 2021.07.22 |