This repository has been archived by the owner on May 6, 2024. It is now read-only.
Replies: 1 comment
-
For an iOS deployment you would have to use the simulator to test localhost. If you are on a device you will need to deploy the backend to azure and enter the IP address in there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi...
I tried to deploy the app to my iOS device without success. When the app tries to connect to API server, it receives (Local network prohibited).
For the test, I tried to put my local IP address in the Config.cs class and add NSAllowsLocalNetworking to Info.plist file.
Anyone can help me?
Beta Was this translation helpful? Give feedback.
All reactions