-
Notifications
You must be signed in to change notification settings - Fork 204
The application needs support for socks proxies. This usually is true for most (but not all!) Mac applications. They just use the proxy settings from the network configuration and should just be fine. Some application (like Firefox) have separate proxy settings you need to change (check the advanced network settings). If you run into problems with Mail.app this discussion might be useful. Most console application can be “socksified” transparently via tsocks if native support is lacking.
Go to Apple’s “Developer Program Portal”. First you will need to add the new device. Then go to the provisioning section. Create or modify a “Distribution Provisioning Profile” to include the newly added device. Make sure the profile is of type “ad-hoc” and submit it. Once the status is “active” again, download it and move it into the root folder of iProxy as “Distribution.mobileprovision”. Rebuild and you should be good to go.