-
@adrianhall , I'm trying to setup an environment which will be easier to debug. I have the ASP Core server running locally and the TodoApp running on an Android emulator. Now from what I understand, on Android you must use 10.0.2.2 to access the "localhost", however the issue is I can't use SSL when using that IP as it throws an exception and if I try to connect without SSL I get another exception stating I must use SSL. It works if I publish the server to Azure, but its harder to debug that way. What's the recommended way, I'm losing so much time just trying to get things setup. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Hi,
and then add on DatasyncClientOptions:
|
Beta Was this translation helpful? Give feedback.
Hi,
you can use SSL on Android emulator, but you have to create a DelegatingHandler like this: