How do set language for context menus (select all, cut, copy, paste…), file upload, camera dialogues and other iOS or plugin functionality that is outside of your core project? The answer is CFBundleDevelopmentRegion set in info.plist It seems CFBundleDevelopmentRegion is always set to en_US by default (or maybe this is because I build on a… Continue reading How to use iOS device settings for language in Ionic 5 / Cordova
Category: Cordova
Tutorial: Sign in with Apple (SIWA) and Ionic, Cordova, AngularFire, Firebase
Since a few months back Apple does not approve apps that have only social media login (ie not good old fashioned username and password) unless it also has “Sign in with Apple” (SIWA) All this is probably too new for it to be any good tutorials or examples available, at least I could not find… Continue reading Tutorial: Sign in with Apple (SIWA) and Ionic, Cordova, AngularFire, Firebase