Top "Apple-push-notifications" questions

The Apple Push Notification Service is a service created by Apple Inc.

How can I test Apple Push Notification Service without an iPhone?

Is it possible test the Apple Push Notification Services without an iPhone application? (Creating an emulator on windows?) If isn't, …

ios testing apple-push-notifications ios-simulator
didReceiveRemoteNotification not called, iOS 10

In iOS 9.3, the didReceiveRemoteNotification method gets called on both of the following occasions. 1) When the push notification is received 2) When …

ios objective-c swift3 apple-push-notifications
didReceiveRemoteNotification when in background

These kind of question has been asked a number of times but i have some specific situation going on. When …

iphone ios4 apple-push-notifications
how to display image in ios push notification?

iOS 10 introduced push notification framework updates, UserNotificationsUI.framework As written on apple docs, it lets us customize the appearance of …

ios push-notification apple-push-notifications ios10 unnotificationserviceextension
no valid 'aps-environment' entitlement string found for application

I am trying to configure my app to support push notification, but keep getting this error: Failed to get token, …

objective-c apple-push-notifications
didRegisterForRemoteNotificationsWithDeviceToken not called in ios8, but didRegister...Settings is

I followed this thread, but the method didRegisterForRemoteNotificationsWithDeviceToken is still not called : the documentation says : After you call the registerForRemoteNotifications …

ios objective-c apple-push-notifications ios13
APN (Apple Push Notification) payload size limit

In official documentation you can find the info: Each push notification includes a payload. The payload contains information about how …

ios push-notification apple-push-notifications
Getting an error from push notification

In my app, I need push notifications. I am implementing all the instructions from the push notifications docs. But I …

iphone objective-c apple-push-notifications
Why push notifications is not working on testflight?

I have tested push notifications as a developer account and it worked, But when i tried to put it on …

ios push-notification apple-push-notifications testflight
Implementing Push notifications for iOS (Server Side)

We want to be able to push simple text messages to ALL our iphone users. For that we obviously need …

iphone ios push-notification apple-push-notifications