phunware / maas-engagement-android-sdk

Phunware Mobile Engagement SDK for Android
0 stars 2 forks source link

EditNotificationService not called #14

Closed mbalajee closed 4 years ago

mbalajee commented 5 years ago

Manifest: service android:name=".phunwarebeacon.EditNotificationService" android:exported="false"> // Also tried with exported true intent-filter action android:name="com.phunware.Engagement.EDIT_NOTIFICATION" intent-filter service

MessageInterceptor: addMessageListener() is commented. Not required so commented it.

With this code, none of the callback in EditNotificationSerivce are called. Tried when both app is in background, foreground and not running status. Can someone pls help with this?

Requirement: Add a pending intent to notification builder. So when user taps on a notification, launch a specific activity.

avakkachen commented 4 years ago

Closing this issue. Will reopen if this is still an issue.