Skip to main content

Impact Analysis

For every release of the SDK, this page tracks the impact of the SDK on various build and runtime aspects of your application.

Note

App Launch Time

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

Version specific reports

You can find impact analysis reports for every version of the Helpshift SDK below.

10.3.0 - iOS

Performed on following versions -

  • macOS 13.2.1
  • Xcode 14.3.0
  • iOS 16.5.1 (iPhone 11)

Memory Usage will increase with number of messages in a conversation.

Disk space

When a Cocos2dx iOS game is integrated with Helpshift plugin, the increase in the size of IPA file is around 300 KB.

Memory usage

Chat screen (showConversation())adds 5.9 MB (This depends on number of messages on the chat screen).
FAQs screen (showFAQs())adds 5.7 MB (This depends on number of FAQ sections on the screen).
FAQ section screen (showFAQSection())adds 5.7 MB (This depends on number of FAQS in the section).
Single FAQ screen (showFAQ())adds 5.5 MB (This depends on content of the FAQ).

10.3.0 - Android

Note

Tested with a demo app on Google Pixel 6 running Android 14.

Disk space

Helpshift Cocos2dx Android SDK adds around 154 KB to your final application build file i.e apk file.

Memory usage

Helpshift API launchJava heap memory (in approx.MB)Total memory usage(in approx MB)
FAQs screen (showFAQs())1.7492
FAQ section screen (showFAQSection())1.8081
Single FAQ screen (showFAQ())1.5784
Chat screen (showConversation())2.8078

10.2.0 - iOS

Performed on following versions -

  • macOS 13.2.1
  • Xcode 14.3.0
  • iOS 16.5.1 (iPhone 11)

Memory Usage will increase with number of messages in a conversation.

Disk space

When a Cocos2dx iOS game is integrated with Helpshift plugin, the increase in the size of IPA file is around 300 KB.

Memory usage

Chat screen (showConversation())adds 5.9 MB (This depends on number of messages on the chat screen).
FAQs screen (showFAQs())adds 5.7 MB (This depends on number of FAQ sections on the screen).
FAQ section screen (showFAQSection())adds 5.7 MB (This depends on number of FAQS in the section).
Single FAQ screen (showFAQ())adds 5.5 MB (This depends on content of the FAQ).

10.2.0 - Android

Android

Note

Tested with a demo app on Google Pixel 6a running Android 13.

Disk space

Helpshift Cocos2dx Android SDK adds around 154 KB to your final application build file i.e apk file.

Memory usage

Helpshift API launchJava heap memory (in approx.MB)Total memory usage(in approx MB)
FAQs screen (showFAQs())1.7492
FAQ section screen (showFAQSection())1.8081
Single FAQ screen (showFAQ())1.5784
Chat screen (showConversation())2.8078