My Xamarin.Forms.iOS app is showing "Failed At: Registering with APNS" when downloaded from the AppStore. I proceeded to test it on my device and debugging mode lets me send Sandbox notifications just fine. I on the other hand can't send notifications when testing with "TestFlight".
I followed a tip I saw in Stackoverflow about adding a second entitlement file and changing 'aps-enviroment' to "production", but this has not worked. In Test-flight I not longer get an error, but I am still unable to receive notifications on my device.
- I noticed that when using Visual Studios Mac "Automatic Provisioning" my distribution provisioning profile becomes invalid.
List of things I am using: *Azure notification hub. *Visual Studios for Mac. *Xamarin.Forms *Xamarin.Azure.NotificationHubs.iOS
I need help please.