There is sometimes no connection to the server. The upload failes without a specified error. It seems like the host could not be found. Switching to flightmode and back solves this problem.
I've first thought this bug is issued by an old open connection, so I shut down the app with finish() in addition of System.exit(0) but this doesn't help.
Any ideas?
There is sometimes no connection to the server. The upload failes without a specified error. It seems like the host could not be found. Switching to flightmode and back solves this problem.
I've first thought this bug is issued by an old open connection, so I shut down the app with
finish()in addition ofSystem.exit(0)but this doesn't help.Any ideas?