rwilson504 / nzcp-pcf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with PCF control on iOS

denhosi1 opened this issue · comments

Hi Rick,

We have implemented the PCF control on a Covid Sign In app we developed. The app has been working great; however, for the past few weeks it has stopped working on the device we have the app installed on. I am not sure if anything has changed in the way the NZ vaccine pass is read.

I believe the issue is caused by the app attempting to go out and get the issuer from the web. In order to fix this, edit the application and set the offlineMode value in the NZCOVIDPass control to true. Save and re-publish the application. This will utilize a cached version of the issuer information.

image

@denhosi1 can you confirm this fixed the issue?

Thanks!

Hi @rwilson504 , Sorry, meant to get back to you sooner. The fixed worked perfectly thank you. Cheers.