Programing Language/iOS(Swift)
-
iOS) iOS에서 안드로이드의 sharedpreference(쉐어드프리퍼런스)와 같은 기능Programing Language/iOS(Swift) 2020. 5. 13. 18:41
www.stackoverflow.com/a/42496104 iOS Equivalent For Android Shared Preferences I am porting an Android app to iOS, one thing I used was the Shared Preferences in Android to save each time a level was complete. That way when the user gets back into the app, they can see they ... stackoverflow.com 위의 자료는 안드로이드에서 sharedpreference(쉐어드프리퍼런스) 사용하실줄 안다는 가정하에 보시면 바로 이해가 되실겁니다. sharedpreference == UserDe..
-
-
-
iOS) 네이버 로그인 연동하는 방법[펌]Programing Language/iOS(Swift) 2020. 4. 29. 23:20
https://developer-fury.tistory.com/18 [Swift] Naver 로그인 API 사용하기(네아로 사용하기) NAVER 로그인 API 사용하기 Record 작성일 2019. 08. 29 (월) 2019. 10. 11 (금) Swift 버전 Swift 5 Swift 5.1 Xcode 버전 10.3 11.1 안녕하세요 :] 학원의 프로젝트도 끝나고 해서 오랜만에 블로그를 다시 시작.. developer-fury.tistory.com
-
iOS) Thread 1: Exception: "App ID not found. Add a string value with your app ID for the key FacebookAppID to the Info.plist or call [FBSDKSettings setAppID:]." 오류 해결하는 방법Programing Language/iOS(Swift) 2020. 4. 29. 17:15
페이스북 로그인 연동할때 info.plist에 아무리 올바르게 입력해도 제목과 같은 오류가 날때에는 다음과 같이 해보세요. AppDelegate.swift 파일입니다.
-
iOS) Facebook 로그인 연동 custom Buttom으로 만들기Programing Language/iOS(Swift) 2020. 4. 29. 17:12
- 개발자 등록 및 초기 세팅 설정은 개발자 페이지를 참고하세요. https://developers.facebook.com/docs/facebook-login Facebook 로그인 - 문서 - Facebook for Developers 안전하고 빠르고 간편하게 사용자가 앱이나 웹사이트에 로그인하는 방법입니다. developers.facebook.com - 커스텀 버튼 코드
-
-