Hello everyone,
I have implemented a "generic" style pass in my solution, that utilizes the location relevance. I have included the relevant coordinates and that is working as expected.
When attempting to use the "maxDistance" parameter, I am not finding that it is working properly. My question is regarding a clarification on the Apple Documentation: https://developer.apple.com/library/archive/documentation/UserExperience/Reference/PassKit_Bundle/Chapters/TopLevel.html#//apple_ref/doc/uid/TP40012026-CH2-SW2
My questions: What is the minimum value for this parameter? Is it an integer or double?
I have been attempting to set it at five meters with an integer: 5 and it is not working. It seems like the pass is defaulting to the 100m radius instead of accepting my value.
Any help would be appreciated.
I have implemented a "generic" style pass in my solution, that utilizes the location relevance. I have included the relevant coordinates and that is working as expected.
When attempting to use the "maxDistance" parameter, I am not finding that it is working properly. My question is regarding a clarification on the Apple Documentation: https://developer.apple.com/library/archive/documentation/UserExperience/Reference/PassKit_Bundle/Chapters/TopLevel.html#//apple_ref/doc/uid/TP40012026-CH2-SW2
My questions: What is the minimum value for this parameter? Is it an integer or double?
I have been attempting to set it at five meters with an integer: 5 and it is not working. It seems like the pass is defaulting to the 100m radius instead of accepting my value.
Any help would be appreciated.