Atishay Jain
Atishay Jain
@MaikuB On tap not working for me as well, in IOS. return await _flutterLocalNotificationsPlugin.initialize( // ignore: prefer_const_constructors InitializationSettings( android: const AndroidInitializationSettings('@mipmap/ic_launcher'), iOS: const DarwinInitializationSettings(onDidReceiveLocalNotification: handleForegroundPayload)), onDidReceiveNotificationResponse: handlePayload, ); Both the...
I have faced a similar issue, my use case was also the same. So most likely it is reproducible issue
In my implementation i have noticed the same issue. Not able to figure out what is the issue. But did notice one thing that if i install the app again...