Android
To integrate thecom.quicko.income-tax-sdk library in your Android project, follow these steps:
Prerequisites
Ensure you have Android Studio installed and your project is set up with a minimum SDK version of 26 or higher.
1
Add Maven Repository
Add the following to your project-level
settings.gradle file inside the allprojects block:2
Add Dependency
Include the SDK in your app-level
build.gradle file under dependencies:3
Sync and run
Sync your project with Gradle files and build the project to complete the integration.
iOS
To integrate theIncomeTaxSDK in your iOS project using CocoaPods, follow these instructions:
Prerequisites
Ensure you have CocoaPods installed. If not, install it using the following command:
1
Create/Update Podfile
Navigate to your project directory in the terminal and run:Edit the Replace
Podfile to include:':target' with the actual target name of your project and ':version' with the latest version.2
Install Pods
Install the pod by running:
3
Import SDK
In your Swift files where you want to use the SDK, add: