ios-samples/Notifications
Eder Cardoso 0bc8046ca9
Fix the code to demonstrate how to serialize the device token to send it to backend server. (#401)
2023-02-24 15:59:52 +01:00
..
Resources
Screens/iPhone Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots
AppDelegate.cs Fix the code to demonstrate how to serialize the device token to send it to backend server. (#401) 2023-02-24 15:59:52 +01:00
Application.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Entitlements.plist fixed push register error message 2018-04-16 12:02:21 +03:00
Info.plist updated CFBundleIdentifier 2018-04-16 16:00:31 +03:00
Metadata.xml
Notifications.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Notifications.sln
README.md update readme, fix links 2019-07-23 13:26:12 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Notifications This sample illustrates how to schedule and respond to local notifications as well as how to register the device for, and receive remote... sample
csharp
xamarin
notifications

Notifications in Xamarin.iOS

This sample illustrates how to schedule and respond to local notifications as well as how to register the device for, and receive remote notifications (Apple Push Notification Service).

To learn more about how to make push notifications work please read this guide.

Also original Apple documentation can be helpful, it contains broad explanation of how to set up the environment.

Notifications application screenshot