Open thecode007 opened 3 days ago
@thecode007 Did you go through this? https://developer.clevertap.com/docs/android-12-updates#notification-trampolines
@thecode007 Did you go through this? https://developer.clevertap.com/docs/android-12-updates#notification-trampolines Yes I did
Describe the bug Android push notification click is not detected on Android 12 and above when:
AnApp:
class AnApp: Application() { override fun onCreate() { CleverTapProxy.initialize(this) super.onCreate() } }
CleverTapProxy:
NotificationsService:
AndroidManifest:
Environment (please complete the following information):