As seen on IM this API was indeed the solution to retrieve the pending invitations when iterated on all the user's contacts
Hi Gerson ! You may have a look at the RainbowiOSSDKIM demo I had to deal with the same "issue", I think your problem is that the messages are stored in the wrong order in your array and then the i...
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...
As I understand it, the beacon notification would woke up the application and you could reconnect to Rainbow if needed in the app delegate at that time. However, the SDK will not receive Rainbow's ...
Hi Dirk, Talking about Background Mode do you mean receiving Push Notification ? Regards,Vladimir