You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
salesforce+SObject.swift refers to:
UIApplication.shared.registerForRemoteNotification() invocation.
should be:
UIApplication.shared.registerForRemoteNotifications() invocation.
The text was updated successfully, but these errors were encountered:
I may seem like a small thing but when you’re searching for the correct term, this one does not appear and it took some time to figure out push notifications.
Thanks for your good work!!
Per
On Oct 19, 2018, at 3:09 PM, Michael Epstein ***@***.***> wrote:
Thanks @pbrondum - I'll take care of this shortly.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
salesforce+SObject.swift refers to:
UIApplication.shared.registerForRemoteNotification() invocation.
should be:
UIApplication.shared.registerForRemoteNotifications() invocation.
The text was updated successfully, but these errors were encountered: