Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP.POST() not working after screen-lock (iOS 9.3.5) #287

Open
JSNG94 opened this issue Feb 9, 2018 · 0 comments
Open

HTTP.POST() not working after screen-lock (iOS 9.3.5) #287

JSNG94 opened this issue Feb 9, 2018 · 0 comments

Comments

@JSNG94
Copy link

JSNG94 commented Feb 9, 2018

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().
2018-02-09 10 15 00
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant