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?
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.