AvdLee / Poes

A Swift command-line tool to easily send push notifications to the iOS simulator
MIT License
460 stars 15 forks source link

Add an option to create a APNS file based on input #8

Open AvdLee opened 4 years ago

AvdLee commented 4 years ago

This would probably be a subcommand that allows generating a payload for the given input parameters. It can be interesting to have as you can drag APNS files into the simulator.

The APNS file can be checked into repositories for easy use within teams. You could imagine yourself adding APNS files for each push notification type that is supported.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.

techinpark commented 4 years ago

@AvdLee It's working ?

AvdLee commented 4 years ago

It's not, I haven't build this in yet!