-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.1
-
Component/s: iOS Client
NXRequest needs to be executed synchronously, asynchronously (using NXSession queue). And to ensure consistency, we need to access response in several ways.
- Data way: passing the HTTP result as it come.
- String way: Building a string with the NSData object.
- JSON way: If possible, the response is serialized in a json object before trying to convert it in an NXObject