apple-push-notifications Questions
4
Solved
I know this is covered in a lot of places, but I cannot figure this out. I use Urban Airship for push notifications. Everything seems to be fine except that when my app is in the background - didRe...
Joacima asked 31/1, 2013 at 0:9
5
I am trying to move my existing iOS push notification infrastructure over to amazon SNS mobile push.
I exported all my tokens from my local db into an SNS application (using CSV). Now I want to se...
Hibbitts asked 6/1, 2014 at 21:1
3
Solved
I'm looking for examples of using node.js with Amazon SNS and Apple APN push notifications. We use Amazon for our hosting, and I have used SNS before, it's pretty simple. But the examples they have...
Dawkins asked 6/2, 2014 at 16:54
2
Solved
I keep getting
Unable to generate ICNS file for push notification package
errors emailed to me for the Safari push notifications I've set up on my site. They work without errors for my laptop...
Bickart asked 18/9, 2016 at 5:32
5
Solved
Until now I used development push certificate and the push notifications worked great.
Now I want to submit my app to Apple so I created a production certificate and set it under "code signing id...
Reagan asked 16/9, 2012 at 12:55
2
I'm trying to set up push notifications through Amazon SNS in Unity.
I have the Android side of things working perfectly but we're having issues with iOS. I am able to get the device to register ...
Ervin asked 7/8, 2015 at 16:57
6
Solved
I'm building a newspaper-like app and I would like to know how many people received the article's push notification vs how many actually read it.
I was thinking to implement a way in which when t...
Mccrary asked 18/10, 2016 at 22:24
4
Solved
I'm using parse.com as my APNs provider for a test app I'm building. I've confirmed that push notifications are working as I have been able to successfully receive alerts when the app is in the for...
Stoicism asked 15/10, 2013 at 20:54
4
Solved
I have an application that stores the user's session in NSUserDefaults. When the application is forced to close, in the initial verify whether the data controller user session there, in case if the...
Spectral asked 19/5, 2016 at 20:15
0
We are using firebase (fcm) to send notifications to iOS users. The app is live on app store and has active users. Push notifications were working but stopped suddenly when we changed our APNs cert...
Derain asked 22/10, 2016 at 12:59
3
Solved
I'm trying to implement Push Notifications with Ionic and I'm pretty confused. Until now, I've tried the following alternatives with no success:
Ionic Push
Seems to be the best solution. It "simu...
Actuate asked 18/4, 2016 at 21:3
0
I am using an application with Adhoc Provisioning profile and certificate. The application is not yet published. But the APNS is giving an error 8-Invalid Token
Following things are already checke...
Tarter asked 20/10, 2016 at 11:19
11
Solved
I am trying to configure my app to support push notification, but keep getting this error:
Failed to get token, error: Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlem...
Yawning asked 17/11, 2012 at 15:57
1
Solved
There are multiple examples how you should set up your project to add rich notifications which use 'media attachments' technology to show images. I've read most of them but something I missed, beca...
Belorussia asked 2/10, 2016 at 22:27
3
Solved
I'm facing an issue after updating my app. I'm getting a device token in this format
C43461D5-E9CB-4C10-81F8-020327A07A62
and the notifications aren't working.
Before, I had a notification in this...
Jeffry asked 13/10, 2016 at 10:34
9
Hello I am new to IPhone.
I am working on Iphone app which receives push notifications successfully with development environment,but didn't receive notifications in adhoc distribution.
I have bot...
Opec asked 12/10, 2011 at 8:40
3
Solved
I have developed an app that enabled push notification. It is available in AppStore. After installing the application on my device it shows Alert for enabling push notification sometimes only. Is t...
Freese asked 21/7, 2011 at 18:23
3
Solved
Trying to set up push notification for iOS10. had it working previously for versions below 10.Read through some guides my setup is like so:
// Register for the defined notifications
if #availabl...
Pornography asked 30/9, 2016 at 10:36
1
Solved
Currently I have my app set up to receive push notifications in ios 9 where it works perfectly but with iOS 10 I'm not receiving them. I've looked over various responses on stackoverflow and came a...
Fiddling asked 26/9, 2016 at 19:44
1
Solved
I am looking for the alternate way of implementing UIUserNotificationSettings in iOS 10.
Apple documentation has given the below framework for the further usage. UNNotificationSettings in t...
Bessiebessy asked 28/9, 2016 at 9:2
1
I'm trying to have a custom sound to be played when my application receives a notification, as part of the Apple Docs this should be done in the following way:
You can package the audio data in an...
Choose asked 24/11, 2015 at 15:33
2
Solved
I have used following code for iOS 8,9 as:
UIMutableUserNotificationAction *action1;
action1 = [[UIMutableUserNotificationAction alloc] init];
[action1 setActivationMode:UIUserNotificationActiv...
Ose asked 1/9, 2016 at 9:19
3
I have an iPhone app I'm working on and trying to get Amazon SNS set up to test PNS. When we register the app with APNS, it gives a 32-digit device token (873DBDDA-17CF-4A24-88C6-990B90AFC4C3). Whe...
Oxfordshire asked 3/1, 2014 at 22:23
2
Solved
How do I reliably invalidate (remove from the users profile on my server) a device's push token for a users of my service when they log out of my app?
I keep an array of strings containing apns to...
Bog asked 1/11, 2013 at 23:36
2
I have created development and production pem files. I have followed this steps:
1) developer.apple.com : AppIDs section check Bundle id supports Development SSL Certificate
if no then create that...
Taste asked 14/5, 2015 at 8:25
© 2022 - 2024 — McMap. All rights reserved.