He
I have developed my app using Xamarin Forms and Visual Studio 2015. At the moment I am rolling out updates to TestFlight as we are currently testing the app, one thing I can't seem to get to work is the push notifications and as a matter of course I wanted to ensure my profile and certificate combination was accurate. My app uses the Microsodft Azure Push Notification hub to send the notification out.
Here is my current setup within my Apple Development Portal:
--- Certificate ---
iOS Distribution Certificate
--- Provisioning Profile ---
iOS Distribution Profile with Push Notifications (uses the above listed certificate)
-- App ID --
Has push notifications defined with a Development SSL Certificate of type APNS Development ios
-- Microsoft Azure --
.p12 uploaded as sandbox ( I have also attempted to upload as production but it still doesnt work).
If I use Azure to send a test notification it says that it's been sent successfully. If I use the website http://pushtry.com/ it also says it has sent ok but nothing ever arrives. I can see my devide registration in Azure as well but again, nothing arrives.
Is my combination wrong? At the end of my teather with this 😟