AppCenter Xamarin.ios configurations with APNS not sending notifications: stuck on Sending - xamarin

I have configured the Appceter Xamarin.ios for sending notifications to iOS devices. I entered everything as is mentioned in AppCenter but when I send notifications, it says Sending and looks like its stuck there. I don't know what the issue can be. Any ideas here?

As you can read here, push notifications cannot be tested on a simulator for iOS. You will need to test it on a device
Because of configuration requirements for iOS push notifications, you
must deploy and test the sample application on a physical iOS device
(iPhone or iPad) instead of in the simulator.

Related

add push capability on nativescript with onesignal

I'm running into an issue with push notifications using Nativescript and Onesignal
Onesignal keeps telling me the app is missing push notifications in xcode.
But when I run the app, I do get the 'appname would like to send you notifications' message and under xcode everything seems to be set correctly.
I tried deleting the platforms folder, rebuilding the app and so on, but it remains the same message. When I change the app version, I do see the app version change on the onesignal platform, so the informations is passing but apparently apple does not let the notifications through.
Anyway to debug this? How can I be sure the app has push capabilities?

iOS 9 (13A340) remote notification not working

I am testing an app on iOS 9 (13A340) on iPhone 6, mainly the remote notification part. The remote push notification generated from AWS SNS cannot be received by the app, though the same app on iOS 8 works as expected. Is this due to the beta version of the iOS 9 or?
Thanks for any tip.
/Leonard
I have tried remaking the APSN development certificate and etc. and then it starts working, although I don't know what problem really was.
This didReceiveRemoteNotification method may also be called if a “silent/background” notification is received. As such, you should also enable “Background Modes: Remote Notifications” in the target capabilities panel (or else you’ll see warnings in the console).
Read more: http://www.intertech.com/Blog/push-notifications-tutorial-for-ios-9/#ixzz3tH8pRbz0
check image description here

Android Wear - Install signed apk through mobile successfully but sync data failed

I package the wearable app into the handheld app manually by using eclipse wearable app had installed successfully.But when syncing data from handheld to wear, it is nothing to happen.I am sure the sign key was same.
Strangely, Using the same code I debugging install wearable app over bluetooth, data sync ok. I am sure that sending message was success on mobile, i guess onMessageReceived() didn't work on wear.I don't know.
Somebody help me, thanks!

iOS Push Notification without adding UDID in provisioning profile for testflight beta

I am using Testflight Beta invitation mail to install app on iOS 8.1 iPhone 6.
App is getting installed however push notifications are not being received.
Do I need to add UDID in provisioning profile for push notifications to work ?
If so, How Push notifications will work for Apple's External Testers on Testflight Beta ?
Because this feature doesnt need to add UDIDs of devices in provisioning profiles.
Thanks.
Do I need to add UDID in provisioning profile for push notifications to work ? If so, How Push notifications will work for Apple's External Testers on Testflight Beta ?
There is no need of linking UDID's to the provisioning profile for Push Notifications under Testflight Beta External Testers.
There would be some other problems releated to push notifications. These can be:
Your certificate (PEM file) is not correct on the server end.
You are using sandboxing.gateway for sending push notifications. Then remove the sandboxing environment for this.
The device notifications settings are on for your app.
The device token you are sending to server is correctly used for sending right push notifications.
Some times push notifications get delayed due to some server issues.
Hope it helps.
Harry

Unable to receive Push notification on IOS 8

I've an apps with push notification working well on it. After i upgrade device to iOS8, i unable to receive push notification on my device, even with correct device token, taken with function didRegisterForRemoteNotificationsWithDeviceToken .
The push notification is working perfectly on iOS < 8.
i do add a function didRegisterUserNotificationSettings for compatible with iOS8. I able to get prompted request permission for push notification dialog, and able to get device token string. Sadly, i still get no luck in this.
Any help?
Take a look here
https://support.pagerduty.com/hc/en-us/articles/203238050-Receiving-push-notifications-on-iOS-8
I have the same issue too
read this : As of September 19, 2014, our engineers confirmed with Apple that this is a known issue with the iOS 8 upgrade.
Khodor
You should see and read session number 713 of Apple #WWDC2014.
It has got all the information regarding the IOS8 Push Notification actions.
Here is a link for this. Watch "What's new in ios notifications" videos :
https://developer.apple.com/videos/wwdc/2014/

Resources