tapping on notification is just opening my main activity not the other one that i have set to open
Hi Dheeraj,
Could you please attach a screenshot showing how you configured the notification?
Regards,
Mark
after registering my device with backendless i set this to get notification which is working but i am not able to see the messages after tapping on notification.
Where do you configure which activity should be executed when the user taps notification?
i am not able to set this because unable to extend BackendlessBroadcastReceiver class
Maybe because you didn’t import the class?
No i have imported other Backendless classes are working but not this only
- You have the class name misspelled in the manifest
- You’re using wrong package name in the code. Should be
com.backendless.push