0

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?

remudada
  • 3,751
  • 2
  • 33
  • 60

3 Answers3

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
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