Locksleyu
Locksleyu

Reputation: 5365

Setting environment variables for an IOS application running outside of debugger

I have an IOS application which uses environment variables and am able to set those without any issue using XCode during development. However I would like to figure out how to set these same environment variables when not running via XCode, i.e. when starting the app normally from springboard.

Is this possible?

Upvotes: 0

Views: 585

Answers (1)

rickster
rickster

Reputation: 126167

Definitely not possible on a normal device. Maybe under jailbreak.

Upvotes: 2

Related Questions