Solution on how to get Capacitor to log to the iOS Device log / Native log that can be read from console.app. This is a must if you need to debug an approved and published App Store production app. Problem with Capacitor logging Capacitor only logs to the Xcode console (or Safari console) but not… Continue reading Get Capacitor iOS to log to console.app
Tag: iOs
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
Xcode and Bitbucket gives Authentication Failed
When cloning a Bitbucket repository from Xcode (using current version 9.2) I get Authentication failed. Solution is to insert Password into URL. Steps: Copy repository URL from Bitbucket – Overview, select HTTPS (not SSH) Paste it in to Xcode Clone window for Adding GitHub account (for example click “Clone an existing Project” from Xcode start… Continue reading Xcode and Bitbucket gives Authentication Failed
Windows cannot connect to iPhone Personal Hotspot
I have ran into this a few times so I thougt I’d write down the solution as I seem to keep forgetting it. There are probably tons of other problems you can have with iPhone Personal Hotspot and Windows Wifi but this is the solution to one I keep running into. Problem I turn on… Continue reading Windows cannot connect to iPhone Personal Hotspot