App Inbox: Troubleshooting and FAQs

Overview

This section covers FAQs related to the App inbox.

FAQs

Does the app inbox stay after the user has uninstalled the application?

The app inbox would not stay in the application after the user has uninstalled, as the messages are stored locally. Clearing the cache or uninstalling the app deletes the app inbox from the device. CleverTap does not maintain a user's app inbox state in the backend.

If a user opens the app after a very long time, will the SDK fetch all the pending app inbox messages for the user?

The SDK will fetch the newest ten messages only. Even though you have launched the application after a long time and have qualified for more than ten app inbox messages, you'll still see only ten messages. The messages should also be under the Time to Live.

Are special characters supported in the filter tags for app inbox campaigns? For example, an underscore, a hyphen, Chinese characters, Vietnamese/ pinyin characters, and so on.

Yes, special Unicode-encoded characters are supported.

634

How can I view the notification count for a custom App Inbox?

The inbox message count for a custom App Inbox is available from the cleverTapDefaultInstance.getInboxMessageCount() API. For more information, refer to Create your App-Inbox.