Top

(iOS SDK) How to list all my pending contact Invitations ?

Répondu

Commentaires

4 commentaires

  • Vladimir VYSKOCIL

    Hi Gerson !

    The Contact class has properties that allow filtering those that are in a pending state :

    @property (nonatomic, readonly) Invitation *requestedInvitation;

    @property (nonatomic, readonly) Invitation *sentInvitation;

    @property (nonatomic, readonly) CompanyInvitation *companyInvitation;

    Does this respond to your question ?

     

    0
    Actions pour les commentaires Permalien
  • Gerson Janhuel

    I'm aware of that API... 

    How to use them ? since they only return single "invitation" object.... 

    0
    Actions pour les commentaires Permalien
  • Gerson Janhuel

    My goal is simple, just to accept contact invitation from other contact 

    0
    Actions pour les commentaires Permalien
  • Vladimir VYSKOCIL

    As seen on IM this API was indeed the solution to retrieve the pending invitations when iterated on all the user's contacts

    0
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.

  • Demandez à la Communauté

    Vous avez besoin d'aide? Posez vos questions à la Communauté et obtenez des réponses d'autres utilisateurs Rainbow.

    Poster un message