Cannot read/write web data when TestFlight

I have a game program . Every time when it opened , it'll read highest scores and name from TinywebDb. It runs well in Google play internal test and AI companion(Android and iOs). But in iOS TestFlight, it cannot read and write data. It bothers me a lot . Can anyone teach me how can I deal with it?

How are you serving your TinyWebDB?

I don't know what's your mean? What should I do?

What server are you using though to host your TinyWebDB? The default server hosted by MIT is accessible by everyone as a global namespace and is limited in terms of the number of keys. You should run your own server and serve it over HTTPS.

I think I missunderstanding how to use TinyWebDB. I don't have my own server. But it really work in android app.

I understood. The server I use is "http://tinywebdb.appinventor.mit.edu.ezproxy.canberra.edu.au"
Screenshot 2024-07-24 11.06.30 PM
Does it work with iOS?



I made a test app just for connecting Internet. In Android it goes well, but in iOS(adhoc and TestFlight) it cannot connect to Google and tinyWebDB. How can I do?