My app was reject from the app store with the following message.
We discovered one or more bugs in your app when reviewed on iPad running iOS 13.5.1 on Wi-Fi.
Specifically, the app displayed a blank screen upon launch and we were unable to proceed.
Everything on my app works fine while my device is connected to wifi and running ionic cap run ios -l --external
I was able to reproduce this error a few ways.
- Turning off wifi and trying to run app on cellular network
- Putting my device in airplane mode
- Building and running the app without ionic serve
ionic cap run ios --release --prod
xcode is giving me the following error:
WebView failed provisional navigation
Error: Could not connect to the server.
can anyone point me in the right direction to a solution to this issue?
I am using ionic/react/capacitor to build the app
1 post - 1 participant