Skip to content

Document iOS PostNotifications permission support (.NET 11)#3280

Open
davidortinau wants to merge 1 commit intomainfrom
docs-postnotifications-ios
Open

Document iOS PostNotifications permission support (.NET 11)#3280
davidortinau wants to merge 1 commit intomainfrom
docs-postnotifications-ios

Conversation

@davidortinau
Copy link
Copy Markdown
Contributor

@davidortinau davidortinau commented Apr 10, 2026

Summary

Updates the Permissions article to reflect that PostNotifications is now supported on iOS/Mac Catalyst in .NET 11 (dotnet/maui#30132).

Changes

  • Updated platform support table: PostNotifications iOS ❌ → ✔️
  • Added moniker-gated section with code example and platform notes
  • Notes UNUserNotificationCenter.RequestAuthorization mapping

Companion to dotnet/core#10348.


Internal previews

📄 File 🔗 Preview link
docs/platform-integration/appmodel/permissions.md docs/platform-integration/appmodel/permissions

Update the permissions article to reflect that Permissions.PostNotifications
is now supported on iOS and Mac Catalyst, added in .NET 11 Preview 3
(dotnet/maui#30132). Changes include:

- Update platform support table: PostNotifications iOS column ❌ → ✔️
- Add moniker-gated note explaining the new Apple platform support
- Add code example for requesting notification permissions
- Note that iOS uses UNUserNotificationCenter.RequestAuthorization
  and does not require an Info.plist usage description string

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@davidortinau davidortinau requested a review from a team as a code owner April 10, 2026 20:51
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 2d1dc47:

✅ Validation status: passed

File Status Preview URL Details
docs/platform-integration/appmodel/permissions.md ✅Succeeded View (>=net-maui-8.0)

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant