Top

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

Respondida

Comentarios

4 comentarios

  • 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
    Acciones de comentarios Permalink
  • Gerson Janhuel

    I'm aware of that API... 

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

    0
    Acciones de comentarios Permalink
  • Gerson Janhuel

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

    0
    Acciones de comentarios 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
    Acciones de comentarios Permalink

Iniciar sesión para dejar un comentario.

  • Pregunte a la Comunidad

    ¿Necesitas ayuda? Haz tus preguntas en la Comunidad para obtener respuestas de otros usuarios de Rainbow.

    Enviar un mensaje.