I'm attempting to narrow down issues I'm having pulling a map server layer into my Android project.
I'm trying to pull in a map layer from a dev server and place it on top of an ESRI basemap layer. So far I have had no luck with pulling in the map server layer. The URL for the layer (without identifiable information) is https://xyz-dev.xyz.net:6400/arcgis/rest/services/..../MapServer.
I do know these things;
1) My code will pull in an ESRI public map server layer and place it over a base map layer.
2) The URL for the map server I want to pull from makes me "Accept the Risk and Continue" when I look at it through a web browser. The URL uses an invalid security certificate.
3) I don't have the authority to change or update that certificate. This layer is just for dev work though and will not be used in the final product.
I don't know these things;
1) Is the invalid security certificate causing the layer to not render?
2) Is there a way to configure network setting inside the app so that I can continue with development?
3) Am I barking up the wrong tree on this?
Any help would be appreciated