

To use MethodChannel class, we need to import following dart services to our project. We need to create a MethodChannel class object with some unique name assigned to channel. dart file from where you want to invoke IDWise SDK: import IDWise To add IDWise SDK to your project, first ensure you have these two lines at the top of your Podfile file:Īnd add the following file to your app proguard.pro, in case the first simpler configuration doesn’t work, please try the second more comprehensive configuration in proguard-2.pro Flutter Usage
#Flutter xcode cloud install
IDWiseSDK is available to install via CocoaPods package manager from IDWise private Cocoapods repository. If you already have a podfile, you can follow following steps. You can create a podfile If does not exist already by running command “pod init” on terminal by going into this ios directory. To install pods in your flutter project, first go to projectfolder/ios. It is recommended to install the Latest Android Studio on your development machine. The minSdkVersion is 16 and targetSdkVersion is set to 31 in IDWise Android SDK. Flutter also has disabled support for builds through VSCode starting from iOS 14, so we need Xcode for iOS builds anyway. If you are building iOS project on VSCode and using an M1 machine then It’s recommended to use Xcode for iOS builds because VSCode does not support Roestta mode and we need Rosetta option on both terminal and Xcode to run our project without any Issues of linking architecture.

When working with Cocoapods you might have to run some commands through Rosetta Stone compatibility mode. Both Intel and M1 (Apple Sillicon) based machines are supported. On your development machine you need to have XCode and CocoaPods installed. In order to use the SDK your application minimum deployment target should be iOS 12.0 or higher. The minimum deployment target for IDWiseSDK is iOS 12.0. Get IDWise Free Trial Now Requirements iOS
