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
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
I changed operation manager from AFHTTPRequestOperationManager to AFHTTPSessionManager.
In the case of AFHTTPRequestOperationManager, Logger worked well.
But, after changing, Logger doesn't output JSON response which APIServer return.
I'm sure that AFHTTPSessionManager is a subclass of AFURLSessionManager, so I expected that Logger did well.
The text was updated successfully, but these errors were encountered:
I changed operation manager from AFHTTPRequestOperationManager to AFHTTPSessionManager.
In the case of AFHTTPRequestOperationManager, Logger worked well.
But, after changing, Logger doesn't output JSON response which APIServer return.
I'm sure that AFHTTPSessionManager is a subclass of AFURLSessionManager, so I expected that Logger did well.
The text was updated successfully, but these errors were encountered: