ios6 - Passbook pkpass files are not detected -



ios6 - Passbook pkpass files are not detected -

i have book itinerary , travel website delivered ticket along pkpassfiles. unfortunately neither safari nor chrome detects , show alternative open in passbook application. shows options fileapp/chm reader etc. how solve this?

i utilize default gmail ios app/safari opening opening mails (it's gmail server)

as petesh menions, server not serving file mime type of application/vnd.apple.pkpass.

if using apache, seek adding next .htaccess file or server .conf

addtype application/vnd.apple.pkpass .pkpass

if generating .pkpass files manually, can set content header when serving file. e.g. php can use:

header('content-type: application/vnd.apple.pkpass');

ios6 passbook

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -