現状
react native + expoで地図アプリ作成しております。
質問
expoでiosアプリ上にgoogle map を使用したいのですが、設定の方法が分かりません。
すでに行ったこと
リンク内容
expo公式map view に書かれていることはすでに行いました。(以下の内容)
Deploying Google Maps to a standalone app on iOS
Apple Maps will work with no extra configuration. For Google Maps:
- Open your browser to the Google API Manager and create a project, or select your existing project if you've already made one for this app.
- Go to the project and enable the Google Maps SDK for iOS
- Go back to https://console.developers.google.com/apis/credentials and click Create Credentials, then API Key.
- In the modal that popped up, click RESTRICT KEY.
- Choose the iOS apps radio button under Key restriction.
- Under Accept requests from an iOS application with one of these bundle identifiers, click the Add an item button.
- Add your ios.bundleIdentifier from app.json (eg: ca.brentvatne.growlerprowler) to the bundle ID field.
- Copy the API key (the first text input on the page) into app.json under the ios.config.googleMapsApiKey field.
- Press Save and then rebuild the app.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/14 21:57
2020/09/16 12:59