We have a problem in general with 2 things:
1. Network config: Users need to understand that when they follow the guide and provision mobile platform using minishift or oc_cluster_up, they're using nip.io as the DNS server and their internal network IP as the cluster's hostname. This IP should be accessible from e.g. mobile devices wh when running showcase apps. In my experience, I had hard time to make my Android device being able to access OpenShift running on my laptop.
2. SSL config : minishift or oc_cluster_up ends up using a self signed cert. We need to document how to make mobile apps connect to services in that case. |
|