SimonWaldherr / passkit.php

a php function to create passes for Apple Passbook
http://simonwaldherr.github.com/passkit.php/
61 stars 14 forks source link

passbook not install iOS8 #6

Closed michelmelo closed 5 years ago

michelmelo commented 10 years ago

hello I am not able to install the ios8.

amwinsauto commented 10 years ago

I am having the same issue. Works fine on Yosemite, but gives error "Unable to download" on iPhone 6 (8.0.2).

Are we the only 2 having issues - or the only 2 using passkit?

Anyone have a fix for this?

SimonWaldherr commented 10 years ago

currently i have no iOS Dev Account and no iOS8 compatible iPhone, but if anyone can provide a fix for this, i will merge the PR

SimonWaldherr commented 10 years ago

sorry

michelmelo commented 10 years ago

@SimonWaldherr I can add as developer, if needed.

SimonWaldherr commented 10 years ago

let's give it a try

SimonWaldherr commented 10 years ago

sorry for my late response, i currently have to much work to do

cjt3007 commented 9 years ago

It works fine for me on iPhone 6 running 8.1.2

SimonWaldherr commented 9 years ago

@cjt3007 thanks for this information :+1:

AdrianGomezSuarez commented 9 years ago

Hello!

I'm trying to scan the QR code with an iPhone 5s in ur website http://simonwaldherr.github.io/passkit.php/ and when I try to download a Passbook said "Unable to download".

Does it works with lastest iOS versions?

Thanks!

cjt3007 commented 9 years ago

@AdrianGomezSuarez the code shown is not an "Add to Passbook" code, so if you are trying to scan the QR code with the Passbook app it won't work. You have to use RedLaser or another QR reading app to see where the QR code goes. However, in production you SHOULD be able to make a QR code that simultaneously works as an Add to Passbook code and a code for your website's use (this would likely be done by identifying a user agent of the passbook app on your server, though I've yet to test this theory)

AdrianGomezSuarez commented 9 years ago

I mean, when I scan the QR code and it redirects me to the website, I try to download the passbook and show that the passbook is unable to download.

cjt3007 commented 9 years ago

@AdrianGomezSuarez oh, I see... is it opening the website in Safari, or is it opening it within the QR code app? Because I think UIWebView (the embedded version of Safari in an app) has issues downloading Passes - which is also why home screen webapps have to open the pass download in safari.

AdrianGomezSuarez commented 9 years ago

@cjt3007 I have tried by opening Safari, doesn't work =(

yasirgit62 commented 5 years ago

I have used the library to create the pass. I have created the .pkpass file successfully. when i open the .pkpass file in my android mobile it ask me to open .pkpass file with which application so i choose the pass2u android wallet app to open the pass and it create the pass successfully. But my question is that when we create the pass in the different pass creator websites they will give a qr code that we scan with the mobile wallet app and pass will install in the app . how to do this that i give the qe code so that users can scan from their mobileapplication.

And the second thing is that how to update the pass so that automatically in installed passes in different users mobiles will update and how to count the no of pass install and uninstalls

I am in very trouble . Please solve my problem