VirgilSecurity / virgil-sdk-x

Virgil Core SDK allows developers to get up and running with Virgil Cards Service API quickly and add end-to-end security to their new or existing digital solutions to become HIPAA and GDPR compliant and more.
https://virgilsecurity.com/
Other
27 stars 5 forks source link

VSSSearchCardsHTTPRequest: response body: [] #10

Closed malaypatel11 closed 6 years ago

malaypatel11 commented 6 years ago

Sometimes got data.

Used twilio plus virgil.

[[VirgilHelperClass sharedInstance].virgil.Cards searchCardsWithIdentities:@["key"] completion:^(NSArray<VSSVirgilCard *>* vsenderCard, NSError *error)

vsenderCard.count always 0.

What is the issue ?

SanjoDeundiak commented 6 years ago

@malaypatel11, sorry for late response. Are you sure you have successfully registered any user cards using identity=@"key"? Maybe you can provide some snippets and/or logs in debug mode, so I can have more details. Also, check "error" argument inside your callback, maybe it contains details

SanjoDeundiak commented 6 years ago

Closed due to inactivity