Search code examples
iostor

Integrating tor in iOs app


How do I integrated tor into an iOs app so the user can select to access a site in a UIWebView either with or without using the tor network. Is there an approved library that can be used or would I need to write tor connection code from scratch?


Solution

  • Have a look at the Onion Browser's code - that should give you some pointers about how to get started.