High Sierra: push notifications are not clickable - macos

I am experiencing issue with macOS 10.13.
Push notifications created for my app are not clickable by its content. Action button works the same as on 10.12, but userNotificationCenter:didActivateNotification: does not get called with NSUserNotificationActivationTypeContentsClicked activation type.
Any idea why this could happen?

Related

Removing notification from Mac notification center

Mac OS Big Sur
11.2.3
Developing Web Push notifications per here. Just got to the point where the popup appears and I can confirm permission. The notification gets added to my notification center, but I can't delete it to try again for debugging.
Posts I've found on this talk about using the 'delete' key or Fn+backspace, but that doesn't work for me.
How do I do this please?

Xamarin iOS api call fails suddenly when app goes to background or notification panel drawn

In Xamarin iOS , when the api call starts requesting, when we switch app to background or the notification panel is drawn from the top, suddenly api call fails. Api returns bad request.No issues with foreground calls. This does not happen in android. api calls will be successful in background. When DidEnterBackground method has hit, api call will be failed by the time.I am using iOS OS 13.6 device. Forms has the latest version.Please help...
In the iOS build settings,Changing the HttpClient Implementation option from NSUrlSession to Managed fixed the issue!!!

xcode enable push notifications

Im trying for a whole day now to get firebase push notifications working.
In almost every tutorial there is a toggle button for push notifications in xcode, in my setup i can not find the toggle button. I can add push notification in the Singing & Capabilities view. And I can see the pus notifications heading, however there is no toggle button.
Im a member of a apple developer team account do I need to get special permissions?
When I view the app config (i can not edit the config) at https://developer.apple.com/account/resources/identifiers/list I see the push notifications is checked.
Im running xcode 11.2.1 on osx 10.15.1
Any pointers are appreciated.
When looking at the capabilities 6 it states: push notifications.

add push capability on nativescript with onesignal

I'm running into an issue with push notifications using Nativescript and Onesignal
Onesignal keeps telling me the app is missing push notifications in xcode.
But when I run the app, I do get the 'appname would like to send you notifications' message and under xcode everything seems to be set correctly.
I tried deleting the platforms folder, rebuilding the app and so on, but it remains the same message. When I change the app version, I do see the app version change on the onesignal platform, so the informations is passing but apparently apple does not let the notifications through.
Anyway to debug this? How can I be sure the app has push capabilities?

Xamarin.Forms.Labs iOS SMS texting issue

I am using Xamarin.Forms.Labs to send SMS messages from my app. It works great on WP and Android but with the iOS it opens up the default texting screen and allows you to send a text but then I am unable to get back to my app. I click cancel or the iPhone button and reopen my app and it is still on the texting screen. Any ideas what I could be doing wrong or why it doesn't return to my app once I have finished texting? Is anyone else having this issue?
This was a bug in the iOS implementation. I just pushed a fix for it and you can use the latest code (master branch) to test it out.
https://github.com/XLabs/Xamarin-Forms-Labs/pull/498
I will get it included in the next release package.

Resources