Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated some links in the readme #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Check the api on https://github.com/phonegap/phonegap-plugin-push

To install from the command line:

```
```shell
cordova plugin add cordova-azure-notification-hubs
```

Expand All @@ -25,11 +25,11 @@ In the platform tag for Android add the following resource-file tag in config.xm

## Reference APIs

* iOS: apns
* Android: fcm
* [Azure Notification Hubs Official sdk](https://github.com/Azure/azure-notificationhubs)
* Android
* iOS
* Android: [Firebase Cloud Messaging (FCM)](https://firebase.google.com/products/cloud-messaging)
* Azure Notification Hubs SDK
* [Android](https://github.com/Azure/azure-notificationhubs-android)
* [iOS](https://github.com/Azure/azure-notificationhubs-ios)
* iOS: [Apple Push Notification Service (APNS)](https://developer.apple.com/notifications/)

## Additional Usage

Expand All @@ -39,7 +39,7 @@ var push = PushNotification.init({
   //設定 Notification Hub 相關參數
   notificationHubPath: 'Your Notification Hub Name',
connectionString: 'Your Notification Hub Listen Connection String',
 

   android: {
sound: true
},
Expand Down Expand Up @@ -68,11 +68,12 @@ push.on('notification', function (data) {
```

## References

* Azure Notification Hubs Documentation https://docs.microsoft.com/en-us/azure/notification-hubs/
* phonegap-plugin-push https://github.com/phonegap/phonegap-plugin-push
* azure-notificationhubs-sdk https://github.com/Azure/azure-notificationhubs

## License

MIT License

Copyright 2012-2017 Adobe Systems
Expand Down