Tagged Questions
0
votes
2answers
30 views
Enable push notifications via a UISwitch
I want to use a UISwitch to enable/disable push notifications. Like in Tweetbot.
Does anyone know how to trigger that?
0
votes
1answer
55 views
How to check if there is a Notification from Urban Airship in ios?
I am having an app in which I am using Urban Airship For push Notification.
I am having a button on my viewController and clicking on that user can see the notifications from the Inbox of the Urban ...
0
votes
3answers
138 views
push notification is not working
I'm trying to enable push notification in my app but it's not working. How ever it was working in my last app. When i integrated it in that app. but now i again test that app it's not working in that ...
0
votes
4answers
91 views
Push Notifications for iOS
When I implement "Push Notifications" functionality in my application, in the settings of the phone the user can choose if he want to have the push notifications enabled or disabled.
Is it possible ...
0
votes
3answers
143 views
push notification testing in device through xcode with development SSL certificate
My app is already on the app store and with push notifications active and working(using production certificate).Now i need to add badges(before their were only alerts) in the application(already ...
0
votes
0answers
39 views
I want to Enable Push Notification in my app, but the provisioning profile is saying no valid signing identity found
I want to enable push notification to my app, i have created an app id, then created ssl certificate required, then i created provisioning profile for that app id.
I have the certificate installed in ...
0
votes
0answers
71 views
iPhone push notification configuration issue
I have created valid apn disturubution certificate and added it server but I get this exception
Exception in thread "APN Feedback Scanner" java.lang.RuntimeException: Invalid PUSH Security ...
0
votes
0answers
27 views
Server-side Implementation for UrbanAirship Push Notification
We have built an XMPP chat app, our chat server is openfire and we have completed the necessary implementation in Xcode using UrbanAirship's API. That's the client side.
We're not sure what we should ...
-1
votes
2answers
70 views
'use of undeclared identifier 'completedWithResult'' [closed]
When I try to enter this code, Xcode says me 'use of undeclared identifier 'completedWithResult''. This is with the code for Push Notifications on Quickblox. There is a piece of code:
- ...
0
votes
1answer
53 views
Do I need to recreate CK.pem when I renew the SSL certificate for ios push notification?
When I renew the SSL certificate for ios push notification provider do I need to recreate CK.pem and repeat all steps in keychan and terminal and then upload these certificate with CK.pem to my ...
0
votes
2answers
105 views
How to call a method from appdelegate [duplicate]
I have a switch statement that utilizes the nsuserdefaults bool function to determine on and off.My problem is how do I call the appdelegate.m method in view controller when switch key bool is yes. ...
0
votes
2answers
97 views
App with push notification submit to app store
I want to submit my app which uses push notifications. Now i have a app id in provisioning portal which has push notifications enabled for PRODUCTION but not for DEVELOPMENT. Do i have to enable push ...
0
votes
1answer
376 views
Urban Airship not creating a device token
How come I have no device tokens?
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
//Create Airship options dictionary and add ...
1
vote
0answers
104 views
APNS messages not received on iOS devices, but are sent
I have built an app and it has push notifications. I use a WordPress plugin to send the notifications, which are sent successfully, but are not received by my iOS devices.
I have a VPS server with ...
0
votes
3answers
416 views
How to update provisioning profile for Push Notification - IOS
We are working on an IOS application, we want to implement PUSH NOTIFICATION, I have gone through apple documentation, and asked my Team agent to enable the Push Notification in iOS dev center, they ...
0
votes
1answer
69 views
ios xcode : checking live updates using a .net API
I'm trying to look for a way as to how I can notify a user of new updates based off of a .Net API that I created. Much like that notification you get on facebook, I just need to alert the user that ...
1
vote
1answer
447 views
Parse Push Notification iOS
I had the Push thing done over with at Parse.com (It was working and all) and then I was asked to create an account on parse for the company and set them up so they can manage it on their own. Well, ...
0
votes
0answers
130 views
Open view with push notification data using storyboard
Can't get this right... if I use only code I can use this:
PhotoVC *viewController = [[PhotoVC alloc] initWithPhoto:object];
[self.navController pushViewController:viewController animated:YES];
in ...
0
votes
0answers
65 views
PushNotification with PhoneGap on iOS
I am trying to find a simple sample code , to see how pushNotification works through PhoneGap on iOS.
I found this tutorial here: Apple Push Notifications with Phonegap where the author gives this ...
0
votes
1answer
110 views
Parse Cloud Code afterSave not working
Hey I'm using Parse as my backend and I love it but I have a problem with the afterSave hook.
Here is the Code I'm using:
Parse.Cloud.afterSave ("JGZwoelf",function (request) {
...
0
votes
1answer
269 views
How to make NSTimer and some operations keep working on background?
I m writing ios app on 4.3 simulator and 3.2 xcode
The app every minute with timer NSTimer checks news on some websites and if there are news, the app will make alert message with sound "There are ...
0
votes
0answers
132 views
didFinishLaunchingWithOptions and others not being called
Using breakpoints I found out that didFinishLaunchingWithOptions is not being called and neither are a constant declaration static NSString *kAppKey = @"0000000";
What I'm trying to do is set up ...
0
votes
2answers
36 views
How to send APNS from inside my app
Instead of having a remote server send APNS payloads, I want my app to, because they are just single timer based APNS payloads. Is this possible? I really don't want to have to create a whole web ...
1
vote
1answer
848 views
Calling didReceiveRemoteNotification when app is launching for the first time
I have implemented my didReceiveRemoteNotification method. It works and displays a view controller with the notification data which is passed through. This only works when the app was already in the ...
0
votes
3answers
267 views
How to bring iphone app from background to foreground without user interaction when push notification comes in objective c? [duplicate]
Please suggest me objective c code for bringing the app from background to foreground without any user interaction when push notification comes.
1
vote
1answer
119 views
Fetch the integer value of badge(from push notification) : Xcode
In one of my apps, I want to fetch the integer value of badge(from push notification) programmatically.
edit: Inside 'application didReceiveRemoteNotification', I have to set:
badge No. ...
0
votes
0answers
135 views
Randomized local notifications between a specified time interval (using the DatePicker) [closed]
Is there a way to (1) set a time interval using two DatePickers in an app, and (2) to send an n number of randomized local/ push notifications within the specified time interval?
For example, I'd ...
3
votes
1answer
235 views
How to get device tokens
I have an app for iOS and I want to integrate there push notifications. I have seen a tutorial on youtube and everything is OK, but recently I'm using a development certificate (for testing - not for ...
0
votes
0answers
53 views
remote push notification does not work on specific device
I had a specific device that is not getting remote push notifications, I run same code on all the devices and all of them is working well, despite one device that does not get notifications
I checked ...
0
votes
0answers
47 views
Open specific ViewController when receive push notification [duplicate]
Possible Duplicate:
Is there a way to open my application on a specific tab upon receiving a push notification?
I know, this is already here, but I don't understand what should I do. I've ...
4
votes
2answers
867 views
How to enable/disable push notification from the app?
In my app I want to enable/disable push notification from the settings page of my app itself.Can any one suggest me a solution to turn on/off the status of app in notification center from the app ?
4
votes
1answer
406 views
How to show remote push notification as a banner style in active state of app?
I am making an app in which I am using apple push notification. When my app is in background state then I am able to receive notification as a banner but when my app is in active state then I am able ...
0
votes
1answer
474 views
how to call url with parameters in Xcode
i have one php file for push notification service and working.. i want use that php file in xcode, for example send device token and message like an query string..
i used this code
NSString ...
2
votes
2answers
311 views
Device Token and Push Notification
I am trying to implement Push Notifications into my app, but I have, what I believe, may be a dumb question. I have my Push Notifications working, but they work because I am putting the Device Token ...
4
votes
3answers
2k views
XCode : why launchOptions in didFinishLaunchingWithOptions always nil?
I want my app to do specific things when the app is launched by a click on a notification. I want to do these specific things when the app is already running into background BUT ALSO when the app is ...
0
votes
2answers
456 views
Send push notification from ios app
I need to create a ios app who send notification. (similar to Pushmebaby (https://github.com/stefanhafeneger/PushMeBaby)). (also note that this mac app was 2 years old ans crash for me)
I've seen ...
2
votes
1answer
64 views
Scheduling notifications
So I got a little problem here.
My App needs to fire notifications everyday at the same time.
It does this now by the code that's inside the application.
However, I want to schedule these ...
0
votes
2answers
168 views
How to filter ios push notifications before they appear
Is there anyway to filter push notifications that im send to my app?
I mean, if my user logged out (fb connect) from my app and for somereason my server is miss sync with the loggin-out, i will send ...
0
votes
1answer
255 views
Push notifications not working after portal changes
I recently changed the following things on our Apple Dev portal. I asked this before but wasn't very clear on what I had changed.
I'm using:
- Phonegap 2.1.0
- iOS 6 min 4.3
- XCode 4.5
I am ...
2
votes
4answers
557 views
Sending push notifications from client
I have several clients that want me to create an app and after it has been published in the App Store they want to have remote control over the iOS feature of push notifications - they want to send ...
1
vote
1answer
73 views
How do I trouble shoot push notifications error “no valid 'aps-environment”
I'm trying to retrieve my device token from my iPhone and send that token to a server for use in push notifications. I've logged into the developer porthole, added an application, and downloaded the ...
8
votes
3answers
2k views
iOS Push Notification - How to get the notification data when you click on the app icon instead of notification
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 ...
0
votes
1answer
117 views
Entitlements.plist versus Appname.Entitlements
I'm implementing APNS (iOS5, Xcode4) into an application and I'm getting the error:
"The executable was signed with invalid entitlements."
Research on SO and google is telling me to use ...
0
votes
2answers
211 views
iphone - when registerForRemoteNotificationTypes should be called
I want my users to be able to subscribe for remote notifications only on certain Views.
Is it possible to call [[UIApplication sharedApplication] registerForRemoteNotificationTypes... from any place ...
0
votes
2answers
700 views
Live push notification tutorial on ios
I have tried so many tutorials for sending Push notification service for my app.When i'm testing it on device it works. but if i'm testing it on live after my app launches on App store and i installed ...
0
votes
1answer
155 views
Performing transition after tapping to a button of notification
I have to following code for displaying a notification if the app is active. I put it in AppDelegate.m
What I want to do is perform a transition (or segue) to a viewcontroller when the user taps to ...
0
votes
1answer
60 views
Changing Provision Profile for Push Notification System
I will implement push notification to my iphone app.
I have created app id with wildcard before i have my provision profile and successfully test the app with my device.
Now i want to test my app ...
0
votes
1answer
109 views
Pushnotification provisioning certificate issue in my certificates
I need to enable push notification services for my app.When i followed this link https://www.parse.com/tutorials/ios-push-notifications
it makes me to download provisioning certificate from my ...
7
votes
4answers
6k views
Increment the Push notification Badge iPhone
Is it possible to increment the badge value on receiving the notification. OR Should I send the count as payload?
If i am sending the badge value as "1" every time, how could i increment the ...
1
vote
3answers
754 views
App returns null value for device token from app store
I have released my app update with push notifications however when I check my server, I notice that the token that was sent to the database is "null". I did lots of testing using a development ...





