You would have to store your own credentials and resend them. However, credentials should be used on a connection by connection basis. That is you’re going to send the Username/Password when you first make the request. It’s not sent on a data packet by data packet basis. So you would only need to resend it if you made another request.
Sorry, I fixed my problem - My own stupidity…
im getting a plugin cannot be downloaded for openssl
nvm i got it
I noticed requiring the openssl plugin in build settings puts a small delay on simulator load time (not sure about devices). It’s less snappy when I make a change and simulator auto-reloads.
Not a huge issue or anything but does it connect to somewhere every time simulator starts?
from what i understand on the sim the plugin is downloaded each time its ran but on devices its bundled into the build
Correct, it downloads the plugin for the sim each time, so depending on your bandwidth you could feel the download.
OK thanks. I have a lot of bandwidth but I’m far away, so its a noticeable delay. Its a little bit of a bummer, one of the great things about Corona is that you can see your changes instantly in the simulator
The simulator implementation of the plugin should only be redownloaded if there is a change to it on our side after you get it initially. That said the simulator does reach out and check that it has the most recent version on each launch (afaik).
good to know since my internet is limited