0

I am trying to use sendbird sdk. I downloaded the sample ios project in their website https://github.com/smilefam/SendBird-iOS.git But its showing errors when trying to connect. enter image description here

Also when I tried to create users through website dashboard, this is what I get :

enter image description here

Can someone help ? What am I missing ?

Sneha
  • 2,200
  • 6
  • 22
  • 36

2 Answers2

1

I do believe because it is a sample project, it is not connected to any global storage, either you need to make a local storage for it yourself or create a free account in SendBird website -> Login-> Dashboard -> and then add user manually there. Link: https://dashboard.sendbird.com/auth/signin

Milan
  • 152
  • 1
  • 14
0

when you create your ABC account you're creating an Token for that account too, it means, no-one would be able to login until the token has entered, there're two choices

Add accessToken=@"" on the signin process in your code, or uncheck the Issue Token

Hope that helps

excitedmicrobe
  • 2,338
  • 1
  • 14
  • 30