You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK currently returns an NSData instance containing the raw json response from the request. It might be convenient to handle the json deserialization step and convert to an NSDictionary so that clients of the SDK don't have to code that boilerplate.
The text was updated successfully, but these errors were encountered:
The SDK currently returns an NSData instance containing the raw json response from the request. It might be convenient to handle the json deserialization step and convert to an NSDictionary so that clients of the SDK don't have to code that boilerplate.
The text was updated successfully, but these errors were encountered: