Take your app quality and stability to the next level with the Instabug SDK for Xamarin
Detect bugs and release with confidence
See network logs for server issues, examine view hierarchy in 3D for UI bugs, and get device and session data to help triage, investigate, and fix problems faster.
Language:
1 - Download the SDK zip file and extract it to get the .xcframework file.
2 - Drag & drop Instabug.framework to your project's "Embedded Binaries" section under the "General" tab, and make sure that the "Copy items if needed" checkbox is checked.
3 - Import the framework in the appDelegate.
4 - Call the SDK by including this line in "application didFinishLaunchingWithOptions"
5 -If your app doesn’t already access the microphone or photo library, you’ll need to add the following 2 keys to your app’s info.plist file:
6 - Create a new "Run Script Phase" in your project’s target "Build Phases" and add the following snippet
1 - Add the following line to your "Podfile":
2 - Run pod install in your Xcode project directory. CocoaPods should download and install the SDK and all the required
3 - Import the framework in the appDelegate.
4 - Call the SDK by including this line in "application didFinishLaunchingWithOptions"
5 - If your app doesn’t already access the microphone or photo library, you’ll need to add the following 2 keys to your app’s info.plist file:
1 - To integrate Instabug into your Xcode project using Carthage, add it to your Cartfile:
2 - Run the following command:
3 - Import the framework in the appDelegate
4 - Call the SDK by including this line in "application didFinishLaunchingWithOptions"
5 - If your app doesn’t already access the microphone or photo library, you’ll need to add the following 2 keys to your app’s info.plist file:
1- From Visual Studio project navigator, expand ProjectName.Droid, right click on the Packages folder, then, click on Add Packages.
2- Search for "instabug-for-android". Then, click on Add Package.
3- Repeat the previous steps for ProjectName.iOS.
4- To start using Instabug in your iOS app, add the following line in the FinishedLaunching method inside the AppDelegate class.
5-To start using Instabug in your Android application, add the following line in the OnCreate method inside the MainApplication class.
You can also check out our API Reference for more detailed information about our SDK
In less than a minute, integrate the Instabug SDK for iOS, Android, React Native, Xamarin, Cordova, Flutter, and Unity mobile apps