apple-push-notifications Questions
2
Solved
Is it possible to set the title of a push notification? It looks like what I'm calling the title of the notification is simply the name of the associated application. I have not seen anything in th...
Mchail asked 30/11, 2011 at 1:26
2
Solved
Problem:
iOS isn't receiving any remote notifications from GCM, but can't find any information relating to why this would be the case.
First time implementing push notifications, not sure what the ...
Jacki asked 11/8, 2015 at 19:51
2
Solved
According to Apple's documentation I can register for silent notification by adding "content-available" = 1 key-value in aps payload dictionary. I want my app to wake up in background when a silent...
Repp asked 15/12, 2015 at 13:53
1
Solved
I used to insert remote notification data inside realm database.But,the problem is,
I send every notification with content-available = 1 which mean everytime the notifications comes in the didRecei...
Mcdaniels asked 17/12, 2015 at 7:30
1
Solved
I had an issue where a user started receiving double notifications after uninstalling and reinstalling my app, as the device sent to my server 2 different APNS tokens - one from the first installat...
Mathers asked 15/12, 2015 at 3:15
1
Solved
I have a strange issue, Some of my users are returning blank (or null) device tokens for Apple Push Notification. It happening only some of user's only not for all user's,
Here's my code,
- (voi...
Astronomy asked 2/12, 2015 at 4:21
1
Solved
To add push notifications to an iOS application, do you need to have an apple developer account that is enrolled in the iOS membership program?
Hobby asked 29/10, 2015 at 23:20
1
Solved
Voip Pushkit notification will not re-launch the app if it was force-quitted and device was rebooted
I cannot get voip pushkit notifications to re-launch the app if the user has force-quitted the app (by swiping it up in the multi-tasking interface) AND if the device was rebooted.
However, I can ...
Golightly asked 16/9, 2015 at 8:28
1
Solved
I have tried adding in Actionable Notifications for my Parse app, iPrayed 4 U. In the app, someone can "Pray" for you by clicking a button. Doing so runs a Cloud Code that includes a category for t...
Fed asked 8/10, 2015 at 18:39
4
Solved
Similar to this question: How do I access remote push notification data on applicationDidBecomeActive?
But the different is how can you access the notification data when you are inapplicationDidBe...
Reprint asked 23/8, 2012 at 2:37
2
Solved
I'm trying to send push notifications to my iOS app with GCM. The app doesn't get the notification when it's in the background but it does when it's in the foreground. I was testing the push notifi...
Larios asked 17/10, 2015 at 22:14
5
Solved
i am trying to do push notification in my app and following this link
http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
my system has been successfully connected ...
Kingly asked 9/4, 2012 at 7:46
1
I have integrated push notifications for my app. To catch the notifications I used this delegate.
-(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userI...
Sirree asked 14/10, 2015 at 5:19
1
Solved
I am using this to register notification :
if application.respondsToSelector("registerUserNotificationSettings:") {
let types:UIUserNotificationType = (.Alert | .Badge | .Sound)
let settings:UIU...
Standridge asked 8/10, 2015 at 6:23
2
Solved
I have to send push notification to iOS devices. My connection has to be enabled through a proxy. I tried everything but without success. I have an error 110 Connection Timed Out. It's working with...
Selfliquidating asked 19/12, 2012 at 12:3
1
i've read different question similar to mine, but no answer works for me:
$deviceToken = 'token';
$passphrase = 'passphrase';
$message = 'Questa è una notifica!';
//////////////////////////////...
Royer asked 3/7, 2013 at 14:18
1
Solved
It is widely known that:
app doesn't receive push notification if it is in background or offline mode (app gets it once after user's action: tap on notification or app icon).
Apple push Notificat...
Cosmopolitan asked 4/10, 2015 at 11:24
2
My application supports 4 languages & push notifications. When I send push notification to APNS , I am sending loc_key & loc-args. Now I need to send localized strings in loc-args array so ...
Koodoo asked 7/8, 2014 at 10:28
5
Solved
As per the Apple guide:
"As a result of the presented notification, the user taps the action button of the alert or taps (or clicks) the application icon.
If the action button is tapped (on a devi...
Mitziemitzl asked 2/7, 2012 at 9:3
4
Solved
I want to check "Push Notification option" in iOS device, any time if the application is running (or ON from resume mode). I use the following code to check, if the option is OFF:
-(void)PushNotif...
Fairman asked 4/12, 2013 at 11:59
1
I am working on an app that needs reliable push messages (like any voip) under ios9.
Here it says, that with IOS8+ one should use apns (registerForRemoteNotifications):
https://developer.apple.co...
Stodder asked 24/9, 2015 at 11:46
0
If I launch my app from a push notification the app crash while showing splash screen.
How can I solve this issue?
The crash comes only with iOS9, while everything works with iOS8.
Thanks for th...
Affiant asked 22/9, 2015 at 16:11
7
If there are breaking changes with how devices register for notifications, and we cannot use registerForRemoteNotificationTypes: anymore, how can we build a new version of the app to support iOS 8 ...
Divisive asked 5/8, 2014 at 20:10
1
In our app we don't use push notification, we did not enable the push notification in identifier. we create the distribution profile with disable push notification and submit on app store. bu...
Bret asked 2/9, 2015 at 10:23
1
I'm looking for a method to detect incoming push notifications directed to other apps on iOS. I know there's probably no way this can be done with public frameworks, but since this is for a persona...
Methodical asked 1/9, 2015 at 14:24
© 2022 - 2024 — McMap. All rights reserved.