-
We are glad that PUSH notifications are working for you using Siskin from the AppStore.
As for application installed from the XCode will not work with PUSH component provided by us (
push.tigase.im
orpush.tigase.im
). Those components need to use certificate for authentication to APNS which are issues for specific compilation of the application (same signing entity) and will not be able to send PUSH notifications to your version of the application as it has different signer certificate (your developer certificate) and those PUSH notifications will be rejected by APNS. -
@hantu85 Thanks for the details , just one question , how to configure push notification on our own server , do I need to use FCM or any other service ?
-
As explained in XEP-0357: Push Notifications specification, there are a couple of parts when it comes to "push notifications": client application, client server and agent server. First to items go hand in hand (so Siskin distributed by Tigase will user Tigase client server). At the same time you have complete freedom regarding agent server (your own server) and it's configuration.
If you are still interested in the "client" part (application and server) then tigase offers dedicated Tigase Push Component as a licensed offering and you should contact us directly regarding it's usage: https://tigase.net/technical-support
Describe the bug Hi , Push notifications are not working , Is apns certificate needed to configure ? How to configure to setup apns in server