Is this correct?
{
"requiredPersonalizationFields" : [
"PKPassPersonalizationFieldName",
"PKPassPersonalizationFieldPhoneNumber"
],
"description": "This is a test description.",
"termsAndConditions" : "These are test terms and conditions."
}
When I include it in my Pass Bundle (personalization.json) the pass wont open. When I remove it, it does.
Very weird as I copied and pasted structure from Apple Docs.
I have also checked that the SHA1 Hash (seen in manifest) matches the file. Which it does.
Has anyone successfully used a personalization.json file before?
Ref
https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html
If it's correct, are the other things I need to check or have in place to generate the PKPASS file featuring the Personalization Questionaire?
Thanks
{
"requiredPersonalizationFields" : [
"PKPassPersonalizationFieldName",
"PKPassPersonalizationFieldPhoneNumber"
],
"description": "This is a test description.",
"termsAndConditions" : "These are test terms and conditions."
}
When I include it in my Pass Bundle (personalization.json) the pass wont open. When I remove it, it does.
Very weird as I copied and pasted structure from Apple Docs.
I have also checked that the SHA1 Hash (seen in manifest) matches the file. Which it does.
Has anyone successfully used a personalization.json file before?
Ref
https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html
If it's correct, are the other things I need to check or have in place to generate the PKPASS file featuring the Personalization Questionaire?
Thanks