0
votes
0answers
33 views

Push Notification on iPhone error

I worked on push notifications and everything was going well, but when I reached this step of the Ray Wenderlich tutorial: At this point it’s a good idea to test whether the certificate works. ...
0
votes
2answers
36 views

How to integrate Push Notificaion to an already existing app?

I already have an app in AppStore, now I need to integrate Push Notification to it in the next version. Do I need to generate new certificates for it or can modify the existing certificates used for ...
2
votes
1answer
45 views

Phonegap PushNotification to open a specific app page

I am doing pushnotification for both Android/IOS.I have used a phonegap push-plugin https://github.com/phonegap-build/PushPlugin, it seems to work great. I am receiving message on my device now the ...
0
votes
1answer
27 views

email from Apple - “Missing Push Notification Entitlement”

I have been trying to submit an update to my app for 3 days now, and every time that I do I get an email from Apple stating: Missing Push Notification Entitlement - Your app appears to include ...
-2
votes
2answers
40 views

Get Alerts for Your Favorite Artists

In my app through itunes rss feed i can get new release, But I want to create alert if new album comes in iTunes. ...
1
vote
2answers
35 views

Worklight: Push message formatting

In Worklight, I have setup Push message for iOS and it works fine. Now for testing purpose, when i am sending push via URL call then the message title comes correctly while the body (payload) part ...
0
votes
1answer
35 views

Push notifications are not working on my iPhone

I fallowed this tutorial:http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12 Everything is ok, notification approve is showed. But notifications are not arriving. My ...
0
votes
1answer
29 views

JavaPNS Push Notification with sound enabled

I have made a web app for sending Push Notification to iOS devices. I am using JavaPNS library for this, but I couldn't understand how to set sound while sending notification. As per JavaPNS doc, ...
0
votes
2answers
43 views

May I send notification from Android to iOS or vice versa?

I need to develop an application which sends notification to other device based on current action. The device on which I need to send notification that might be iOS device or Android device too I am ...
2
votes
1answer
32 views

SSL Certificate (Push Notifications) for two apps with the same root bundle

I have a project on Xcode with two targets (two apps:free version and premium version) that shares the same root bundle: com.example.freeversion com.example.premiumversion Is there the option of ...
0
votes
1answer
19 views

Service Web with APNS serving two apps = two certificates?

I'm developing a iOS app. This app has two targets (free version and premium version). Then I want to send push notifications throw my Service Web. So, Do I need two certificates? Because my app ...
0
votes
1answer
45 views

Push notification different Messages for different servers ios

