apple-push-notifications Questions

8

Solved

I have made a sample PushTest app for Push Notification using this tutorial. And using above tutorial I got the message that 'PushTest' would like to send you Push Notification (exactly once) and...

8

Solved

I somehow can not receive the device token when registering for remote notifications. I get the modal saying "Do you want to allow App X to be able to send you notificaitons", but when I accept it,...
Cologarithm asked 3/5, 2015 at 9:46

4

Solved

I need to always know which options the user choose on the push notification settings. (The options are - alert, sound and badges) So when my app launch I call: UIRemoteNotificationType types = [...

1

Solved

I want to show a view, after my App received an APNS-Push Notification. I'm using SwiftUI. I followed this tutorial (https://blckbirds.com/post/how-to-navnigate-between-views-in-swiftui-by-using-an...
Henke asked 2/3, 2020 at 14:24

11

Solved

My problem is I want to show a loading screen for the initial Push Notification Prompt "The app wants to send you push notifications." So if the user hits yes I can proceed and start the app in th...
Carnallite asked 27/9, 2013 at 14:19

3

Solved

We are currently evaluating Firebase as a future push notification service. Is there a way to send actionable notifications to iOS devices? At the moment we use parse to send pushes, we set the "c...

1

Solved

Is it possible to add Multiple Notification Service Extension in one app?If Yes, then how to recognize which one will be used and how? Basically there are two service providers for my app and both...

2

Solved

I read a lot about certs and watched a WWDC, but should clear for myself and for others next question. When we creating certificates in the developer portal, we see next possibilities: So, what i...
Trumpeter asked 23/5, 2018 at 10:29

1

I'm currently implementing push notifications from our backend server to our app (macOS Catalina & iOS - same code base), using Apple Push Notifications & the token based way of authenticat...

3

I am using HTTP POST to send notifications to all users on the app. To do this I have a topic to subscribe to called "global". I want every user to be automatically subscribed to this topic to make...

2

We are working on the On-demand Photography app. So basically we have. 2 android apps (user and photographer) 2 iOS apps (user and photographer) android push configured with firebase and firebase ...
Jacquenette asked 5/11, 2019 at 7:4

1

i do run this command on ubuntu terminal curl --verbose -H 'apns-topic: Skios.TripBruCACT' --header "Content-Type: application/json" --data '{"aps":{"content-available":1,"alert":"hi","sound":"d...
Cesena asked 9/9, 2016 at 11:50

1

Solved

I'm developing an application that works on the iPhone through the xamarin.ios with firebase backend. I want Push Notifications FCM Firebase, but I couldn't, I want that code in AppDelegate.cs

3

Been Stuck on this one issue for quite a while now. Trying to run the following line: [application registerForRemoteNotifications]; and getting the error (via: - (void)application:(UIApplicati...

1

first of all environment is React native, I try to setup push notification in iOS following instruction from rnfirebase package here what step i do and I do testing on Real iPhone Device create k...

8

I would like to send push notifications to iOS-based devices, but I don't want to write my own app. From what I've gathered so far, to send a push notification using the Apple Push Notificati...
Geomancy asked 17/10, 2012 at 20:17

3

Solved

I include google firebase in my app - create google account, create google app, upload APNS certifications (.pem and in work in another service), and send push notifications from console, and my ap...
Enterpriser asked 25/5, 2016 at 7:37

1

Solved

Take, for instance, a messaging app that only presents notifications with in this format: You have X new messages When the user receives a message, the app will present a notification: You have 1 ...

3

Somewhat similar to When is didRegisterForRemoteNotificationsWithDeviceToken called?. When the user first installed the app and it prompts whether to accept notification, will didRegisterForRemote...
Sanguinary asked 3/9, 2013 at 10:19

3

Usually there are 3 info I need to provide, to use Apple APNs: key, keyId, teamId, like here. I understand key (pem file location) and teamId, but where do I find keyId? Is this somewhere in https...
Venous asked 15/11, 2016 at 22:48

3

Solved

I am using Monotouch for mac and have gone through the steps to retrieve a provisioning profile certificate enabling push notification in the process. I have a working app and am now experimenting ...
Jutland asked 13/3, 2012 at 9:6

4

I'm trying to test out the silent push notification and I notice that my Iphone (IOS 8) can only receive silent notifications when my device is connected to Xcode. While it is unplugged, I can only...
Unman asked 30/1, 2015 at 15:39

2

Solved

In my Xamarin iOS project, Entitlements.plist has aps-environment set to development, for dev testing purposes. I'm using the Visual Studio Team Services Extension for the App Store to automate pub...

4

Solved

I looked on SO but I wasn't able to find any question that discusses when you receive a push notification how can you then open a specific view controller. For example if you are creating an app li...

3

Apple has updated their push notification service and the certificate file received is now a .p8 file. There are many examples online of how to send a push notification with the .pem file but I can...
Madox asked 13/1, 2017 at 6:5

© 2022 - 2024 — McMap. All rights reserved.