I am trying to notify the app when someone starts calling using Agora. I have gotten the basic fundamentals of callkit working I am using firebase too [closed] - swift

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I don't know how to do this when the app is closed. How do I tell the app that this specific user is calling even when the app is killed and not open.

You have to use PushKit's VoIP notifications in order to be able to receive calls using CallKit. Unfortunately, Firebase doesn't support VoIP pushes.

Related

I don't want to require login for my app, but how do I keep their data separate? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I don't want to have users login or anything, so how would I capture and sort their data to firebase?
Is there anyway to code and have the app recognize people by their device?
Firebase provides an anonymous login feature. You can read more about it here:
https://firebase.google.com/docs/auth/ios/anonymous-auth
Also, if you choose to include a sign in feature later, you can convert the anonymous account into a permanent account while keeping their data.

Flutter notification [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have a flutter application Linked with backend (php/my SQL) ,I need when user add new item in specific page in app send notification to all users . so how can i do this?
The best way is to use the Firebase!
Fire base is maintained by Google, just like Flutter and they're being made to work together!
Try the https://pub.dev/packages/firebase_messaging (Firebase Messaging).
It's free in most case scenario, and you can add a lot of cool things with other firebase plugins.
See more at https://github.com/flutter/plugins/blob/master/FlutterFire.md

Chat with Google Talk clients using XMPPframework [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How would I go about implementing a chat client for the iPhone that can use the XMPPframework to chat with other Google Talk clients?
The site for XMPPFramework actually has pretty good documentation. Have you looked at the introduction and the getting started instructions for iOS?

How Apple APNS Feedback service works? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am developing an ipad application which uses apple push notifications.I heard about feedback service in APNS which can give the information about devices uninstalled the application or devices reformatted the iOS.
I would like to know the complete details of what the APNS Feedback service offers?
Any reference document or links for how to implement the feedback service in sandbox environment is highly appreciable.
Thanks in advance.....

Generic iPhone Push Application [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
This is not a development-based question.
I am looking for an iPhone application which can offer a push protocol to my iPhone via is API. I mean lets say I will integrate its API to my arbitrary program and I'll push some notifications via API then its client running on my iPhone/iPod Touch/iPad will show me the notifications.
Is there such a generic application provides push protocol (maybe authenticating with a secret key or username-pass). If there is not any, this would be a great app idea.
Ok, again I found out some of them:
http://boxcar.io/
http://howlapp.com/
http://prowl.weks.net/