I have set up many push notifications in iOS projects. I always receive the same message which I have sent from my application, all going well. But when I change my server from my local machine (or a ...
0
votes
3answers
42 views

What PushNotification Provider can i use?

I want to set my iOS app to send PushNotification. I tried UrbanAirship, but this one is not compatible with ARC. So i tried to find one in GitHub to install in my host. But i didn't find. Does ...
0
votes
1answer
33 views

To increase application badge number on receiving push notification using pushwoosh

I am using pushwoosh portal to send push notification and i want to increase the application badge number on receiving push notification. And i am using following method of Pushwoosh sdk to send badge ...
1
vote
1answer
46 views

How it really is… 5.6 Apps cannot use Push Notifications to send advertising, promotions, or direct marketing of any kind?

Yes, This rule clearly states that any advertising or marketing activity by Push Notification could cost your a ban in App Store. So how about Groupon and other special offer focused apps? Each day ...
1
vote
0answers
20 views

iOS - Moving from iCal Event into Application

I'm in the middle of planning a project that would utilise the ability to create custom events from within an iOS application. At the moment i've found plenty of code that allows you to do this but ...
0
votes
2answers
45 views

Push notification from website AND/ OR iOS device to iOS device

I have made an iPad application where I want to send push notification. For push, I am using Urban Airship. For adding data into database, it is done two one. One from website (technology used is JSF ...
1
vote
2answers
45 views

iOS push Notification SSL Revoked

I have implemented the Push Notification and uploaded the build to AppStore. The notifications are coming fine on Development, but are not coming from production, I found there was a issue in .pem ...
0
votes
2answers
25 views

APS missing entitlements

Just received an email from Apple stating that my app is (copied below) Ok no problem. I deleted my old provisioning profile, made sure the new one has an aps key ...
0
votes
4answers
41 views

Application UI hangs due to networking , iOS

I am developing an iOS application where i am implementing push notifications. In the AppDelegate and more specifically in the didRegisterForRemoteNotificationsWithDeviceToken function , after i ...
0
votes
1answer
31 views

Synchronization when implementing push , iOS

I have a very special problem of synchronization with my application that i would like to share with you and get some ideas that hopefully will help me solve it. I am developing an application that ...
0
votes
2answers
25 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?
2
votes
3answers
41 views

In which mobile platforms the “push token” is not permanent?

We all know that in order to use the push notifications functionality in any mobile platform we need a unique identifier called "push token". The developer needs somehow to save this "token" to his ...
0
votes
1answer
46 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
1answer
23 views

iOS Push Certs Fail For “No” Reason

Our app is now using the production certificate for iOS push notifications. We have been through several rounds where pushes work, and then they just stop working. Often the "stop working" is ...
0
votes
1answer
37 views

push notification based on users with combination of device and app id in android and iOS devices

We have a existing web site written php and sql. We are planning to develop a mobile app for the corporate customer which will login to mobile app using there own user id/password. Whenever a ...
1
vote
0answers
15 views

Video recording, Localization, Notifications - Cross-Platform Development

I'm working on an application that uses notifications, localization, recording videos and communicate with a web service to upload files. My question is, it's possible to develop this application ...
0
votes
1answer
31 views

Recover UILocalNotification or remote push notification anytime

I have a problem. When user receives a remote or local notification but he don't read , the notification lost from "userInfo" if the user open the app tapping over the app icon (not on the ...
0
votes
3answers
96 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
1answer
41 views

Linking user account to device token for push notifications

I have an app set up with an API server and each user creates an account either by email or facebook when they download the app. That information is all stored in the back end. I want to enable push ...
0
votes
4answers
69 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 ...
8
votes
1answer
125 views

Apple Push Notifications in Bulk

I have an app that involves sending Apple Push Notifications to ~1M users periodically. The setup for doing so has been built and tested for small numbers of notifications. Since there is no way I can ...
-2
votes
0answers
28 views

App is not opened when user swipe the ios notification on the lock screen [closed]

If my app is killed, my app is not opened when I swipe the ios notification on the lock screen. It works fine if my app is running in background. I cant find documentation anywhere.
0
votes
1answer
48 views

Can't get push notifications in Distribution but only in development

I having problems with push notifications. I recently uploaded my app to the appstore. When I was testing the app on the device I was receiving my push notifications. But when I now downloaded my app ...
0
votes
2answers
68 views

First Push with IOs-PushPlugin Cordova 2.5

I tried to ddo this tutorial from Holly Schinsky http://devgirl.org/2012/10/19/tutorial-apple-push-notifications-with-phonegap-part-1/ The Plugin is installed, and I'm trying to get my first push in ...
0
votes
2answers
37 views

Paypal Transaction (Push notification on iOS device)

I want to send push notification on the iOS device(logged in state) whenever any transaction occurs related to that PayPal account. Transaction occurring related to that account anywhere (whether on ...
1
vote
1answer
50 views

How can I send apple push notifications based on userIDs not only on device tokens?

I use push notifications in my iOS application but the problem is - several users with different IDs in the system can use the same device and I want to send push notification only to the user which ...
0
votes
2answers
46 views

Push Notification Provisioning Profile

I've just added push notifications to my app and have tested it just fine with a development SSL. I have gotten a production SSL. My question is, do I need to do anything with my provisioning profile, ...
0
votes
2answers
82 views

How should I handle authentication when my mobile apps report their device tokens to my server?

I have an app that runs across iOS and Android. I'm working to add push notifications to that app. At a very high level, devices register with the Apple Push Notification Service (APNS) or Google ...
-1
votes
0answers
110 views

Receive specific APNS (iOS), GCM (Android), WNS (Windows Mobile) Push notification for ONLY MY APP and block all other push [closed]

I need to find a solution where I am connected to a hospitality property on a open Wi-Fi (Like almost all hospitality environments). In this open Wi-Fi, I have a "walled garden" where I allow ...
0
votes
0answers
11 views

Push notification separate utility methods

I want to write the separate utility methods for push notification and also it has to handle the appDelegate listeners. Is it possible do it? (void)application:(UIApplication *)application ...
1
vote
1answer
58 views

Switch between two UIWindow's

I am integrating Pushwoosh SDK for Push Notification, which is using UIWindow to represent HTML page sent from Pushwoosh portal - (void) showWebView { self.richPushWindow.alpha = 0.0f; ...
0
votes
1answer
60 views

Sending other data through Pyapns (iOS push notifcations) with Django

Is it possible to data other data through pyapns? For example, say I have a post model. Each post has a post_id. I would like to send the post_id with the push notification. The user who receives the ...
2
votes
1answer
79 views

GKTurnBasedMatch push notifications are very inconsistent

I'm testing a turn based game between two devices. As far as I understand, sending a turn with [GKTurnBasedMatch endTurnWithNextParticipants:], for example, should automatically push a game center ...
0
votes
0answers
50 views

Push notifications not coming in Enterprise app

I have developed a simple app for iPad which has push notifications in it as a feature. I created its app id and enabled the push notifications and downloaded the certificates for development as well ...
1
vote
1answer
89 views

Update Badge Number when push notification is received when App is not Open

I have an App in which i am facing the issue that the badge number only gets updated when i open the notification but i need to update the badge number even when app is not open. Can anyone help me ...
0
votes
2answers
61 views

Develop an IOS Application with Push Notification [closed]

I am planning to develop an IOS Application with Push Notification. Is there any links/tutorials or anything that was proven helpful you would recommend? I am more curious about the Push ...
0
votes
0answers
33 views

ios Proper way to determine if the method “applicationWillEnterForeground” is called due to a PushNotification action

I'm working on an app that does a tasks "A" in - (void)applicationWillEnterForeground:(UIApplication *)application. The app is also registered for remote notifications. In - ...
0
votes
0answers
67 views

iOS push notifications sent but not received

I am using https://www.youtube.com/watch?v=_3YlqWWnI6s tutorial for getting the notifications work for my app. I do not have a server which allows me to install the ssl certificates at this moment, ...
1
vote
2answers
76 views

How don't allow iOS to start application when specific type of push notification arrives?

I want PHP server send to my iOS application two types of push notifications: New income message. For this push I want iOS start my application if it was suspended, show badge, play sound, etc. New ...

1 2 3 4 5 16