This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Xamarin setup
Sumit Ghosh edited this page Feb 9, 2021
·
2 revisions
!IMPORTANT: Mobile client related codebase has been moved under a different repository eShop Mobile Client
-
When running the Xamarin app note that it can run in "Mock mode" so you won't need any connection to the microservices, so the data shown is "fake data" generated by the client Xamarin app.
-
In order to really access the microservices/containers you'll need to deploy the containers following this "production" deployment procedure for the containers and then, provide the external IP of your dev machine or the DNS name or IP of the Docker Host you are using into the Xamarin app settings when NOT using the "mock mode".
The following book is being created aligned with this sample/reference Xamarin app. You can download it here:
- System requirements
- Development setup
- Databases & containers
- Architecture
- Application
- Code
- Logging and Monitoring
- Tests