countryCode fetched from storefront is nil on iOS 14

trying to fetch countrycode using SKStoreFront , it works fine on iOS 13, but value is nil on iOS 14 onwards
SKPaymentQueue.default().storefront?.countryCode
Could you show the code ? Difficult to say anything without looking at it.
That seems to be a frequent bug.
https://developer.apple.com/forums/thread/663465

This video (no sound!) which shows how it works on 13 and no way on 14.
https ://www.youtube. com/watch?v=F2ojC6TNwws

You should contact Developers Support or even burn a DTS ticket if critical.
In fact,
SKPaymentQueue.default().storefront
itself is nil.
countryCode fetched from storefront is nil on iOS 14
 
 
Q