728x90 반응형 권한 요청1 flutter iOS에 권한 요청 방법 : 주소록에 접근 권한 요청하기 swift를 사용해서 xcode에서 개발을 진행할 경우 주소록 정보가 필요한 경우가 있습니다. 이 경우 "Info.plist" 파일에 주소록 접근 사유를 입력하면 됩니다. NSContactsUsageDescription Access Contracts 그러나 flutter에서 iOS -> Runner -> Info.plist 에 위 정보를 입력하여도 권한 요청 창이 뜨지 않습니다. 디버그 / 릴리즈 모드와 상관 없습니다. iOS -> Runner -> Podfile에 아래 코드를 추가하면 해결됩니다. post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(ta.. 2023. 9. 20. 이전 1 다음 728x90 반응형