Is it necessary to configure App Store Server Notifications in App Store Connect when I use push notifications?

Kim Strasser 2,021 Reputation points
2026-01-06T09:31:07.6766667+00:00

Is it necessary to set up an url in App Store Connect under App Store Server Notifications when I want to use push notifications in my application after I launch my application in the Apple App Store?

Bildschirmfoto 2026-01-06 um 10.21.05

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

Answer accepted by question author
  1. Michael Le (WICLOUD CORPORATION) 10,555 Reputation points Microsoft External Staff Moderator
    2026-01-06T09:47:38.8633333+00:00

    Hello @Kim Strasser ,

    For more information, please refer to these documents:

    While these are non-Microsoft links, they are the official documentation from Apple.

    You do not need to configure App Store Server Notifications to use push notifications in your application. They are independent features.

    App Store Server Notifications:

    • Server-to-server communication from Apple to your backend
    • Provides real-time updates about in-app purchase events (subscriptions, refunds, renewals, etc.)
    • Only necessary if your app implements in-app purchases or subscriptions

    Push Notifications:

    • Device-to-user notifications sent through Apple Push Notification service
    • Used for user-facing alerts, messages, updates, etc.
    • Requires APNs certificates/keys configuration in your Apple Developer account

    I hope this clarifies.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.