How to register a device token to Sendbird server?

42 Views Asked by At

In the Sendbird docs on how to add Push notifications there is this line:

if status == SBDPushTokenRegistrationStatus.pending

But I get an error: Cannot find 'SBDPushTokenRegistrationStatus' in scope If I try to add pod 'SendBirdSDK' along with pod 'SendBirdUIKit' and pod 'SendBirdDesk' - I am getting a lot of errors in the Xcode like: 'SBDPushTokenRegistrationStatus' has been renamed to 'PushTokenRegistrationStatus' 'SBDFileMessage' has different definitions in different modules; first difference is definition in module 'SendBirdSDK.SBDFileMessage' found property etc

How can I add Sendbird Push notifications to the project?

0

There are 0 best solutions below