Top

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

Answered

Comments

4 comments

  • 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
    Comment actions Permalink
  • Gerson Janhuel

    I'm aware of that API... 

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

    0
    Comment actions Permalink
  • Gerson Janhuel

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

    0
    Comment actions Permalink
  • 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
    Comment actions Permalink

Please sign in to leave a comment.

Still can't find what you need?

  • Contact Us

    Do you have any question about Rainbow? Leave us a message to get more information.

    Contact
  • Ask the Community

    Do you need help? Ask your questions to the Community and get answers from other Rainbow users.

    Post message