-
Notifications
You must be signed in to change notification settings - Fork 43
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
Comments
Delivered in version 4.0.0. See |
Michael -- Upgrading did not work for me. I did 'pod upgrade swi...' and
it installed 4.0. Suddenly Salesforce. functions are not recognized??
Thanks,
Per
Regards,
Per Jakobsen
Regular mail : [email protected]
Secure Mail: [email protected]
…On Sat, Jul 15, 2017 at 8:56 AM, Michael Epstein ***@***.***> wrote:
Delivered in version 4.0.0. See Address struct.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA4tYsaRea6Pxg9WlpqZrciegH8hLd-6ks5sOOEegaJpZM4NJrvL>
.
|
@pbrondum 4.0.0 is a 'breaking' release. Please see CHANGELOG.md. Which functions are no longer working? |
@pbrondum the
See the first example in the README.md |
Every function call fails with ‘Use of unresolved identifier ‘salesforce’. Looks like a build issue.
Per
… On Jul 15, 2017, at 9:31 AM, Michael Epstein ***@***.***> wrote:
@pbrondum <https://github.com/pbrondum> 4.0.0 is a 'breaking' release. Please see CHANGELOG.md. Which functions are no longer working?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#38 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA4tYkm4Pwkm7tqpT-C3X2TAayjgreDKks5sOOlTgaJpZM4NJrvL>.
|
Ok - thanks. I'll add that!
Thanks for the quick reply.
Per
Regards,
Per Jakobsen
Regular mail : [email protected]
Secure Mail: [email protected]
…On Sat, Jul 15, 2017 at 9:32 AM, Michael Epstein ***@***.***> wrote:
@pbrondum <https://github.com/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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA4tYiTUtrtVO_AKw38ioVOKGabF2yV3ks5sOOm0gaJpZM4NJrvL>
.
|
@pbrondum in case our messages crossed paths: the https://github.com/mike4aday/SwiftlySalesforce#example-configure-your-app-delegate |
OK - that works. I will look at the changelog file before I email you next
time!
Only error is in the old example code.
guard let userID = userInfo.userID else {
throw EventForceError.generic(code: 100,
message: "Can't determine user ID")
}
You eliminated that code in your example. Would you replace the above or
fix it?
Thanks,
Per
Regards,
Per Jakobsen
Regular mail : [email protected]
Secure Mail: [email protected]
…On Sat, Jul 15, 2017 at 9:38 AM, Michael Epstein ***@***.***> wrote:
@pbrondum <https://github.com/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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA4tYsbovTAXACPDntyQ0S6TWWxyS8mcks5sOOrsgaJpZM4NJrvL>
.
|
Figured it out.
Thanks,
Per
Regards,
Per Jakobsen
Regular mail : [email protected]
Secure Mail: [email protected]
On Sat, Jul 15, 2017 at 10:01 AM, Per Brondum Jakobsen <[email protected]
… wrote:
OK - that works. I will look at the changelog file before I email you
next time!
Only error is in the old example code.
guard let userID = userInfo.userID else {
throw EventForceError.generic(code: 100,
message: "Can't determine user ID")
}
You eliminated that code in your example. Would you replace the above or
fix it?
Thanks,
Per
Regards,
Per Jakobsen
Regular mail : ***@***.***
Secure Mail: ***@***.***
On Sat, Jul 15, 2017 at 9:38 AM, Michael Epstein ***@***.***
> wrote:
> @pbrondum <https://github.com/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-confi
> gure-your-app-delegate
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#38 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AA4tYsbovTAXACPDntyQ0S6TWWxyS8mcks5sOOrsgaJpZM4NJrvL>
> .
>
|
No description provided.
The text was updated successfully, but these errors were encountered: