From 185f23673a2171d084e0cf3705d2ce340413a6f1 Mon Sep 17 00:00:00 2001 From: Thilo Molitor Date: Fri, 24 Jul 2020 14:24:28 +0200 Subject: [PATCH] Add simulated push file for push simulation in simulator --- simulated-push.apns | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 simulated-push.apns diff --git a/simulated-push.apns b/simulated-push.apns new file mode 100644 index 0000000000..f89cda79ef --- /dev/null +++ b/simulated-push.apns @@ -0,0 +1,11 @@ +{ + "Simulator Target Bundle": "G7YU7X7KRJ.SworIM", + "aps": { + "mutable-content":"1", + "alert": { + "title": "Mein Titel", + "body": "Frohe Kunde!" + }, + "sound": "default" + } +} \ No newline at end of file