-
Notifications
You must be signed in to change notification settings - Fork 55
Unable to test in-app notification in the app. #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ganeshrvel Is your staging version of the app connected to the same CleverTap Account or a different one? |
@darshanclevertap the same |
@ganeshrvel Are you raising the same event for the InApp? Can you share the campaign links for both production and staging campaigns? |
@darshanclevertap do share your official email id to share the campaign urls. Thanks |
|
@ganeshrvel Sorry for the delay. Can you share the logs for the staging app? As in, what shows up in the Android Studio console logs when you try and send the InApp to the staging app? |
Nothing while trying to fire the test "in app" notifications on staging. There is no console values at all, that's exactly what made me log this issue here. |
You can use |
I am getting the data now. attaching the log below. But unfortunately I am unable to use the Code:
Any reason why we arent able to use Log:
|
@ganeshrvel there was an issue with the return type in |
This has been fixed in CT Flutter Plugin v1.2.2 |
We have been trying to trigger an in-app notification in the app, it works on the live production version but in the staging the notification isn't appearing.
How do we trigger and debug the in-app notification in the app?
The text was updated successfully, but these errors were encountered: