IGPenguin / mobile-toolkit

πŸ“± Terminal tool for Android & iOS device management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `isimulator push` command

IGPenguin opened this issue Β· comments

🌈 Desired state

isimulator push <package-name> <title> <message>
isimulator push <package-name> <json>

πŸ“‚ Sources

xcrun simctl push booted com.thefuntasty.grason test.json

{
  "aps" : {
    "alert" : {
      "title" : "Hello World",
      "body" : "Test Body"
    },
    "mutable-content" : false
  }
}

https://medium.com/better-programming/how-to-test-push-notifications-on-the-ios-simulator-9b5062519622