Skip to content
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

Add method to get longitude/latitude for Contacts #38

Closed
ghost opened this issue Apr 27, 2017 · 9 comments
Closed

Add method to get longitude/latitude for Contacts #38

ghost opened this issue Apr 27, 2017 · 9 comments

Comments

@ghost
Copy link

ghost commented Apr 27, 2017

No description provided.

@ghost ghost changed the title Add method to get longiture/lattitude for Contacts Add method to get longitude/latitude for Contacts Apr 27, 2017
@mike4aday
Copy link
Owner

Delivered in version 4.0.0. See Address struct.

@ghost
Copy link
Author

ghost commented Jul 15, 2017 via email

@mike4aday
Copy link
Owner

@pbrondum 4.0.0 is a 'breaking' release. Please see CHANGELOG.md. Which functions are no longer working?

@mike4aday
Copy link
Owner

@pbrondum the salesforce singleton has been removed in order to support multi-user switching and better practice. Your existing code will still work if you define a global variable in your AppDelegate file:

var salesforce: Salesforce!

See the first example in the README.md

@ghost
Copy link
Author

ghost commented Jul 15, 2017 via email

@ghost
Copy link
Author

ghost commented Jul 15, 2017 via email

@mike4aday
Copy link
Owner

@pbrondum in case our messages crossed paths: the salesforce singleton has been removed from SwiftlySalesforce, but you could declare your own, and your existing code should still work (except for a few changed method signatures, like apex instead of apexREST). See:

https://github.com/mike4aday/SwiftlySalesforce#example-configure-your-app-delegate

@ghost
Copy link
Author

ghost commented Jul 15, 2017 via email

@ghost
Copy link
Author

ghost commented Jul 15, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant