Stewart! Once again you've done it. I've read at least 6 articles on enabling notifications, and they all left me more confused than I was before I began. You've managed to clear all of that up in less than 15 minutes. Bravo! Also, I should know by now just to check if you've covered the subject first before wasting time elsewhere.
Superb. Clear, concise and thorough. I'm really impressed with the functionality to take the User into Settings to enable the permissions for the notifications. What I'm really looking for is the ability to link from the push notification into a specific view in my app......so onto the remaining videos. Many thanks Stewart, Dean from the UK.
Hi, Why is LocalNotificationManager a class as opposed to a struct? Is it so we can share a single instance across views? Or so we can modify the instance? I'm still developing a mental representation of the struct/class distinction and when one is a better option than the other
Hi Stewart. I’m a little confused by the specificity of the term “local” in “local notifications.” Are there _other_ types of notifications? Global notifications? External notifications?
There are local and remote notifications. Local notifications are notifications that are initiated by the app installed on your device. If your app communicates with a back end service then there may be remote notifications coming from that service
Something like notification should not be difficult. You made this so easy!!!! Thank you so much!
Stewart! Once again you've done it. I've read at least 6 articles on enabling notifications, and they all left me more confused than I was before I began. You've managed to clear all of that up in less than 15 minutes. Bravo!
Also, I should know by now just to check if you've covered the subject first before wasting time elsewhere.
Yup. I have close to 300 videos now. Thanks for the feedback
Superb. Clear, concise and thorough. I'm really impressed with the functionality to take the User into Settings to enable the permissions for the notifications. What I'm really looking for is the ability to link from the push notification into a specific view in my app......so onto the remaining videos.
Many thanks Stewart,
Dean from the UK.
You're welcome!
You always save me!!! Big appreciate to your great works!!!!!!!
Excellent! Thank you so much! I’ve just been discovering your videos and they’re so helpful! 🙏
You are so welcome!
This was very good. Thank you.
Awesome video.
Thanks
Hello Stewart! Thanks for this fantastic video series! Please say again which program you are using to create your app icons. Thanks!
I use Bakery. Available on the App Store
@@StewartLynch Thanks a lot!
Hi,
Why is LocalNotificationManager a class as opposed to a struct? Is it so we can share a single instance across views? Or so we can modify the instance? I'm still developing a mental representation of the struct/class distinction and when one is a better option than the other
In order to conform to the ObservableObject protocol, it has to be a class
Thank you Stewart…
Hi Stewart. I’m a little confused by the specificity of the term “local” in “local notifications.” Are there _other_ types of notifications? Global notifications? External notifications?
There are local and remote notifications. Local notifications are notifications that are initiated by the app installed on your device. If your app communicates with a back end service then there may be remote notifications coming from that service
@@StewartLynch Ahh! Thank you Stewart.
Stewart what's the app you said you used to create the app loco?
Bakery: apps.apple.com/ca/app/bakery-simple-icon-creator/id1575220747?mt=12
Thanks so much! I really need that info!