I code an iOS App in Swift 4, I\'m french so I work with mobile phone in french language/french region.
iOS
Swift 4
With an iOS 12 device, my password
This is because of the app default region setting. Remove below setting from info.plist.
CFBundleDevelopmentRegion fr ...
Cheers...