Local Notification Problem

Hello,

I am doing an Android slot game named as “Double Heart Diamonds” with package name as “com.double.heart.diamonds”.

The problem is i was using system Notifications and it was causing problem to me.

Then i downloaded latest corona build 2015-2625 and then i follow the sample code to create local Notifications using Plugin.

It was causing the same problem to me. The problem is given below.

1: When i use the bundle id as “com.double.heart.diamonds” then only notification sound is coming but no notification on screen.

2: When i use the bundle id as “a.b.c.d” then its working fine for me.

3: I tried to put the same bundle id in the sample code also the result is same-- only sound for notification but no notification on screen.

Please help me to resolve the issue asap My client is very angry with me now.