NSExceptional/SnapchatKit

SKClient getGoogleCloudMessagingIdentifier: always errors

transitive-bullshit opened this issue · 2 comments

Always returns the same body PHONE_REGISTRATION_ERROR

Any idea what might be the cause?

No idea, could it be related to the other issue?

The value of that method isn't actually necessary, but I forgot that when I implemented it. I just pushed a commit which ignores the result of that method if it fails. You can use it directly by modifying your podfile like so: pod 'SnapchatKit', :git => 'https://github.com/ThePantsThief/SnapchatKit.git' until I update the pod again.

It's not related to the spaces thing; I've verified the same error in my node version.

Thanks for the update!