BlackBerry voip - blackberry

I want to make an application of voip dialer for BlackBerry. In which I have to make voip call.

Linphone (open source), it has support for many OSes.
http://www.linphone.org/
To get the source code:
http://www.linphone.org/eng/download/git.html

Related

send messages via Bluetooth using Swift

I would to like to develop a messaging app that uses Bluetooth.
Are there any easy frameworks for using Bluetooth in Swift?
This app needs to be able to message other iOS devices.
I've searched but couldn't find any real help for this problem.
You can use Apple's framework "MultipeerConnectivity". Not only you can send text messages but you can send any image/video/files in form of binary data using this framework. Again not only bluetooth but you can also use wifi for the purpose.
See details:
https://developer.apple.com/documentation/multipeerconnectivity
Yes, indeed!
You can use Core Bluetooth to chat to both ios and android devices from ios.
Here is a brilliant example: Who's there application

Push notification from web browser ios

I struggle to find a solution how can I send push notification to a mobile device from my web application. For Android there is no problem I use One Signal service. Is there a way for Iphone devices also
Thank you in advance!
Onesignal supports iOS platform too.
Using the browser app, you can call OneSignal API which in turn will trigger push notification to iOS app.
You need to have an iPhone app in conjunction with your browser app using which device token can be registered.
Official link : link
Video tutorial : link

Setting up Blackberry Project (above version 5) in Phonegap using IDE to implement push notification

I am developing a mobile app using phonegap for the Android, iPhone and Blackberry platforms.
I need a notification to be send from a Java EE server to BB when a new message gets created. This means the Java EE server pushes this notification and the BB mobile device gets the notification. I need to put a push notification feature in my app, so that my server can poll my app and then put the notification if there is any new notification.
On browsing the net I found out that there are plugins for Phonegap for both iPhone and Android, which help in showing the notification. But I did not find any useful resources for Blackberry.
I am following http://docs.blackberry.com/en/developers/deliverables/30152/Push_Service_SDK-Installation_and_Configuration_Guide--1648741-0622124431-001-1.1.0.16-US.pdf.
However, I'm facing some environment challenge (setting up the SDK in the IDE for Blackberry in Phonegap).
To use that SDK the IDE is needed, but I think using ANT is not possible. I need some examples for creating the Phonegap project for Blackberry using the IDE.
I want to get a push notification in Blackberry using phonegap. Can someone help me in performing this? Any links that explain this with HTML or JavaScript would be really helpful.
Phonegap does not provide plugins for Blackberry. Instead BB already have an API for HTML5 for push notifications (BIS/BES). They are a bit limited comparing to the native code: for example there is no sound support.
You can use Blackberry Webworks SDK and Ripple as BB emulator. The only problem is that Ripple does not support push notifications and in the end you have to test your app on a real device anyway.
For more information take a look on the tutorial here:
http://www.pushwoosh.com/programming-push-notification/blackberry-html5-webworks-push-notification-sdk/
I am not sure whether Phone Gap has the plugin to support BlackBerry. I think Phone Gap forums might be a better place to post this question.
Thanks
Naveen M

Blackberry: Push Notification in Blackberry application

Has anybody implemented push notifications for a BlackBerry application?
Yes,
Blackberry provides an example application with the SDK and you can use the material on the blackberry website to see how to implement a push service:
http://us.blackberry.com/developers/platform/pushapi.jsp

VOIP dialer in iOS

I want to create an iOS application which acts as a VOIP dialer.
I need to know does apple allow VOIP Dialing in iOS.? IF yes then what libraries should I use and how?
Apple has allowed multiple VoIP apps in the app store. One option for building an app like this would be Twilio Client which has an iOS SDK currently in beta.
(I work at Twilio)
Of course apple allow the voip application on Apple Store. there are hundreds of app on apple store like bria(counter path), vippi , Adore SIP client..............
Please follow the Below URL:
http://code.google.com/p/siphon/ that is using pjsip integration.
I want to create an iOS application which acts as a VOIP dialer. I need to know does apple allow VOIP Dialing in iOS.? IF yes then what libraries should I use and how?
Hello Dear,
yes, apple allows VOIP Dialing in iOS with swift and C both. as I was making R&D for same then I found the best way to implement VoIP in IOS and android both is PJSip. you can see here. and there are many of open source using this for that see. and for IOS specially see it.
Enjoy your code time:)

Resources