newbie here。私はプッシュ通知用のXamarin Formsの使用に関するいくつかの調査を行っていました。 APN(Apple Push Notification)、FCM(Google)、WNS(Microsoft)があります。しかし、私はプッシュ通知を使用して上のiOSアプリのルールを理解することができませんでした:
Xamarinフォームのプッシュ通知を作成するためのSDK
1) Push Notifications
https://developer.apple.com/app-store/review/guidelines/2016-06-13/
1.1) Apps that provide Push Notifications without using the Apple Push Notification (APN) API will be rejected
1.2) Apps that use the APN service without obtaining a Push Application ID from Apple will be rejected
what if I use FCM ?
2) What is the SDK for Xamarin forms to build a push notification app which will doing the registration and interacting with app back-end?
をXamarinフォームの最善のアプローチは何ですか?