dbystruev / WenderCast

Ray Wenderlich's Push Notifications project from https://www.raywenderlich.com/11395893-push-notifications-tutorial-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WenderCast

Ray Wenderlich's Push Notifications project from RayWenderlich.com

Simulate Push Notification

xcrun simctl push booted co.getoutfit.raywenderlich.WenderCast WenderCast/first.apn

Content of APN JSON

WenderCast/first.apn

{
  "aps": {
    "alert": "Happy New Year!",
    "sound": "default",
    "link_url": "https://github.com/dbystruev"
  }
}

Notification Screenshot

Happy New Year notification

About

Ray Wenderlich's Push Notifications project from https://www.raywenderlich.com/11395893-push-notifications-tutorial-getting-started


Languages

Language:Swift 100.0%