전체 글54 [Flutter] Firebase를 이용한 Google Sign in 구현하기 Google Sign in을 구현하기 위해서는 다음과 같은 단계로 작업을 하면 됩니다. 1. Firebase Console을 통해 프로젝트 생성 2. 생성한 프로젝트에서 iOS, Android App 생성 3. 프로젝트의 Authenthication에서 Google 로그인 항목 활성화 4. Flutter 프로젝트 내에 플러그인 설치 5. 코드 작성 1. Firebase Console을 통해 프로젝트 생성 * 2. iOS, Android App 생성 2-1 iOS 단순히 시뮬레이터에서 구동시킬 거라면 상관없지만, 테스트 폰에서 구동해볼거라면 번들 ID는 자신의 Apple Developer 사이트에 등록한 App ID로 등록해야 합니다. 2-1 Android Google Sign in 기능을 사용하기 위해서.. 2019. 3. 25. iOS 12 부터 WiFi 정보 확인 시 권한 필요 iOS12 부터는 WiFi정보를 가져오기 위해서 developer사이트에서 App IDs에 WiFi Infomation항목을 체크해줘야 한다.그리고 Provisioning을 새로 만들어 프로젝트에 적용하고, Entitlements.plist에 com.apple.developer.networking.wifi-info 속성을 추가한 후 형식을 bool로 하고 yes를 하면 된다. https://forums.xamarin.com/discussion/comment/349047/#Comment_349047https://forums.xamarin.com/discussion/139476/adding-access-wifi-information-entitlement-for-ios-12-apps 2019. 3. 19. 이전 1 ··· 11 12 13 14 다음