All Projects → avish07 → RichNotifications

avish07 / RichNotifications

Licence: MIT license
No description or website provided.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to RichNotifications

Visual-Effects-Shadow
Add a drop shadow to a UIVisualEffectView using a 9-part UIImage.
Stars: ✭ 56 (+27.27%)
Mutual labels:  xcode9, ios11
Measure
Using ARKit to make calculate the distance of real-world objects
Stars: ✭ 357 (+711.36%)
Mutual labels:  xcode9, ios11
BabelCamera
Find out how to describe the things around you in another language with Core ML and the Vision framework in iOS 11! 👀
Stars: ✭ 13 (-70.45%)
Mutual labels:  xcode9, ios11
iOS-ARKit
Basic Concepts and Projects using ARKit on iOS.
Stars: ✭ 18 (-59.09%)
Mutual labels:  xcode9, ios11
Textdetection
Vision Framework Demo on Text Detection
Stars: ✭ 173 (+293.18%)
Mutual labels:  xcode9, ios11
ARKitPhysics
ARKit Demo for Physics
Stars: ✭ 21 (-52.27%)
Mutual labels:  xcode9, ios11
Ios 11 By Examples
👨🏻‍💻 Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+7461.36%)
Mutual labels:  xcode9, ios11
iOS11-Demos
Collection of samples and demos of features introduced in iOS 11
Stars: ✭ 16 (-63.64%)
Mutual labels:  xcode9, ios11
Cs193p Fall 2017 Demo
Stanford CS193P Fall 2017 Demo
Stars: ✭ 157 (+256.82%)
Mutual labels:  xcode9, ios11
Swift Articles
Monthly Series - Top 10 Angular Articles
Stars: ✭ 139 (+215.91%)
Mutual labels:  xcode9, ios11
Visionfacedetection
An example of use a Vision framework for face landmarks detection in iOS 11
Stars: ✭ 258 (+486.36%)
Mutual labels:  xcode9, ios11
iOS-Restrictions-Recovery
Can find the Restrictions or Screen Time passcode of any iOS 7.0-12.5.5 device. iOS 13 and 14 should work in theory, but Keychain-Dumper is very hit or miss on those versions
Stars: ✭ 50 (+13.64%)
Mutual labels:  ios10, ios11
Evncustomsearchbar
🔍Born for iOS 11 and iPhone X SearchBar
Stars: ✭ 52 (+18.18%)
Mutual labels:  xcode9, ios11
Measurearkit
An example of measuring app with ARKit in iOS 11
Stars: ✭ 220 (+400%)
Mutual labels:  xcode9, ios11
Disk
Delightful framework for iOS to easily persist structs, images, and data
Stars: ✭ 2,896 (+6481.82%)
Mutual labels:  ios10, ios11
qt-pushnotifications
No description or website provided.
Stars: ✭ 23 (-47.73%)
Mutual labels:  pushnotifications
CustomVisionMicrosoftToCoreMLDemoApp
This app recognises 3 hand signs - fist, high five and victory hand [ rock, paper, scissors basically :) ] with live feed camera. It uses a HandSigns.mlmodel which has been trained using Custom Vision from Microsoft.
Stars: ✭ 25 (-43.18%)
Mutual labels:  ios11
php-periphery-serial
A php extension for peripheral I/O Serial in Linux (wrapper of c-periphery)
Stars: ✭ 13 (-70.45%)
Mutual labels:  extensions
standardnotes-extensions
Standard Notes Extensions
Stars: ✭ 16 (-63.64%)
Mutual labels:  extensions
MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Stars: ✭ 75 (+70.45%)
Mutual labels:  extensions

RichNotifications

RichNotifications are very Fascinating feature in iOS 10. It has :-

  1. Push Rich notification . Use service extension(Notification Service extension) for default view and use Notification Content extension for make custom notification view. . Make sure that notification payload contains: mutable-content = 1 in the aps dictionary. . this contains all types of fun like Image, GIF, Audio, Video. . Make sure that Image <= 10 MB, Audio <= 5 MB, Video <= 50 MB. . for silent notiifcations Make sure that notification payload contains: mutable-content = 1 in the aps dictionary. Also Payload does n't contain Alert/Badge/Sound. . Make Actionable Notiifciations by using Category.

  2. Local Notifications . Use UNMutableNotificationContent for make notification. . schedule notification using UNCalendarNotification trigger, UNTimeIntervalNotificationTrigger. . Make Actionable Notiifciations by using Category.

P.S. - Make sure that Actionable Notiification identifier should be identical. Put your bundle identifier and develpoment team in General Tab.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].