Notification Extension Services Problem (#484)
Closed
Unknown opened 3 years ago

Hello There,

I have working on siskin-im and i have facing problem on notification service extension it is didn't execute at all, it is like it is not found on project

Also i try to remove it at all and add new service extension from scratch but also nothing changed

Go be sure i am installing it right i build spectated application and i added it successfully

So please can you telling me if there is any configuration on project that disable notification extensions?

Waiting to here from you guys

Thanks

Unknown commented 3 years ago

Notifications extension to work requires APNS certificate to work and XMPP component sending push notifications from XMPP server to your client.

SiskinIM is a client for which there is an existing push notifications component for the XMPP network, but it will only work with SiskinIM builds signed by us as Apple requires that push component notifications must be authenticated by APNS certificate matching certificate used to sign build of the application which should receive notifications.

Unknown commented 3 years ago

Notifications extension to work requires APNS certificate to work and XMPP component sending push notifications from XMPP server to your client.

SiskinIM is a client for which there is an existing push notifications component for the XMPP network, but it will only work with SiskinIM builds signed by us as Apple requires that push component notifications must be authenticated by APNS certificate matching certificate used to sign build of the application which should receive notifications.

as i mention i implement everything and it is working fine but i want to working on notification extension service to catch the notification data when it received to the devices

for more information i want didReceive function on UNNotificationServiceExtension to working smoothly

hope find help to fix that

Unknown commented 3 years ago

Working example of UNNotificationServiceExtension is part of SiskinIM. Please be aware that if application is still running in the background on iOS, notification service extension may/will not be called, and notification will be delivered to the method responsible for handling notifications in the AppDelegate.

Unknown commented 3 years ago

Working example of UNNotificationServiceExtension is part of SiskinIM. Please be aware that if application is still running in the background on iOS, notification service extension may/will not be called, and notification will be delivered to the method responsible for handling notifications in the AppDelegate.

for sure i working on it using background mode but it is still not working :(

any help to fix that, i want to ask if there is any configuration that disable the extenstion?

thanks for your replays

Unknown commented 3 years ago

In code or in project settings of SiskinIM there is no flag or configuration option to disable this extension.

Unknown commented 3 years ago

fixed

issue 1 of 1
Type
Bug
Issue Votes (0)
Watchers (0)
Reference
tigase/_clients/siskin-im#484
Please wait...
Page is in error, reload to recover