Тёмный
sundy srun
sundy srun
sundy srun
Подписаться
Комментарии
@sopheamenvan
@sopheamenvan 3 дня назад
The best video 🎉❤
@sagar.s
@sagar.s 15 дней назад
Works like a charm in local device setup... even today on 8th Oct, 2024. This will also work in live with same configuration ? @sundysrun
@Guidoo25
@Guidoo25 24 дня назад
This method is only used for development with devices that are registered in the developer account or is it also useful if I upload the app to tesflight?
@sundysrun
@sundysrun 24 дня назад
hi, This method is used for both development and production. So on Testflight, it works just fine.
@Guidoo25
@Guidoo25 23 дня назад
@@sundysrun Will you have any contact available so that you can help me with some compensation, I have already tried everything and nothing
@Guidoo25
@Guidoo25 23 дня назад
@@sundysrun Any email to contact, I still haven't received the notifications, please help me, I haven't been able to solve the error for days.
@sundysrun
@sundysrun 21 день назад
@@Guidoo25 , does it produce any error in the console log? Your configuration might be incorrect.
@Guidoo25
@Guidoo25 24 дня назад
I am developing an application that already has service time created with the APNS Authentication Key but it does not work for me that way and the p12 file just because of the notifications I cannot deploy it do you think it will work if I change to this way with the APNS Certificate for development
@Shashank-b3o
@Shashank-b3o Месяц назад
This is the exact solution, Thanks
@amithardikar7083
@amithardikar7083 Месяц назад
Flutter iOS - Is anyone facing issue when app is in background , app icon badge count is not displayed and increase further. FirebaseMessaging backgroundhandler is not getting called
@khabibali4967
@khabibali4967 Месяц назад
How to get static location from the user and show on the map.
@tngovtjob6116
@tngovtjob6116 Месяц назад
wheere we can get the apn key id ?
@sundysrun
@sundysrun Месяц назад
You mean device token ? Device Token is generated from Firebase, which you need to use the method getToken() to receive that
@belveloper
@belveloper 2 месяца назад
On August 2024 i tried on ios simulator but it doesn't work Does push notifications work on simulators because i read that last xcode update notifications do work on simulators ?
@programmingarmy
@programmingarmy 2 месяца назад
same here , didn't work on simulator !
@wizzyiuu
@wizzyiuu 2 месяца назад
awesome soundtrack, totally made my day a little bit less shitty!
@trytec4385
@trytec4385 2 месяца назад
Thank for your sharing
@FranciscoNoceda-k5t
@FranciscoNoceda-k5t 2 месяца назад
Best iOS config ever, August 2024 is still working, thanks a lot! new subscription here <3
@sundysrun
@sundysrun 2 месяца назад
You're welcome. 🙏
@bekzodgayratov
@bekzodgayratov 2 месяца назад
Brilliant content. Thanks
@JimmyQuy
@JimmyQuy 2 месяца назад
wow, it's clear and fast, thanks
@nurizzatimdnizam3809
@nurizzatimdnizam3809 2 месяца назад
Is there any step to handle push notification for handlebackgroundmessage? cus mine is not showing up the notification in background, only show in foreground. Any solution?
@sundysrun
@sundysrun 2 месяца назад
you may use : 1. onBackgroundMessage function to handle on background notification 2. you may save all your data from your notification into your app's storage and reload those data when the app is resumed
@aypeace3090
@aypeace3090 2 месяца назад
Very nice tutorial. please how did you run your physical ios device from vscode in this tutorial, i'm sure alot of people have this question on their mind too
@sundysrun
@sundysrun 2 месяца назад
Thanks man. If you're using MacBook, You just need to connect your phone with your MacBook and use QuickPlay to display mirror option from your phone
@Elidor1122
@Elidor1122 2 месяца назад
Even now in July 2024 it's the only legitimate video tutorial that works. Thank you!
@sundysrun
@sundysrun 2 месяца назад
You're welcome :)
@1godfatherrrr
@1godfatherrrr 3 месяца назад
Brother can we change any app name and logo like this??
@sundysrun
@sundysrun 2 месяца назад
@@1godfatherrrr yes , any logo you wish to have
@ykartoev
@ykartoev 3 месяца назад
REMEMBER: you will not get push notifications, if your app is active on your mobile screen! Spent couple of hours without getting notifications and trying to figure out why, while decision was just close/inactivate the app
@sundysrun
@sundysrun 3 месяца назад
To get push notification when the app is active , you will need to set alert to true. or you may custom your own notification onMessage listener. FirebaseMessaging.instance.setForegroundNotificationPresentationOptions( sound: true, alert: true, badge: true );
@ArupNaskar-qdl
@ArupNaskar-qdl 3 месяца назад
thanks bro ...
@SunilSingh-b2w8y
@SunilSingh-b2w8y 3 месяца назад
in background notification sound is not working can you help me in this
@SunilSingh-b2w8y
@SunilSingh-b2w8y 4 месяца назад
what about playing custom sound in ios push notificaiton
@sundysrun
@sundysrun 4 месяца назад
You may check my RU-vid channel for more
@sundysrun
@sundysrun 4 месяца назад
And here is a video of custom sound for push notifications ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qJbrsYbU0tA.htmlsi=Kji3R7YPv0QO2Yvw
@pacorta123
@pacorta123 4 месяца назад
why do you use version 2.2.1? Wy not just use the most current version?
@catalinicleanu8972
@catalinicleanu8972 4 месяца назад
So we won't need to do something like? In the App Delegate Swift file? if #available(iOS 10.0, *) { UNUserNotificationCenter.current().delegate = self as? UNUserNotificationCenterDelegate } application.registerForRemoteNotifications() FlutterLocalNotificationsPlugin.setPluginRegistrantCallback { (registry) in GeneratedPluginRegistrant.register(with: registry) } return super.application(application, didFinishLaunchingWithOptions: launchOptions) } override func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) { Messaging.messaging().apnsToken = deviceToken } }
@sundysrun
@sundysrun 4 месяца назад
Yes, you don't need that for this version. just follow the instruction in the video, you will be able to receive notification.
@Sivamuruganthuttu
@Sivamuruganthuttu 5 месяцев назад
ios simulator its not working
@sundysrun
@sundysrun 5 месяцев назад
It doesn't work on simulator as it doesn't produce any device token
@AliImran-r3x
@AliImran-r3x 5 месяцев назад
I have followed all the steps. But my access token is start with "pRm" or another letter not with the "EAA". thats why when i sent this token to the backend , i am facing this error "Client error". Can you fix this?
@hhaa4744
@hhaa4744 5 месяцев назад
Hi sir , How do I save all the messages sent from FCM on a page on the application?
@sundysrun
@sundysrun 5 месяцев назад
Hi, all you need is a place where you can store those data. You can have database, store and retrieve those data from there.
@hhaa4744
@hhaa4744 5 месяцев назад
@@sundysrunI would like to send the message through a specific event in the realtime database instead of sending it manually using publish. How can I link between FCM and realtime database?
@bhabhayt398
@bhabhayt398 5 месяцев назад
This is not working in background terminate state
@SunilSingh-b2w8y
@SunilSingh-b2w8y 4 месяца назад
did you solve it bro pls help me too stuck in this
@capncook7153
@capncook7153 5 месяцев назад
Bro im currently doing a flutter project for live tracking a mobile or GPS. I want to see live location of device in my laptop similar like zomato or uber? Is that possible?
@sundysrun
@sundysrun 5 месяцев назад
Yes, it is possible to do so.
@capncook7153
@capncook7153 5 месяцев назад
@@sundysrun can i do it using this code?
@sundysrun
@sundysrun 5 месяцев назад
@@capncook7153 no, there need to have a lot of implementation to achieve something like that.
@capncook7153
@capncook7153 5 месяцев назад
@@sundysrunim making a project demo but its not working as it should. I just want to show location of my phone moving through google map in my laptop is there any way to make this? Will it take more Time?
@sundysrun
@sundysrun 5 месяцев назад
@@capncook7153 , I'm not sure what you really want. But I assume that you want an app that can track the movement of your iphone, in order to achieve that, there need to have server side to controller the request and response of your current iphone's location.
@nguyenducdai9837
@nguyenducdai9837 6 месяцев назад
is it run when app killed or background? i try it but not working
@sundysrun
@sundysrun 6 месяцев назад
Yes, it does run on background or when the app is killed. If it doesn't, you may check your file location properly.
@nguyenducdai9837
@nguyenducdai9837 5 месяцев назад
@@sundysrun on android i can't run background, Where do you put the audio file in android?
@bhabhayt398
@bhabhayt398 5 месяцев назад
@@nguyenducdai9837 In Android, to play audio in the background, you typically use a service. As for where to put the audio file, you'd typically store it in the app's "res/raw" directory or in the "assets" directory, depending on your app's needs. Then you can access it programmatically from there
@alekelbar
@alekelbar 6 месяцев назад
For production, Can I use the same file?
@sundysrun
@sundysrun 6 месяцев назад
Yes, you can. Following all my tutorial, you will be able to add both sandbox and production.
@sharjeelsiddiqui
@sharjeelsiddiqui 6 месяцев назад
good tutorial , can i use same .p12 certificate for production ? in firebase settings where you add development certificate
@sundysrun
@sundysrun 6 месяцев назад
Yes, follow my steps of creating certificate, you will be able to add either development or production.
@amalwickramarathna2350
@amalwickramarathna2350 6 месяцев назад
Wow this is great !
@technicalbabu8288
@technicalbabu8288 6 месяцев назад
Buddy, it is paid or free
@sundysrun
@sundysrun 6 месяцев назад
No it's not free
@AppDevelopment-g7k
@AppDevelopment-g7k 7 месяцев назад
The certificate bundleId did not match that of your app ??
@sundysrun
@sundysrun 7 месяцев назад
the certificate bundle Id have to be the same as your app. otherwise it won't work.
@Jiayoujiayoulalalla
@Jiayoujiayoulalalla 7 месяцев назад
can you create a tutorial on how to use geofencing service in flutter
@sundysrun
@sundysrun 7 месяцев назад
Please stay tuned for new videos. thank you
@rovannak-l5m
@rovannak-l5m 7 месяцев назад
💯 💯
@DamberThapa-c8e
@DamberThapa-c8e 7 месяцев назад
Does this app require database?
@sundysrun
@sundysrun 7 месяцев назад
no, we don't have to store any data into database for this feature
@HenzBarkett
@HenzBarkett 7 месяцев назад
What extension are you using in the video, which shows the errors in the codes, like in the part that says that a ; ?
@sundysrun
@sundysrun 7 месяцев назад
just add the dart extension
@hhaa4744
@hhaa4744 7 месяцев назад
Does the code take a long time to run or is there a problem with me?
@sundysrun
@sundysrun 7 месяцев назад
It depends on your PC as well for a faster build
@sinda4012
@sinda4012 8 месяцев назад
Thank you,.. Still working 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉😁😁😁😁😁😁😁😁😁😁😁😁😁😁😃😃😃😃😃😃😃😃😃😃😃😃😃😎😎😎😎😎
@frankius14
@frankius14 8 месяцев назад
hello great work and dedication shown a query I am new to this. if more users join in the app you can see the positioning of all ?
@sundysrun
@sundysrun 8 месяцев назад
No, in this tutorial, I implemented only a user current location which we can see where we are located currently.
@frankius14
@frankius14 8 месяцев назад
ah ok thank you very much for taking the time to answer the message. @@sundysrun
@FELMONT68
@FELMONT68 8 месяцев назад
crack!
@ParveenKumar-vu8rw
@ParveenKumar-vu8rw 8 месяцев назад
V Nice Please add Phone Authentication Video
@banglatoolsbd
@banglatoolsbd 9 месяцев назад
Hi sundy srun, I was analyzing your RU-vid channel (sundy srun) and are you struggling with subscribers and video views for monetization? Later I researched your channel and I saw your video SEO score is (0% Out of 100). Your video found that SEO optimization is not done in your videos due to which your videos are not going to your targeted people, your videos are getting fewer views and channel subscribers are getting fewer. I can help you to grow your youtube channal.
@anaslakhani
@anaslakhani 9 месяцев назад
You made my day
@sundysrun
@sundysrun 9 месяцев назад
you're welcome, glad that it helps you
@PASUMARTHYSAITHARUN
@PASUMARTHYSAITHARUN 9 месяцев назад
need to build an app in flutter , that shows the live location of the bus using the gps co-ordinates coming from the gps tracker attached to it . can we do this ?
@vishalvimal9547
@vishalvimal9547 6 месяцев назад
Have you finished the app?
@Whereismybus
@Whereismybus 6 месяцев назад
​@@vishalvimal9547 Nope yet
@رغم-ظ2ه
@رغم-ظ2ه 10 месяцев назад
Give me you telegram nickname
@omarhodrob6738
@omarhodrob6738 10 месяцев назад
Hi how are you , For the iOS it working fine but for the android it not working and I am pass the file name the same in the json , so please if you can also make it for the android ?
@sundysrun
@sundysrun 10 месяцев назад
hi , glad it is working for you. will make another video for android.
@nguyenducdai9837
@nguyenducdai9837 5 месяцев назад
@@sundysrun i am waiting for you. please bro
@sundysrun
@sundysrun 5 месяцев назад
​ @nguyenducdai9837 hi brother. for android, it has a different configuration. For my experience, you may put your audio file in this folder app/src/main/res/raw/audio.wav. you may try this and see if it works for you
@nguyenducdai9837
@nguyenducdai9837 5 месяцев назад
@@sundysrun I tried to put it in there but it didn't work. If you have free time, you can test it and give me the answer. Thank bro for feedback
@FoloosiApps
@FoloosiApps 10 месяцев назад
Hi, I implemented in firebase notification sound in flutter. I put the my sound file app/src/main/res/raw/sound.wav. But notification sound is not changed. can you please support this case
@sundysrun
@sundysrun 10 месяцев назад
hi , Look like your folder configuration is correct . But have you added the file name to the notification body in the push request? something like this "notification" : { "sound": "sound.wav" }