The apps in this folder are designed to provide examples of the basic workings of the Google Client Library. They should not be used in production. Eg you should not ask for a Client key as it should be embedded within the codebase of your app.
The example projects all use SwiftPM dependencies, so no work is needed outside of what Xcode will do.
These example apps need an oAuth2 Client key, which you can obtain from the Google Developer Console.
- Visit the Google Developer Console
- Click Credentials on the left hand navigation pane
- Click the
Create Credentials Buttonand selectoAuth Client idfrom the resulting dropdown menu. - Select the
IOSradio button - Enter a memorable name for this key to help you identify it easily in the future.
- Copy the Bundle Identifier from your IOS App. This is found in your main project target under the
Generaltab - Click the
CreateButton and your are complete.