The Apple Push Notification Service is a service created by Apple Inc. that was launched together with iOS 3.0.APNS is used together with Mac OS X Lion Server to push update notifications to clients that have registered to receive updates via a configuration profile and are also using the server's ...
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
0answers
7 views
APNS Notification not sent to multiple apps on same device having same APNS token
I have two iOS applications (adhoc version) installed on same device(ipad). Both of them have registerd for APNS and their tokens are stored in my server database.Both of them are having same token, ...
0
votes
0answers
5 views
Valid signing Identity not found for iphone app with push notifications
I have created a provisioning profile and done all the certificate stuff. In fact, I have done this several times. So I've done the deleting/revoking everything step. However, no matter what!
I've ...
0
votes
2answers
24 views
how to handle while multiple push notification comes at same time in foreground of app in iOS
I have send request to server in delegate method of application:(UIApplication *)application didReceiveRemoteNotification: but when multiple push notification comes at same time app get crash because ...
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 ...
-1
votes
0answers
11 views
Strange multiple logs while using javapns
After I created an enterprise application using JavaPNS2.2 as external jar I push some notifications to devices with no problem.
However, first PUSH -> everything is fine.
In the second push, the ...
0
votes
0answers
14 views
How to receive Push notification from sup(2.1.3)
As per the sybase documentation in the following link
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01205.0211/doc/html/aba1258735405889.html
have uploaded the .p12 ...
0
votes
0answers
18 views
Splash screen fixed after click on push notification when app is closed (ios)
When I click on the banner of a remote notification of my app as this is closed, the app is launched but remains fixed on the splash screen. Which does not happen when I open the app normally or when ...
1
vote
0answers
34 views
iphone push didn't receive (Window Server/IIS/PHP)
First of all, it is not a problem about certification or dev/distribution.
I used distribution certification, and server url -> gateway.push.apple.com:2195
I tested in my local server(apache2), and ...
6
votes
1answer
97 views
Emojis support in Apple push notification
I am working on iPhone app named "INTERSTIZIO".In this I have implemented functionality like chat between users.In this user can send text,location and text with emojis symbol.If the app is not in ...
0
votes
3answers
81 views
register for push notifications not working for some Device
Hi i am facing strange issue Regarding Push notifications that not Appear popup/alert telling me to accept push notifications isn't displayed for some device and some device its working fine. I am not ...
0
votes
0answers
19 views
APNS mis-triggering the push notifications to some devices
I'm encountered a strange issue now..
The problem is that even though the central server which in charge of pushing notifications to APNS using APNS-PHP (Open source push sending management built on ...
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
1answer
30 views
APNS in windows azure
I have been implementing apple push notifications from windows azure. I have been able to connect to APNS server and get authenticated using the certificates. And I dont get any exception when i write ...
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
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 ...
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 ...
-5
votes
0answers
26 views
Mono-APNS certificate for C# [closed]
I have generated push notification certificate for PHP server using 'http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12'.
But how to convert this certificate in PFX ...
0
votes
1answer
16 views
How does APN figures out the location of device to which a Push Notification is to be sent
I know that APN has a device token on the basis of which it identifies the device to which a notification is to be pushed.
I want know, how exactly it is able to deliver the notification using this ...
0
votes
0answers
47 views
Basic HTTP Authentication for REST Server on Drupal 7
I feel like this might be answered already somewhere, but no one seems to have answered this question directly about Drupal and I'm wondering if that might be making all the difference.
I have setup ...
0
votes
1answer
46 views
How to clear badge number while preserving notification center
I use [[UIApplication sharedApplication] setApplicationIconBadgeNumber:0] to clear badge number. It works fine but remote notifications are removed at the same time.
There are many other questions to ...
1
vote
1answer
41 views
How to ask customer to apply for APNS push certification (no MDM capability)
I followed instruction to generate a development APNS certificate and I am able to send the push notification successfully to my iPhone. Our application would be deployed on premise in customer ...
1
vote
0answers
45 views
Sending Authenticated string to REST Server from iOS Application
I have setup a REST server on Drupal 7 to handle Push Notifications for an iOS App but I am having trouble getting REST to authenticate my request. I don't know if my problem is on the server end or ...
0
votes
1answer
84 views
APNS: invalid token (8)
I am using this apns php server: https://code.google.com/p/apns-php/. I've have done all the production certs good. what is wrong with this? Here is how I get the device token:
- ...
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
0answers
25 views
Customizing Push notification alert sound
I want to implement the scream feature of lookout : www.lookout.com into my app: When the user click the button "scream" on the website, it will make my iphone scream at maximum volume. Is there ...
0
votes
1answer
45 views
Handling Apple Push Notification when app is inactive
I wonder how lookout www.lookout.com implement there scream functionality on ios. Since when the app is in inactive mode(The user pressed home button) , there's no way to handle the notification ...
1
vote
0answers
53 views
Read push notification message without picking from the notification center
I'm trying to read push message when app is in background or killed and user tap on application icon(which has badge) instead from notification center.I have seen few questions in stackoverflow ...
1
vote
0answers
68 views
APNS PushSharp Not working in Production
I am using APNS Sharp for sending push notification in IOS. I have successfully used that in development environment. But when app is live it no longer working. I have changed the push certificate to ...
0
votes
0answers
78 views
Recieving push-notification with iOS-Phonegap
I'm trying to send a push-notification with a php-file, to my phonegap-app on my iPhone.
<?php
$streamContext = stream_context_create();
stream_context_set_option($streamContext, 'ssl', ...
0
votes
0answers
35 views
Apple push notification maintain connection python example
I'm trying to build a social network that sends push notification regularly, like Instagram. I've figured out how to send one push notification request. But it seems Apple wants us to send multiple ...
0
votes
1answer
23 views
iOS sending push notifications to more devices at once PHP
I have database with device tokens and php script, which can send notification to ios devices, but I need help how to send the same message to all of device tokens in my database? This is my php code:
...
0
votes
1answer
27 views
Is update required after recreating or renewing provisioning profile?
I have an application which is published in App Store. I have activated the push notifications and i think i need to renew or recreate the provisioning profile which is related to this application.
...
0
votes
0answers
24 views
Node-apn Feedback trouble
I'm using node-apn 1.3.3, i can push notification but feedback service doesn`t works. Can someone help me?
Thit is my code
app.get('/clean/:id.:format?', function(req, res) {
App.findOne({ _id: ...
0
votes
1answer
25 views
Send push to many devices for pass
I am doing pushnotification for pass in passbook. Push works, but nothing shows for pushnotification and if update statically by toggling the back of pass, I can get the updated pass. This is the code ...
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
0answers
36 views
Apple push notification setup error “unable to load Private Key”
I followed this tutorial to build the push notification functionality. When I try the following line:
openssl s_client -connect gateway.sandbox.push.apple.com:2195 -cert PushChatCert.pem -key ...
0
votes
5answers
55 views
Detect if the app was launched/opened from a push notification
Is it possible to know if the app was launched/opened from a push notification?
I guess the launching event can be caught here:
- (BOOL)application:(UIApplication *)application ...
0
votes
1answer
49 views
Apple push notiifcations not working when sent from WebSite Root(but working from a subfolder within the site)
I am encountering a problem sending push notifications (using Moon APNS library) to Iphones from an ASP.net WebSite setup as an application in the root of my website that is hosted using DiscountAsp.
...
0
votes
1answer
64 views
Apple Push Notification Gateway Connection, Notification not received
I am sending notifications many a time from my iOS application. For this i have used APNS-PHP library for sending it from server to Apple Push Notification Gateway.
Here is the code.
public ...
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
0answers
22 views
Iphone not receiving push notifications on production server [duplicate]
We have a ASP.net web site that is configured to send push notifications to Iphones
using the Moon APNS library.
The problem we are facing is that push notifications work perfectly when running from ...
0
votes
1answer
40 views
APN Feedback service does not send tokens
I implemented a node.js script that queries the APN Feedback service to retrieve the list of invalid tokens. Unfortunately, I did not manage to get any invalid token. I followed these steps:
Install ...
0
votes
1answer
90 views
PushSharp Library and sending notifications to APN
I've downloaded the library Push Sharp and checked through the source and I couldn't figure out how to start sending notifricatinos to APN.
As given in their documentation I've configured the ...
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 ...
-1
votes
2answers
49 views
Getting a sample Device token
I am trying to get device token from my iphone. After reading the post in stackoverflow, I have done this.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary ...
0
votes
0answers
51 views
HTML5 webapp discovery, shortcut and push-notification App?
I was thinking would it be possible to create native application that would serve the purpose of only few things:
1) When you open application it takes you to URL defined by applications config. (like ...
0
votes
1answer
56 views
Quickblox Simple iOS Push Badge Increment
Hi I'm using quickblox in one of my iOS apps and so far everything has been great and easy to use, however, I've seem to have hit a wall. I'm trying to increment my applications badge count for when I ...
-1
votes
0answers
17 views
Sending push notificaiotn from shared hosting account? [duplicate]
Can we send apple push notification with the medium trust level of hosting account ?
I am working on ASP.NET MVC 2.0 as front end and MS SQL Server as back end.
I am able to send Push from ...
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 ...



