safari push notification - push package issue

663 views Asked by At

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?

3

There are 3 answers

0
rick byington On

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
0
Nishant Mendiratta On

Follow this apple documentation and github repo, they include sufficient information required to create a safari push notifications.

0
vish On

I had a similar issue and could not figure it out. I ended up using the push_package gem