apple-push-notifications

APNs “Extracting push notification package failed”

大憨熊 提交于 2020-12-12 18:01:31
问题 I followed the manual https://developer.apple.com/notifications/safari-push-notifications/. I use the PHP script to generate the required archive. It is created and downloaded (the structure of the elements is the same as in the manual). all my 'Web Service Endpoints' processing results give the code 200' webServiceURL/version/pushPackages/websitePushID' generates the necessary archive on the download (application/zip for the Content-type header is present) safari downloads it already

Firebase, Swift: Send a push notification to specific user given device token

时光毁灭记忆、已成空白 提交于 2020-12-12 06:27:21
问题 I have a Firebase Swift chat app where I'd like to send a push notification to a specific user. I have already captured and have access to the user's device token. All the references mention having to have a 'web app' to manage this, but I haven't managed to find any specific examples of this. Is it necessary to have a web app to manage push notifications for Firebase? If so, are there any examples of how this can work? Thank you. 回答1: First do the all configuration for Firebase Cloud

How implement Push Notifications firebase xamarin.ios c#

耗尽温柔 提交于 2020-12-09 11:21:23
问题 I'm developing an application that works on the iPhone through the xamarin.ios with firebase backend. I want Push Notifications FCM Firebase , but I couldn't, I want that code in AppDelegate.cs 回答1: To implement Push Notifications firebase with xamarin.ios in C#, you can have a try with Xamarin.Firebase.iOS.CloudMessaging. And there are detailed steps about setting-up-a-firebase-cloud-messaging-client-app-on-ios there. Code example in AppDelegate and Sample project are also available.

How implement Push Notifications firebase xamarin.ios c#

冷暖自知 提交于 2020-12-09 11:19:31
问题 I'm developing an application that works on the iPhone through the xamarin.ios with firebase backend. I want Push Notifications FCM Firebase , but I couldn't, I want that code in AppDelegate.cs 回答1: To implement Push Notifications firebase with xamarin.ios in C#, you can have a try with Xamarin.Firebase.iOS.CloudMessaging. And there are detailed steps about setting-up-a-firebase-cloud-messaging-client-app-on-ios there. Code example in AppDelegate and Sample project are also available.