Accessing BBM chat - blackberry

I want to develop an application that will use the BBM chat history .As I have read the BBM stores its chat in a .csv file format.I want to make an application that once installed on phone will access the .CSV file data and store it some where else.
If this is not possible then does Blackberry provide BBM API to access the chat history of user.
I don't know that it is possible or not but Any suggestion will be appreciated.
Thanks!

Related

Unity Chat application

i am currently working on a real-time chat app in Unity
and i found those platforms to work with,
Firebase : Can we send Videos efficiently ??
MatriX : https://www.ag-software.net/matrix-xmpp-sdk/
but i am not sure that we can send videos with MatriX ?
i wanted to know from your experience
what is the best way to make real-time chatting (support photos and videos sending) in Unity ?
thanks in advance
You need to find or create services where your clients can connect and:
upload files (photos, videos .etc) and get an public and downloadable URL.
send messages to other connected clients that apart from the string, also contain media metadata (.eg a list of file attachments which are actually URLs uploaded at service (1))
Now, if you cannot find a single service that supports those two then you could try to find two different ones.
here is an example of a chat console application in C#. It contains a web service and client library that is used by the console app. Instead of a console app, it could be used in a Unity app. It does not support file uploading but it can send messages between clients over web sockets.
If you were to create something yourself, instead of finding a 3rd party service, I would recommend node.js/express and socket.io for a server since its quite beginner friendly.
here is a C# client library that can listen to socket.io events from the server. It must be the same that is used in the console application I shared above.

is it possible to load user's SMS messages on IOS

In my apps, I want to access to user's SMS messages from the system database. Is it possible to read user's messages inside my apps?
No. Apple doesn't allow apps to access messages. Sorry.
However, if you are developing an application for jailbroken phones, all the messages are stored in an sqlite file. You can find more information about that here.
It not possible.
This topic may useful: Could an iOS application read/access SMS text?

Fetching Skype chat logs in blackberry via code

I am developing a blackberry application, in that I have to fetch Skype chat logs. I have googled a lot on this topic, but didn't find any related info. Could any one tell me how to fetch Skype logs(Chat history) via code.
Thanks.
I do not believe this is possible as this would be a third party application asking for information from another third party application. Each application is sand boxed and therefore unable to retrieve information outside of their verticals unless it is released, example like using the shared folder.
Hope that helps!
WiLL

Transfer Contacts from Blackberry to I-phone in blackberry application

I am working on a Default phonebook contacts application, In my app i m trying to transfer my BB contacts to Iphone device. Currently doing R & D on this task.
Please let me know, as blackberry is known for its security, after that, is this task possible?
Thanxx i advance.
There is a simple way to transfer contacts between different mobile devices. This way does not involve programming skills and does not need any special custom software installed.
Connect your blackberry to your computer and synchronize contacts with your mail client, let say Outlook.
Disconnect blackberry, and connect iPhone to your computer and synchronize contacts with Outlook again.
That's it.
There is no way to transfer contacts directly using your application unless you have documentation on the formats and synchronization protocols for both of the platforms.

How to send file/image in BlackBerry messenger using BBM PIN/Send to BBM Contact through BlackBerry Application

I want to share my app in BlackBerry Messenger from my Application.
I want to share my App icon and description of my Application. Is it possible to implement this without any BBM Sdk or any other way?
How to open BBM Contact List from the Application?
If anyone has an idea please suggest it.
You really need to use the BBM Social Platform SDK to accomplish this. The BBM Contact list isn't accessible in any case although with the SDK you can display it to the user, you won't be able to read the entire list.

Resources