Skip to main content

Impact Analysis

The following numbers are representative of a skeletal sample app integrated with the Helpshift Unity plugin.

Note

App Launch Time

Since all the Helpshift initialization takes place on a background thread, the Helpshift SDK does not affect app launch times.

v10.3.0

SDK payload in your app

The Helpshift android plugin will add approximately 250 Kb to your application's release APK. The 250 Kb size includes total impact with all the resources and code. With the appcompat library which is required for the SDK X, it will add around 1MB of size.

Method count

The Helpshift SDK X will add 1404 methods to your dex:

PackageMethod Count
com.helpshift1404

Memory usage

Helpshift API launchJava heap memory (in approx.MB)Total memory usage(in approx MB)
showFAQs4.695-105
showFAQSection4.3075-90
showSingleFAQ3.8045-65
showConversation (conversational mode)5.50135

This memory impact will also depend on the device OS and memory configurations on which your app is running.

Note

Tested with a demo app on Google Pixel 4A running Android 11.

v10.1.0

SDK payload in your app

The Helpshift android plugin will add 162 Kb to your application's release APK. The 162 Kb size includes total impact with all the resources and code. With the appcompat library which is required for the SDK X, it will add around 1MB of size.

Method count

The Helpshift SDK X will add 1088 methods to your dex:

PackageMethod Count
com.helpshift1088

Memory usage

Helpshift API launchJava heap memory (in approx.MB)Total memory usage(in approx MB)
showFAQs4.4095-105
showFAQSection4.4075-90
showSingleFAQ3.3545-65
showConversation (conversational mode)5.80135

This memory impact will also depend on the device OS and memory configurations on which your app is running.

Note

Tested with a demo app on Google Pixel 4A running Android 11.

v10.0.0

SDK payload in your app

The Helpshift android plugin will add 144 Kb to your application's release APK. The 144 Kb size includes total impact with all the resources and code. With the appcompat library which is required for the SDK X, it will add around 1MB of size.

Method count

The Helpshift SDK X will add 1006 methods to your dex:

PackageMethod Count
com.helpshift1006

Memory usage

Helpshift API launchJava heap memory (in approx.MB)Total memory usage(in approx MB)
showFAQs4.3090-100
showFAQSection4.3070-85
showSingleFAQ3.3040-60
showConversation (conversational mode)5.70130

This memory impact will also depend on the device OS and memory configurations on which your app is running.

Note

Tested with a demo app on Google Pixel 4A running Android 11.

v1.0.0-beta

SDK payload in your app

The Helpshift android plugin will add 92 Kb to your application's release APK. The 92 Kb size includes total impact with all the resources and code. With the appcompat library which is required for the SDK X, it will add around 1MB of size.

Method count

The Helpshift SDK X will add 518 methods to your dex:

PackageMethod Count
com.helpshift518

Memory usage

On opening the Helpshift conversation screen by calling HelpshiftSdk.GetInstance().ShowConversation(configMap) API, will consume around 20-25 MB of memory. This memory impact will also depend on the device OS and memory configurations on which your app is running.

Note

Tested with a demo app on Samsung Galaxy M11 running Android 10.