Do we require network permissions if accessed external links through application

You must Login before you can answer or comment on any questions.

I am calling a json form my application asynchronously. In android I need to have internet and network permission in manifest file. Do we have to set such internet/network permissions in titanium as well ??

1 Answer

Accepted Answer

No in Titanium you simply use Titanium Api Titanium.Network.HTTPClient for accessing any external links.No extra permissions required for the same. For more information , you can refer :

http://docs.appcelerator.com/titanium/2.1/index.html#!/api/Titanium.Network.HTTPClient

Your Answer

Think you can help? Login to answer this question!