Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Commit c63764a

Browse files
committed
Updates README.md
2 parents 67b4f43 + 382c8d3 commit c63764a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
</Bucket>

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# ABNScheduler
1+
# ABNScheduler
2+
[![Build Status](https://travis-ci.org/ahmdx/ABNScheduler.svg?branch=master)](https://travis-ci.org/ahmdx/ABNScheduler)
3+
[![Swift 2.2](https://img.shields.io/badge/Swift-2.2-orange.svg?style=flat)](https://swift.org)
4+
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/ahmdx/ABNScheduler/blob/master/LICENSE)
5+
26

37
ABNScheduler is a local notifications scheduler for iOS written in Swift.
48

@@ -96,6 +100,8 @@ You can cancel all scheduled notifications by calling `ABNScheduler.cancelAllNot
96100
## Drawbacks
97101
Since the additional notifications are handled entirely by the app, it must be launched for the notifications to be scheduled by iOS. Just do not forget to call `ABNScheduler.scheduleNotificationsFromQueue()`.
98102

103+
Currently, this version of ABNScheduler does not support handling multiple notifications having the same identifier. It is submitted as an issue and will be completed soon.
104+
99105
## Notes
100106
The scheduler is preset to allow 60 notifications to be scheduled by iOS. The remaining four slots are kept for the app-defined notifications that need not to be queued. These free slots are currently not handled by ABNScheduler; if you use ABNScheduler to utilize these slots, the notifications will be added to the queue. To change the maximum allowed, just update `maximumScheduledNotifications` in ABNScheduler.swift.
101107

0 commit comments

Comments
 (0)