Microsoft.Azure.MobileClient 너겟은 현재 .net 표준 만 지원하므로 내 app-project에서 삭제하는 것이 좋습니다. 내가 사용하고있는 것은 RegisterAsync() 호출뿐입니다.Azure MobileService.Client.GetPush(). ReplaceAsync()
대신 Azure Notification 서비스를 사용하여 백엔드에서이 작업을 수행 할 수 있습니까? Firebase 토큰과 Apple 토큰이 있습니다. Azure 알림 허브에 등록하기 만하면됩니다.
감사합니다.
예,이 버전을 사용하고 있으며 둘 다 수행합니다. 허브 = 새 SBNotificationHub (Constants.ConnectionString, Constants.NotificationHubPath); (errorCallback! = null) Console.WriteLine ("RegisterNativeAsync 오류 :"+ errorCallback.ToString()); Hub.RegisterNativeAsync (deviceToken, tags) 그 전화는 서버에서 대신 할 수 있는지 궁금해합니다. –