Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

Integrate Google Maps API within app #530

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

This task is to explore Google Maps API and integrate it within our app. We will need this for getting user's location coordinates.

jekram commented 7 years ago

do not understand this? What is the difference between this and this task?

https://github.com/Cloudkibo/iOS/issues/525

sumairasaeed commented 7 years ago

This task is for exploring Google Maps API , getting App-key and integrating Google Maps API within our app.

In #525 , we will use Google Maps API to capture user's location and write logic for sending and receiving location in a format which can be linked to UI

sumairasaeed commented 7 years ago

Worked on this. Read documentation for Google Maps API for integrating with iOS. Worked on integrating the Google Frameworks within our app. There were two ways given in documentation. One was using Cocoapods. I tried it and it gave error that "[!] Unable to find a specification for GooglePlacePicker" . I then tried other alternate of integrating manually. There is some error in liking libraries and project is not building. As a next step, i will try to remove and re-create the pods. Error suggests that pod repo is damaged. Other alternative, if previous does not work, as a next step could be to remove Google libraries and link again manually. API key was generated which will be used in code.

jekram commented 7 years ago

Is the Google Map API not very common? Thousands of Apps are using this API. What is wrong here?

sumairasaeed commented 7 years ago

There were errors in bridging Objective-C with Swift. I worked to fix those. But still have issues and errors are related to building for architecture arm64. looking into it.

On Tue, Feb 28, 2017 at 7:01 PM, Cloudkibo notifications@github.com wrote:

Is the Google Map API not very common? Thousands of Apps are using this API. What is wrong here?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Cloudkibo/iOS/issues/530#issuecomment-283046426, or mute the thread https://github.com/notifications/unsubscribe-auth/AKbhpySgQHs_Z67b-NdMH41RnMAysWmlks5rhCjHgaJpZM4MMtvL .

sumairasaeed commented 7 years ago

Google Maps API integrated successfully now. Removed and re-added manually. This task is done

jekram commented 7 years ago

Thanks. What is left to d

sumairasaeed commented 7 years ago

This is done sir.