To check the Mobile SDK version in an Android project, you need to look into thebuild.gradle
file. Open your Android Studio project and switch to the Android view. Navigate to Gradle Scripts and open thebuild.gradle
file. In the…
For iOS projects using CocoaPods, you can find the Mobile SDK version in thePodfile.lock
file. Open thePodfile.lock
file with any text editor. Look for the section labeledPODS:
and find the line that includesZendeskSDK
. The version…
To determine the Mobile SDK version for iOS projects with manual integration, you need to check theInfo.plist
file. Navigate to the.framework
file of your project and open theInfo.plist
file. If you're using an IDE like Xcode, look for…
Checking the Mobile SDK version for Android projects with Fabric integration is similar to manual integration. Open your Android Studio project, switch to the Android view, and navigate to Gradle Scripts. Open thebuild.gradle
file and look for…
Sample projects for Zendesk SDK integration are available in the SupportSDKSamples GitHub repository. This repository includes examples for both CocoaPod and manually integrated frameworks, providing a useful resource for developers looking to…