iOS Question Problem with httputils2

tufanv

Expert
Licensed User
Longtime User
Hello

I have the same app running on android without any problem. I adjusted my apps code for ios and as i have noticed there are no differences with httputils2: So when i check the logs i get :

Error response: , status code: 0
tarihupdate2

On my phone , i get : operation could not be completed:

I am using :
Dim tarihal As HttpJob
tarihal.Initialize("tarihupdate2", Me)
tarihal.download2("http://mysite.com/system.php", Array As String ("action", "tarihalma"))

TY
 

tufanv

Expert
Licensed User
Longtime User
the problem was i was using https so i have changed the http2se module with initializeacceptall
 
Upvote 0
Top