ripple-unmaintained / ripple-client-ios

Ripple iOS Client
Other
32 stars 24 forks source link

Is there a full featured release for outside of "App Store" #2

Closed slothbag closed 10 years ago

slothbag commented 10 years ago

Is it possible to get a full featured version, including sending XRP for example? Perhaps a pre compiled IPA file to download, or even a branch in git so that we can compile and install outside of Apples "App store"?

kevinejohn commented 10 years ago

There is a flag to disable the Apple App store restrictions located in the RPGlobals.h file

https://github.com/ripple/ripple-client-ios/blob/master/Ripple/RPGlobals.h#L18

// Required for the Apple App Store

define GLOBAL_RESTRICT_DIGITAL_CURRENCIES YES

If you set it to NO you can compile and run it on your iOS devices with your own Apple Developer license