Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

Advanced APNs Features

ileitch edited this page Dec 9, 2012 · 6 revisions

Mobile Device Management

n = Rapns::Apns::Notification.new
n.mdm = "magic"
n.save!

Assigning a Hash to alert

Please refer to Apple's documentation (Tables 3-1 and 3-2).