pimplesushant-pere

iOS Push Data Format

Jan 20th, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. 'aps' => [
  2.     'alert' => [
  3.         'title' => $data['title'],
  4.         'body' => $data['body'],
  5.         'appId' => $data['appId'],
  6.         'doctorId' => $data['doctorId']
  7.     ],
  8.     'sound' => 'default',
  9.     'badge' => (int)$badgeCount
  10. ]
Add Comment
Please, Sign In to add comment