-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File share Logic for sharing Location #524
Comments
Update the design document and test cases as part of this task |
Coding is completed. Tested from iOS to iOS and between Android and iOS. Will mark it as resolved once i am done with updating documentation and test matrix |
Thanks for the update |
Updated document and test matrix as part of this task. We can please close this now |
App crashing when sharing location |
This has been fixed now |
What was the issue and how did we fixed it? |
The issue was that location manager delegate was getting deallocated and
thus location coordinates were returning null. Corrected it by setting
delegate in didLoad method.
…On Thu, Mar 23, 2017 at 9:34 AM, Cloudkibo ***@***.***> wrote:
What was the issue and how did we fixed it?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#524 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKbhp5dBrVIEErEa4-OcPWAwInksYypAks5rofZQgaJpZM4MIOGH>
.
|
Here we will implement Logic for sharing Location as file attachment as watsapp does.
The text was updated successfully, but these errors were encountered: