Xcode 프로젝트 설정에 설명된 대로 Xcode 프로젝트를 만들 때 이 API 키가 필요합니다.
API 키 제한
API 키를 애플리케이션에 필요한 API에서만 사용하도록 제한하는 것이 좋습니다. API 키를 제한하면 불필요한 요청으로부터 애플리케이션이 보호되어 애플리케이션의 보안이 강화됩니다. 제한되지 않은 API 키를 악용하여 발생한 비용에 대한 금전적 책임은 개발자에게 있습니다.
자세한 내용은 API 보안 권장사항을 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-02-07(UTC)"],[[["An API key is a unique identifier that authenticates requests associated with your project for usage and billing purposes, and you must have at least one for your project."],["You can create an API key through the Google Cloud Console or by using the Cloud SDK."],["Google strongly recommends restricting your API keys to enhance security by limiting their usage to only the necessary APIs for your application."],["You can restrict API keys by application and API, with application restrictions taking precedence."],["Once you have obtained your API key, you can proceed to create and configure your Xcode project for Maps SDK for iOS."]]],["API keys authenticate project requests for usage and billing. To create one, navigate to the Google Maps Platform Credentials page and click \"Create credentials \u003e API key\", or use the `gcloud services api-keys create` command. Restricting keys is vital for security; use the console or `gcloud` commands to limit usage by selecting the \"Maps SDK for iOS\" and specifying iOS bundle identifiers. Remember, you are liable for charges from unrestricted key abuse.\n"]]