I have developed a Facebook Chat application for iPhone using the XMPP framework.
How do I sync between Facebook chat in the browser and in my application.
If I send a message to a user from my application, it shows up in the browser.
If a user sends me a message. It shows in both places.
The case I am not able to handle is when I send a message from the browser. It should show up in my application as well, but it doesn't.
I want to be able to run my application on multiple devices, and any message I send or receive should be shown in all devices.
Related
I want to achieve functionality to send message or create a channel from multiple emails on teams from iOS application.
I tried using
MSTeams:/l/chat/0/0?users={email}&message=HelloWorld
however this operation seems not working it opens team app chat towards mail but getting error message
I have developed an messaging application, now i want while sending a message from our App to any of our contacts from address book if that contact doesn't have our App then that message should be sent into the default messages App. I know that is possible but the other part is if someone don't have the App in their device and trying to send a message from messages App and the receiver has our App then that user should receiver should receive that message into our App as well.
Thanks in advance!
Not Possible
iOS app can access only those data for which Apple supplies a documented public API. iOS can not access outside of the sandbox until Apple provides a public API for it. So intercepting/reading an incoming SMS not possible.
i want to integrate BBM Api in my application where i can chat with my friends without switching to BBM app.
I know, i can initate the chat to any contact , but is it possible to receive messages into my app and continue chatting ?
Any input on this ?
There is no API to receive BBM chat messages within your application on BlackBerry 10.
If you open the BBM Chat card from your application with a user you already have a BBM conversation with, the chat history is shown. But you can't get the actual chat content within your application.
I'm working on the Client app, and now Server app has already integrated the Skype API (C#), server app sends some messages to some Skype ID. I want to my Client app (installed on their iphone) also get this notification from skype. Is it possible to do that? Please give me some suggestions. Thanks
Apple is very controlling when it comes to sandbox-ing applications. You application can not get Notifications from Skype. The only possibility would be if Skype gives out an API, using which you could get notifications. (Last I checked there wasn't any)
I am developing an application in which I need to detect when my iPhone receives a notice of Twitter or Facebook, and then perform an action on my application.
example: I'm hardware developer and would like to make an application when a notification arrives me, flashing a LED (independent of the iPhone).
What need would be to know if it is possible to detect from my application notifications from other applications, and what is the way to do it, because I have knowledge in ios development.
Thank you.
You can't detect notification from other apps, since apps are sandboxed.
You could only write your own server on which you check twitter and facebook for new messages then to notify you app via a push notification of the new message(or whatever else you wan't to check for).
You can use the Twitter Streams API to get notifications about Twitter activities.
Use this post:
Twitter iOS Streaming API: no data being received