Android Question Notification when clicked crashes the App.

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi,

I have used B4A 8.5 and done changes for google play store compliances regarding targetSdkVersion to be 28.
My app is now working fine but crashing when users clicks on Notification icon.My notification code is as below.
B4X:
Sub PP_SetNotification(n As Int)
Notify.Initialize
Notify.AutoCancel=True
Notify.Icon="notifyicon"
Notify.Light=True
Notify.SetInfo("MyApp", n & " New Msgs Received".XXX)
Notify.Notify(Nfy)
End Sub

[\code]

is there some thing to be changed.

Pls guide.

Thanks
Juzer A.
 

DonManfred

Expert
Licensed User
Longtime User
where is the full error?
 
Upvote 0
Top