Steve Kennedy

Results 8 comments of Steve Kennedy

@clauderic I know this is off topic, but can you point me to where I can find that to-do list manager? I can't find it on Android, and I've been...

This is still a definite real issue. (I think if fastlane would look inside the custom -m metadata path for the Deliverfile, this would work just fine. But instead, it's...

My app's title has a space in it. Now I'm suspect of that space, causing this. ---- Ionic CLI : 6.18.0 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.9.1 @angular-devkit/build-angular : 12.2.10...

Some investigation: The reason why the script is failing, is because it is looking at the bower_components directory to copy files from, which no longer exists because of the new...

Safari says it does support Push API (aka "messages") natively, without adding to home screen. You only have to add your app to the home screen if you want Notifications...

> I think [this](https://github.com/firebase/firebase-js-sdk/blob/091e8676f55f2b757f8d18ed2197b0edd5f66386/packages/messaging/src/api/getToken.ts) is why you're getting that error message. > `getToken()` itself uses Notification API internally. I agree. It references the Notification type, which isn't valid for browsers...

Just dropping in to say I have same issue. I am using await isSupported(). And get same exact experience as OP. My only difference is I am using 10.11.0.

Oh, maybe, I originally had.... ``` "compilerOptions": { "skipLibCheck": true, ``` in the tsconfig.json that hid these issues.....