I created a “native” webworks app for the Blackberry Playbook and it required to have an url whitelist in the config.xml for accessing the internet.
Now, I converted my Android app, and I could not access the internet. How I could allow that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apparently the VMWare VM must be setted with network in bridged mode, instead of NAT mode, as they twitted here.
In this way my app can pass the network check, but still can’t access the internet.