Skip to content

Commit

Permalink
Add DLLocalNotifications (vsouza#1349)
Browse files Browse the repository at this point in the history
* created new high-level category Notifications

* minor error

* added full stop in description

* fixed spacing issues and fixed order of categories

Also moved misplaced Email section to correct spot. (my previous error)

* added space between email tag and items

* added link to subsection push notification provide
  • Loading branch information
d7laungani authored and dkhamsing committed Dec 31, 2016
1 parent f4e6c2b commit 3726e5b
Showing 1 changed file with 35 additions and 28 deletions.
63 changes: 35 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ Awesome-iOS is an amazing list for people who need a certain feature on their ap
- [Video](#video)
- [Messaging](#messaging)
- [Networking](#networking)
- [Notifications](#notifications)
- [Push Notifications](#push-notifications)
- [Push Notification Providers](#push-notification-providers)
- [Local Notifications](#local-notifications)
- [Parsing](#parsing)
- [CSV](#csv)
- [JSON](#json)
Expand All @@ -90,8 +94,6 @@ Awesome-iOS is an amazing list for people who need a certain feature on their ap
- [Payments](#payments)
- [Permissions](#permissions)
- [Products](#products)
- [Push Notifications](#push-notifications)
- [Push Notification Providers](#push-notification-providers)
- [Reactive Programming](#reactive-programming)
- [Reflection](#reflection)
- [Regex](#regex)
Expand Down Expand Up @@ -932,6 +934,37 @@ Also see [push notifications](#push-notifications)
* [Mail Core 2](https://github.com/MailCore/mailcore2) - MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP.
* [Postal](https://github.com/snipsco/Postal) - A swift framework providing simple access to common email providers. :large_orange_diamond:

## Notifications

#### Push Notifications
* [Orbiter](https://github.com/mattt/Orbiter) - Push Notification Registration for iOS.
* [PEM](https://github.com/fastlane/fastlane/tree/master/pem) - Automatically generate and renew your push notification profiles.
* [Knuff](https://github.com/KnuffApp/Knuff) - The debug application for Apple Push Notification Service (APNS).
* [FBNotifications](https://github.com/facebook/FBNotifications) - Facebook Analytics In-App Notifications Framework https://developers.facebook.com/docs/analytics/push-campaigns
* [NWPusher](https://github.com/noodlewerk/NWPusher) - OS X and iOS application and framework to play with the Apple Push Notification service (APNs)
* [SimulatorRemoteNotifications](https://github.com/acoomans/SimulatorRemoteNotifications) - Library to send mock remote notifications to the iOS simulator

##### Push Notification Providers

Most of these are paid services, some have free tiers.

* [Urban Airship](https://www.urbanairship.com/products/mobile-app-engagement )
* [Growth Push](https://growthpush.com) - Popular in Japan.
* [Appboy](https://www.appboy.com)
* [Batch](https://batch.com)
* [Boxcar](https://boxcar.io)
* [Carnival](http://www.carnival.io)
* [Catapush](http://www.catapush.com/)
* [Netmera](http://www.netmera.com)
* [OneSignal](https://onesignal.com) - Free.
* [PushBots](https://pushbots.com/)
* [Pushwoosh](https://www.pushwoosh.com)
* [Pushkin](https://github.com/Nordeus/pushkin) - Free and open-source.
* [Pusher](https://pusher.com/push-notifications) - Free and unlimited.

#### Local Notifications
* [DLLocalNotifications](https://github.com/d7laungani/DLLocalNotifications) - Easily create Local Notifications in swift - Wrapper of UserNotifications Framework. :large_orange_diamond:

## Parsing

#### CSV
Expand Down Expand Up @@ -1042,32 +1075,6 @@ Also see [push notifications](#push-notifications)
* [Tapglue](https://www.tapglue.com) - Build social products and a activity feed with a few lines of code.
* [OpenShop.io](https://github.com/openshopio/openshop.io-ios) - mobile e-commerce solution connected to Facebook Ads and Google.

## Push Notifications
* [Orbiter](https://github.com/mattt/Orbiter) - Push Notification Registration for iOS.
* [PEM](https://github.com/fastlane/fastlane/tree/master/pem) - Automatically generate and renew your push notification profiles.
* [Knuff](https://github.com/KnuffApp/Knuff) - The debug application for Apple Push Notification Service (APNS).
* [FBNotifications](https://github.com/facebook/FBNotifications) - Facebook Analytics In-App Notifications Framework https://developers.facebook.com/docs/analytics/push-campaigns
* [NWPusher](https://github.com/noodlewerk/NWPusher) - OS X and iOS application and framework to play with the Apple Push Notification service (APNs)
* [SimulatorRemoteNotifications](https://github.com/acoomans/SimulatorRemoteNotifications) - Library to send mock remote notifications to the iOS simulator

#### Push Notification Providers

Most of these are paid services, some have free tiers.

* [Urban Airship](https://www.urbanairship.com/products/mobile-app-engagement )
* [Growth Push](https://growthpush.com) - Popular in Japan.
* [Appboy](https://www.appboy.com)
* [Batch](https://batch.com)
* [Boxcar](https://boxcar.io)
* [Carnival](http://www.carnival.io)
* [Catapush](http://www.catapush.com/)
* [Netmera](http://www.netmera.com)
* [OneSignal](https://onesignal.com) - Free.
* [PushBots](https://pushbots.com/)
* [Pushwoosh](https://www.pushwoosh.com)
* [Pushkin](https://github.com/Nordeus/pushkin) - Free and open-source.
* [Pusher](https://pusher.com/push-notifications) - Free and unlimited.

## Reactive Programming
* [RxSwift](https://github.com/ReactiveX/RxSwift) - Reactive Programming in Swift :large_orange_diamond:
* [RxOptional](https://github.com/thanegill/RxOptional) - RxSwift extentions for Swift optionals and "Occupiable" types :large_orange_diamond:[e]
Expand Down

0 comments on commit 3726e5b

Please sign in to comment.