apple-push-notifications Questions
1
Solved
I have the following problem, and cant find solution:
While consuming APN (Apple push notifications) API, i implemented tokenized authorization. It's apple's new way of authorization on their push...
Mussman asked 15/5, 2017 at 13:18
2
I have the following issue: "My app receive some remote notifications from an own server just to show to the user some practical information. I am not using a icon badge, because I don't need it. I...
Cyanogen asked 10/6, 2012 at 19:49
2
Solved
We all know that this method [UIApplication sharedApplication].applicationIconBadgeNumber = 0; could remove all remote notifications of our application from the notification center. However, for so...
Sombrero asked 21/12, 2014 at 17:2
3
I'm trying to find out what is actually possible on iOS when it comes to background tasks.
I have an app which is running in the background and tracking location changes on the device.
Now, is it...
Korman asked 8/3, 2013 at 7:20
1
Solved
I'm able to get the new token-based push working (without using certificates) just fine with normal push notifications and using a simple node.js file for the backend.
But, I can't get it to work...
Blayne asked 28/10, 2016 at 9:4
2
Solved
Just a minor confusion. Why we need a separate Voip Service Certificate for Pushkit when we have Universal Client SSL certificate for APNS which supports primary app, voip etc?
As per latest Apple...
Jylland asked 9/8, 2016 at 6:55
1
Solved
I've tried to adapt my application to iOS 10, but I am facing issues with push notification. I have tested push in two devices with iOS 9 and iOS 10. In my application in Capabilities push notifica...
Dagall asked 15/9, 2016 at 17:42
7
In iOS 9, is there a system level callback I can read which tells me whether the user has tapped on 'Don't allow' on the push notification request?
I prompt the user with a custom screen inf...
Restore asked 1/2, 2016 at 8:56
7
I started creating some code based upon this for sending push notifications from PHP.
However now that I have understood there is a new API which utilizes HTTP/2 and provides feedback in the respo...
Catboat asked 8/1, 2016 at 18:53
2
i've done a apple-mdm-ota-server for IOS so far. The devices deliver me following things to the server (in form of a plist/xml):
-Push Magic Token
-Device Token (in b64 format oO)
-PN-Topic (com.a...
Demotic asked 24/10, 2012 at 10:5
3
Solved
I'm trying to implement background push notification handling, but I'm having issues with determining whether the user opened the app from the push notification that was sent as opposed to opening ...
Rabe asked 28/2, 2014 at 2:50
1
Solved
I’ve implemented push notifications for our app.
on iOS 9, the sound words fine.
on iOS 10, it’s very unpredictable. Fresh install from Xcode on iOS 10.0.2 would bring up my custom sound. reinstal...
Hullabaloo asked 27/2, 2017 at 20:45
4
I just want to know that i used fireabase in my project. Can anyone please guide me which is good for push notifications? Firebase or Apple Push notification. and I also want some genuine rea...
Pydna asked 1/3, 2017 at 7:44
2
Solved
I did some research on lots of stackoverflow issues and websites in trying to figure out how do the iOS push notifications influence AppDelegate lifecycle methods and when is which method (not) get...
Messroom asked 24/2, 2017 at 15:49
1
Solved
In My App I am using firebase push notification. Problem is when user connected to internet after long time they will receive lot of notifications as individual notification. Is it Possible to Rece...
Ashlaring asked 24/2, 2017 at 8:9
5
Solved
In official documentation you can find the info:
Each push notification includes a payload. The payload contains
information about how the system should alert the user as well as any
custom da...
Tara asked 7/10, 2014 at 10:17
6
Solved
My app just got ready for sale on App Store, but none of my production devices (devices that have installed the app from App Store) are getting push notifications. When I try to send a push notific...
Peraza asked 27/4, 2014 at 21:10
3
Solved
When I read Apple Docs, they mention 3 types of notification: local, remote, and silent.
Local notification can be inferred from its name, that is sent by the app locally.
However, what is the diff...
Orthopedic asked 16/2, 2017 at 13:15
4
Solved
Is there a way to determine if a device token is sandbox or distribution? We are testing and the application is sometimes signed with a development certificate and others are signed with an ad hoc ...
Heteroousian asked 4/5, 2011 at 7:4
5
Solved
I have several apps that were written in Swift 2.2, compiled with Xcode 7.3 and is live on the App Store. The apps utilize Push Notifications and is working fine in iOS 9.3 and earlier.
On devices...
Inflect asked 16/9, 2016 at 13:38
2
Solved
I am asking about two situations:
1) After we do a regular update from the App Store
2) After we simulate an update, by downloading a current version from a Store and installing & running a n...
Nonlinearity asked 25/1, 2017 at 15:33
2
Solved
I developed an app with push notifications, I uploaded it to the AppStore and everything worked fine, notifications did arrive.
I now have updated the app to open an url when users taps on the noti...
Wrennie asked 14/12, 2016 at 10:44
1
Solved
What I have done:
I have created a simple iOS native App which has nothing but OneSignal initializaion codes. I installed my App on my 2 devices, device A and device B. Both devices are subscribed...
Dreadnought asked 20/1, 2017 at 4:4
0
I have an AppleWatch app that receives remote notifications. I want the user to be able to open the watch app from a custom notification action and view the item the notification is about. But debu...
Prissy asked 18/1, 2017 at 18:41
1
Solved
I am currently saving a flag to disable notifiations in my user preferences. I use that flag in my didReceieveRemoteNotifications to show or skip the notification that comes in. However, when my ap...
Paterfamilias asked 17/1, 2017 at 18:51
© 2022 - 2024 — McMap. All rights reserved.