apple-push-notifications Questions
0
My APS Environment is set to development in my app.entitlements file.
However when I build my application as an archive (to generate an .ipa file), the aps-environment entitlement is automatically ...
Tangram asked 31/3, 2022 at 16:25
5
Solved
Normally, I can export the certificate from the keychain that I download from the apple member center as a p12 file. However, it seems that Apple may have changed something?!
I require it as a p12 ...
Guidepost asked 12/4, 2016 at 15:19
9
I'm sending my push notifications with an APNs Auth Key ("never expires") which worked well until suddenly I get
403 Forbidden: {"reason":"InvalidProviderToken"}
as a response when sending push ...
Insistence asked 2/3, 2017 at 7:39
2
Solved
Maybe this is not supported by AWS, however, when creating a certification on Apple Developer Console I chose "Apple Push Notification service SSL (Sandbox & Production)". I used this...
Equivocation asked 10/7, 2020 at 9:19
8
We have created an App ID, distribution certificate and provisioning profile. Push Notifications were not initially enabled.
We now need to implement Push Notifications in the app.
We have enable P...
Banksia asked 14/1, 2015 at 14:43
9
I am banging my head. I am implementing push notification. Everything is working fine (push is received, badge is updated) but under iOS 13.3 the method application(_:didReceiveRemoteNotification:f...
Bronchi asked 23/1, 2020 at 10:57
20
Solved
Im implementing new iOS10 extension to use rich notifications. Im trying to test it on push notifications but is not working, I just receive a simple notification and is not going through the exten...
Nephridium asked 23/9, 2016 at 15:0
29
Solved
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 didFinishLaunching...
Ostracod asked 6/5, 2013 at 7:5
8
Solved
So my friend got this email from OneSignal
Due to a change that may occur as part of the upcoming iOS 13 release, you must update to the latest version of the iOS SDK before building your app wi...
Cachou asked 8/9, 2019 at 6:40
6
Solved
As the title says, I have an app with built in APNS. It does work perfectly in Sandbox-mode. But in production-mode, it fails miserably.
It seems that I have the right certificates on the server, ...
Jodoin asked 3/1, 2012 at 2:1
1
Solved
I am stuck on pushing notifications to users. In Xcode, I receive any and all notifications sent from Firebase. However, when pushed to the App Store, I no longer receive them.
It says on firebase ...
Hornstein asked 25/1, 2022 at 4:11
0
I'm stuck for several days and need your kind help.
I want to receive silent push notifications a.k.a background notifications to update my app content.
Below part in the AppDelegate does not get c...
Obscuration asked 13/1, 2022 at 7:24
4
Solved
I added to my project Firebase Cloud Messaging for receiving and sending push notifications. I followed steps in original tutorial from Google. The result was exciting, I can receive push notificat...
Rancho asked 23/3, 2020 at 8:49
1
When receiving provisional user notifications in iOS 15 the "Turn Off..." button works fine, but the "Keep..." button doesn't save the settings. "Deliver Immediately" ...
Mouflon asked 23/11, 2021 at 9:30
4
Solved
We migrated from UA to One Signal. We are sending push from cloud code like
var pushInfo = {
"app_id" : "xxxxxx",
"data": {
"objectId": objectId,
"placeId": placeId,
},
"included_segments":...
Vixen asked 15/11, 2016 at 0:27
1
When faced with the task of renewing my soon to expire push certificate I stubled on this suggestion of using a push notifications auth key which never expires.
Now I couldn't find a way to get it...
Geranium asked 8/4, 2019 at 8:10
5
Solved
I have push notifications set up in my app. I'm trying to determine whether the device token I've received from APNS in the application:didRegisterForRemoteNotificationsWithDeviceToken: method came...
Jennee asked 13/4, 2012 at 19:12
4
Solved
I want to send the .p12 file of APNS certificate to One Signal API, but I need first to convert the .p12 file to base64 string. How do I do that?
The API documentation is below:
https://documentati...
Catgut asked 20/9, 2016 at 6:39
1
Solved
I have followed the instructions in this great Gist to get a INSendMessageIntent working to display the user's profile image on iOS 15. And it works great.
However, I am unable to figure out how to...
Flapdoodle asked 23/9, 2021 at 1:34
11
Solved
When Apple's official iOS Messages app is open and in the foreground, new messages from other contacts trigger a stock, native iOS notification alert banner. See image below.
Is this possible in 3r...
Quality asked 15/6, 2015 at 18:52
5
I have Chat service in .NET Core Web API, handling chat messages through Signal R when clients are online.
Also, i have mobile clients (android/apple) and i need to handle messages sent when clie...
Blowzy asked 2/10, 2018 at 14:14
3
i have sent notification in older versions of ios. but in newer version i m not able to create .pem file. Someone told me that pem file is no longer required to send notification from server. But w...
Shererd asked 28/9, 2017 at 17:12
2
Solved
I've been few days stuck with this problem (again!). FCM push notification works fine on Android and on my current live/prd version of the app (still running and working well). But recently I upgra...
Fraternity asked 10/10, 2018 at 11:53
9
Solved
I have received a warning mail from Apple after submitting the binary build.
Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notificati...
Cliquish asked 27/8, 2015 at 13:46
3
Solved
Issues were encountered After creating both a Development SSL Certificate, as well as a Production SSL Certificate. In case you're struggling with the procedure, I found this link to be quite helpf...
Rung asked 16/10, 2015 at 6:14
© 2022 - 2024 — McMap. All rights reserved.