PushNotificationPlugin
Push Notification Plugin for Xamarin iOS and Android
File Explorer
Download Latest Version (.zip)- icon.png
- AndroidCustomization.md
- FAQ.md
- GettingStarted.md
- iOSCustomization.md
- LocalizedPushNotifications.md
- NotificationActions.md
- ReceivingNotifications.md
- App.xaml
- App.xaml.cs
- MainPage.xaml
- MainPage.xaml.cs
- PushNotificationSample.csproj
- AboutAssets.txt
- AndroidManifest.xml
- AssemblyInfo.cs
- android.png
- android.png
- Tabbar.axml
- Toolbar.axml
- icon.xml
- icon_round.xml
- icon.png
- launcher_foreground.png
- icon.png
- launcher_foreground.png
- icon.png
- launcher_foreground.png
- icon.png
- launcher_foreground.png
- icon.png
- launcher_foreground.png
- colors.xml
- styles.xml
- AboutResources.txt
- google-services.json
- MainActivity.cs
- MainApplication.cs
- PushNotificationSample.Android.csproj
- Contents.json
- Icon1024.png
- Icon120.png
- Icon152.png
- Icon167.png
- Icon180.png
- Icon20.png
- Icon29.png
- Icon40.png
- Icon58.png
- Icon60.png
- Icon76.png
- Icon80.png
- Icon87.png
- AssemblyInfo.cs
- Default-568h@2x.png
- Default-Portrait.png
- Default-Portrait@2x.png
- Default.png
- Default@2x.png
- Icon-60@2x.png
- Icon-60@3x.png
- Icon-76.png
- Icon-76@2x.png
- Icon-Small-40.png
- Icon-Small-40@2x.png
- Icon-Small-40@3x.png
- Icon-Small.png
- Icon-Small@2x.png
- Icon-Small@3x.png
- LaunchScreen.storyboard
- AppDelegate.cs
- Entitlements.plist
- Info.plist
- Main.cs
- PushNotificationSample.iOS.csproj
- PushNotificationSample.sln
- CrossPushNotification.shared.cs
- DefaultPushNotificationHandler.android.cs
- DefaultPushNotificationHandler.apple.cs
- DefaultPushNotificationHandler.uwp.cs
- IPushNotification.shared.cs
- IPushNotificationHandler.shared.cs
- NotificationChannelProps.android.cs
- NotificationResponse.shared.cs
- Plugin.PushNotification.csproj
- PNMessagingService.android.cs
- PushNotificationActionReceiver.android.cs
- PushNotificationDeletedReceiver.android.cs
- PushNotificationManager.android.cs
- PushNotificationManager.ios.cs
- PushNotificationManager.macos.cs
- PushNotificationManager.uwp.cs
- PushNotificationReplyReceiver.android.cs
- PushNotification.sln
- .editorconfig
- .gitattributes
- .gitignore
- cd-pipeline.yml
- ci-pipeline.yml
- LICENSE.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/CrossGeeks/PushNotificationPlugin
Downloads the entire project code from GitHub to your computer.
cd PushNotificationPlugin
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd src/Plugin.PushNotification
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
