Friends in iOS

How would I create a friend relationship in iOS. Since I can’t edit a user that not log in how could I do a friend request so a users can choose to accept it or. Would I have to use the business login dashboard?

Hi Ryan,

You can edit any user, regardless of their login status. Could you clarify what your question is:

    how to do a friend request? how to create a relationship in the data storage between users? how to update a user who is not logged in?
Cheers, Mark

How to send a friend request to a user who is not logged in.

Do you know anything about that user? How is that user identified in the system (email, username, etc). To send a friend request to a user, you need to know where that user is (his device or his email). So the main question is: what does the backend know about that user?