iOS Setup

Unity Project Settings

It's much simpler for iOS development since iOS must be compiled into 64-bit apps using IL2CPP. In Unity, just switch to the iOS platform in File-->Build Settings, and then fill in the corresponding Bundle Identifier in Edit-->Project Settings-->Player.

Xcode Project Settings

Canoe DeFi SDK supports native 64-bit compilation, more importantly, it does not require additional settings in Xcode, which greatly simplifies your development process.

All you need to do is export the Xcode project from Unity, compile it, done!

Publish to Apple Store Or Test Flight

If you have a developer membership account, you can go to the Apple developer website to set up, upload the compiled version, distribute your app to the Apple App Store or share it with users through Test Flight for testing.

Last updated