another small typo
parent
3122974b84
commit
9e2950595e
@ -217,7 +217,7 @@ Below you can see the login page when providing those credentials.
|
|||||||
|
|
||||||
#### Trying the Xamarin.Forms mobile apps for Android, iOS and Windows
|
#### Trying the Xamarin.Forms mobile apps for Android, iOS and Windows
|
||||||
You can deploy the Xamarin app to real iOS, Android or Windows devices.
|
You can deploy the Xamarin app to real iOS, Android or Windows devices.
|
||||||
You can also test it on an Android Emulator based on Hyper-V like the Visual Studio Android Emulator (Do NOT install the Google's Android emulator or it will break Docker and Hyper-V, as mentioned aboce).
|
You can also test it on an Android Emulator based on Hyper-V like the Visual Studio Android Emulator (Do NOT install the Google's Android emulator or it will break Docker and Hyper-V, as mentioned above).
|
||||||
|
|
||||||
By default, the Xamarin app shows fake data from mock-services. In order to really access the microservices/containers in Docker from the mobile app, you need to:
|
By default, the Xamarin app shows fake data from mock-services. In order to really access the microservices/containers in Docker from the mobile app, you need to:
|
||||||
- Disable mock-services in the Xamarin app by setting the <b>UseMockServices = false</b> in the App.xaml.cs and specify the host IP in BaseEndpoint = "http://10.106.144.28" at the GlobalSettings.cs. Both files in the Xamarin.Forms project (PCL).
|
- Disable mock-services in the Xamarin app by setting the <b>UseMockServices = false</b> in the App.xaml.cs and specify the host IP in BaseEndpoint = "http://10.106.144.28" at the GlobalSettings.cs. Both files in the Xamarin.Forms project (PCL).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user