Hello,
I have developed a hybrid application (Ionic 5 / Angular 12 / Capacitor 3), which simply connects to a backend for classic CRUD operations. I performed all the tests on real devices (iPhone12 Pro Max - iOS 14.8) and on the simulator, simulating all possible network conditions. I also did a test with the macbook’s NAT64 shared network. The app works correctly.
When I submit it for review, it is rejected due to a connection timeout issue at login. To login I use Angular’s httpclient via https (simple POST call). The timeout is set to 20 seconds. In the backend to which the app connects there is no trace of the call, as if it were originally filtered (firewall?).
Has anyone experienced a similar situation? Do you have any advice for me?
Thank you, best regards.
1 post - 1 participant