Open ani1219 opened 10 years ago
On a Mac you can take a look at the console, i don't know what you can do on windows. If you send me a pass generated on your machine, i can test it and look at the console.
The most frequently made error is an invalid cert.
Currently I have unfortunately no iOS developer account.
Hi Simon,
Thanks for your response. The certificate is fine. I investigated more and found I was required to write absolute path. I am working with Wamp server (localhost). I did that and changed the permission on the temp directory and got the script generating passes into the directory.
But the latest passes are opening on Android but not on Apple platform. I have sent you the generated pass and supporting file on your email (contact@simonwaldherr.de) from my gmail account (ani.1219@gmail.com). If possible, please take a look at them.
TIA. Ani
.
I'm having the same issue. I'm not able to load the passes on my iPhone from my site, but they show on Mac fine. Your site passes magically work, would love to know how!!!
I was having a similar issue. after enabling php error reporting "error_reporting(E_ALL); ini_set('display_errors', '1');" I was able to open the downloaded passes on my PC and review teh php errors. I tracked down a permissions issue on the log directory. I found that for some reason only the small.php pass would work on my iPhone so I used that as my bases and simply buitl upon it.
Had similar issues and most of them turned out to be permissions problems. I followed what @whizbangzoom suggested and turned error reporting on.
From there fixed the permissions and everything seemed to work out.
I generated passes per the instructions. The script generated passes. However, the passes are not opening up in iPhone or simulator in Mac machines.
I am operating the script from windows 7 OS. Please suggest if something else needs to be done on windows?