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
I called HTTP.POST() after screen-lock with iPad Mini first generation(iOS 9.3.5). HTTP.POST(GlobalDefine.remotebleEndPoint, parameters: posts, headers: CloudConnector.getHTTPRequestHeader()){ Response in // do something })
Then, I got the below response from HTTP.POST().
After I received this response, I checked the log of my Cloud API server. There are no any signs as the access from the app.
This issue is just happening at the first called of HTTP.POST() after screen-lock. The second called of HTTP.POST() will be fine.
Moreover, this issue seems like just happened in iOS 9 because I tested with other device(iPhone) with iOS 11.2.2. It is working well.
Hope the above information can help for your debugging.
Best Regards,
Jackson
The text was updated successfully, but these errors were encountered:
Hello,
I called HTTP.POST() after screen-lock with iPad Mini first generation(iOS 9.3.5).
HTTP.POST(GlobalDefine.remotebleEndPoint, parameters: posts, headers: CloudConnector.getHTTPRequestHeader()){
Response in
// do something
})
Then, I got the below response from HTTP.POST().
After I received this response, I checked the log of my Cloud API server. There are no any signs as the access from the app.
This issue is just happening at the first called of HTTP.POST() after screen-lock. The second called of HTTP.POST() will be fine.
Moreover, this issue seems like just happened in iOS 9 because I tested with other device(iPhone) with iOS 11.2.2. It is working well.
Hope the above information can help for your debugging.
Best Regards,
Jackson
The text was updated successfully, but these errors were encountered: