when I try to download my push package it returns the push package with all the contents such as iconsets, mainfest.json, website.json, signature but while connecting it returns "Missing file in push package". Where is my mistake?
Asked
Active
Viewed 628 times
3 Answers
0
What is the file structure of your downloaded zip look like? It should only contain one directory. It should look like:
ZIP/
directory
icon.iconset (directory)
maifest.json
signature
website.json

rick byington
- 54
- 4
0
I had a similar issue and could not figure it out. I ended up using the push_package gem

vish
- 2,436
- 1
- 24
- 20
-1
Follow this apple documentation and github repo, they include sufficient information required to create a safari push notifications.

Nishant Mendiratta
- 760
- 13
- 25