PLATFORMS

Deliver Better Apps with Instabug's Made-for-Mobile SDK

Effortlessly test new features, enhance app quality, and collect actionable user feedback across platforms with Instabug's out-of-the-box solution

25,000+ Mobile Teams
Rely on Instabug

Lyft logo
DoorDash logo
T-mobile logo
Emirates logo
Asana logo
Toyota logo
One-minute
Integration
Minimal
Footprint
Comprehensive
Insights

Support for the Top Mobile Platforms

Simple Steps To Get Started


Instabug.start(
	withToken: "YOUR_APP_TOKEN_HERE", 
	invocationEvents: [.shake, .screenshot]
)

new Instabug.Builder(this, "YOUR_APP_TOKEN_HERE")
.setInvocationEvents(
	InstabugInvocationEvent.SHAKE,
	InstabugInvocationEvent.SCREENSHOT)
.build();

Instabug.StartWithToken("YOUR_APP_TOKEN_HERE", IBGInvocationEvent.Shake);

Instabug.startWithToken('YOUR_APP_TOKEN_HERE', [
	Instabug.invocationEvent.shake
]);

cordova.plugins.instabug.activate(
	{ios: 'YOUR_APP_TOKEN_HERE'},
	'button', {commentRequired: true, colorTheme: 'dark'}
);

ArrayList invocationEvents = new ArrayList();
invocationEvents.add(InstabugFlutterPlugin.INVOCATION_EVENT_SHAKE);
new InstabugFlutterPlugin().start(CustomFlutterApplication.this, "YOUR_APP_TOKEN_HERE", invocationEvents);

Explore
Instabug’s Sandbox

Try out Instabug in an interactive demo environment

Seeing is Believing, Start Your 14-Day Free Trial

In less than a minute, integrate the Instabug SDK for iOS, Android, React Native, Xamarin, Cordova, Flutter, and Unity mobile apps