Hi everyone!
I have a problem if it only happens with new iPhones.
I use downloading a file on FTP with the wait for waiting for it to complete.
The problem is that on Android it works, on iOS and only on iPhones before the latest one released it works too, but with the latest iPhone it doesn't download the file, it seems like it doesn't stop at the wait for and continues.
Does anyone know if with the latest iPhone, being a more powerful processor, it can cause this problem?
Thanks to anyone who helps me!
Code used:
FTP1.DownloadFile("xxx",filenamne, False,File.DirDocuments, filename)
Wait For FTP1_DownloadCompleted(Serverpath As String, Success As Boolean)
I have a problem if it only happens with new iPhones.
I use downloading a file on FTP with the wait for waiting for it to complete.
The problem is that on Android it works, on iOS and only on iPhones before the latest one released it works too, but with the latest iPhone it doesn't download the file, it seems like it doesn't stop at the wait for and continues.
Does anyone know if with the latest iPhone, being a more powerful processor, it can cause this problem?
Thanks to anyone who helps me!
Code used:
FTP1.DownloadFile("xxx",filenamne, False,File.DirDocuments, filename)
Wait For FTP1_DownloadCompleted(Serverpath As String, Success As Boolean)