Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

Adobe In app messaging on Android gives an error

Avatar

Level 2

We implemeted everything on Android but message is not displayed on trigger and we got this message. Can you help with this message?

thanks

ADBMobile Error : Message - No Current Activity (Messages must have a reference to the current activity to work properly)

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

In order to use in-app messages in Android, we need a reference to the current activity. You can reference by passing it in with the Config.collectLifecycleData(Activity activity); method. This method previously existed with no parameters, but a new overloaded version allows users to pass in the current activity.

Step 4.

In-App Messaging

1 Reply

Avatar

Correct answer by
Employee

In order to use in-app messages in Android, we need a reference to the current activity. You can reference by passing it in with the Config.collectLifecycleData(Activity activity); method. This method previously existed with no parameters, but a new overloaded version allows users to pass in the current activity.

Step 4.

In-App Messaging