apple-push-notifications Questions
5
Solved
I have tried the Push Notification for my application for development and it's working fine. When I am generating the .p12 file of production(distribution) it's getting created. After deployin .pem...
Salutatory asked 29/3, 2012 at 7:6
2
Solved
I've attempted to compile cURL with HTTP/2 support by following this tutorial. I'm using Docker and my application is based off the official PHP Docker image, which uses Debian, although I've produ...
Imagine asked 15/2, 2016 at 18:11
4
Solved
What is the size of the device token generated by APNs (Apple Push Notification). I am trying to store device tokens on the server side in a mysql database, and would like to know maximum size of d...
Abound asked 17/9, 2012 at 2:19
1
Solved
I'm looking for a way to push data to an app similar to APNs but that doesn't use APNs. Is there a way to do this? The reason I want to do this is if the User disables notifications I want to still...
Viki asked 1/6, 2016 at 19:2
4
I have successfully implemented APN for development Environment. But i am facing problems while implementing the same for ad-hoc distribution environment.
Can anybody please suggest me do i need to...
Dagenham asked 26/8, 2011 at 17:51
2
Solved
How can I use a custom sound for push notifications?
According to my research and reading, I have found that the payload should have file name that is in the app bundle or in the Library/Sounds fo...
Aniakudo asked 31/5, 2016 at 3:58
2
Solved
I am implementing an APNS push for my app with the following behaviours
1) If app is not active i.e. in background or not launched yet:
User will receive a pop up message and on click will bring ...
Travistravus asked 18/7, 2011 at 8:52
3
Solved
I have seen the mail app in my iPhone (4S, iOS 5.1) automatically updates the badge count if new mail arrives, even when app is not running. So it is possible to achieve this behavior in my app als...
Candlewick asked 3/7, 2012 at 19:19
4
I am trying Google Cloud Messaging sample app for iOS platform. https://developers.google.com/cloud-messaging/ios/start
To generate GoogleServices-Info.plist APNS development and production certif...
Countrydance asked 2/6, 2015 at 17:6
2
Solved
My app was getting push notification when I used Enterprise account with following push notification certificate in production environment:
Apple Production iOS Push Services
Then in order to pub...
Spanking asked 15/2, 2016 at 11:53
5
EDIT - Using the enhanced binary format
Turns out I wasn't using the enhanced binary format so I changed my code.
<?php
$message = $_POST['message'];
$passphrase = $_POST['pass'];
//Connect...
Adamo asked 22/8, 2013 at 10:57
2
Solved
Is there anyone out there who knows if it's possible to use 1 production SSL push notification certificate for multiple apps?
Bluepencil asked 2/11, 2010 at 19:13
4
First of all, I am on iPhone 6 Plus/iOS 8.1 and I've tried everything here: why didRegisterForRemoteNotificationsWithDeviceToken is not called
Still no avail. To summarize:
I've checked my...
Antinomian asked 8/11, 2014 at 13:52
1
I am using the below code for push notification.
public void PushNotificationIOS(string message, string registrationKey)
{
string deviceID = registrationKey;
int port = 2195;
String hostname ...
Tiger asked 20/4, 2016 at 9:24
3
Solved
I have failed to find a comprehensive tutorial for sending push notifications from a Meteor app. I understand that Meteor runs using node.js, so I have been following this highly referenced and rec...
Mebane asked 23/3, 2014 at 22:33
1
Solved
I've enabled push notifications in my app, added the build hints, registered the api on the play developer console, created and loaded the apple certificates on my server. When I test the app on a ...
Woman asked 11/4, 2016 at 8:33
2
Solved
I want to clear my local notification in notification tray. For this to be
implemented, I am thinking to use the silent push notification. So I want
to confirm when the device receives it and which...
Bayless asked 18/4, 2016 at 13:10
0
How does the Uber driver app receive ride requests even when the app is in the background?
It cannot be push notifications because:
a) a background push notification won't be delivered to t...
Vitellus asked 17/4, 2016 at 2:16
1
I am using a Firebase database for my iOS Swift app. After going through a volume of material online, I decided to try Batch+Firebase to provide remote push notifications to a logged-in, authentica...
Eclectic asked 7/4, 2016 at 1:4
6
These kind of question has been asked a number of times but i have some specific situation going on.
When my application is active and I receive a PUSH message i'm successfully able to parse the c...
Bummer asked 20/2, 2011 at 11:21
0
I'm having a really bizarre issue with push notification.
When the app is connected to Xcode (debug build), didReceiveRemoteNotification:fetchCompletionHandler acts like it's supposed to.
didRec...
Fortieth asked 30/3, 2016 at 0:41
2
Solved
Google has this Google Cloud Messaging info for integration with iOS
What is the difference between using Google Cloud Messaging or iOS for the same purpose?
Is one more efficient than the other...
Hercegovina asked 27/7, 2015 at 19:1
4
Solved
I want to create an iOS chatting app using APNS. If I have 10,000 active and they are continuing chatting, will apple block my developer account ? Is there any limitation regarding this?
Veronique asked 8/5, 2013 at 15:43
1
I am using RMSPushNotificationsBundle for handling push notifications. I am sending pushNotifications to multiple apps from one server. I am using setAPNSPemAsString method which pick right certifi...
Pyrogallol asked 1/10, 2015 at 13:25
4
In order for us to send users iOS notifications the following flow occurs: a user installs our app, registers with APNS, and sends the registration token to our server to be used later to send noti...
Zinnes asked 28/8, 2015 at 16:19
© 2022 - 2024 — McMap. All rights reserved.