I need to develop bluetooth based application for version 5.0 , How should I start its bluetooth programming
Related
Apple watch has been developed for mobile app version lets say it is 1.0. Now mobile app has been upgraded to version 2.0.
Do i need to develop separate apple watch for app version 2.0 or any other way to integrate(apple watch) with latest mobile app(version 2.0)?
If you change version of your iOS app in Info.plist, you also have to change version of watchOS app to the same version as is of your iOS app.
I have Mac mini and iOS device having BLE(Bluetooth version 4.0) support.
I am developing an application which works with BLE supported heart rate and foot pod connectors. But right now I am not having any of those connectors.
So will I be able to test my application only using Mac mini and iOS device?
(As there was support of BLE in iOS simulator before iOS7 but now it has been removed.)
Thanks in advance.
I developed one application in Blackberry OS 6.I deployed that app in to Blackberry world successfully.But it is not working in Blackberry OS 10.I am getting following error:
Unsupported for this device
Please help me how to run application in OS 10.
Thanks in Advance.
OS10 is a completely different system. It no longer supports the BB6/7 Java environment. You will need to port your app to one of the new supported platforms:
http://developer.blackberry.com/develop/platform_choice/index.html
Cascades (c++ & qml)
Webworks
Android
Adobe Air
With WebWorks it is possible to run your application in both BlackBerry 6 and BlackBerry 10, you may need to make some changes to your code, but it is certainly possible and there are plenty of resources available.
You can start from here.
Specifically BlackBerry states:
Your BlackBerry WebWorks app can be targeted to run on a variety of
BlackBerry device models or ported to a different OS, such as iOS or
Android.
Developing your app with BlackBerry WebWorks gives you the flexibility
to target users of the latest BlackBerry devices and those who are
using older models. Depending on the OS you want to target, versions
of the BlackBerry WebWorks SDK available for:
BlackBerry 10
BlackBerry PlayBook
BlackBerry 7 and earlier
See here for a tutorial on creating an application which is able to work on old and new BB devices (Simple Hello World application).
A good article to look at can be found here, which explains some of the fundamentals and differences with webworks.
Hi i started blackberry application development for 5.0 operating system.I just want to ask whether these apps would also run on operating system 6.0 as i heard that blackberry is forward compatible.
If you develop for BB os 5.0 it will work on os5.0 upwards, which are os 5.0,os6.0 , os7.0 etc. It will not work in pre os5.0 which are like os 4.5 ,os 4.6 etc
How to develop an iPhone application without using Mac OS?
Is it possible to develop an application on Windows XP?
You will need a mac to develop for iOS devices. Here is a quote from the Apple website with the specifics:
To develop with iOS SDK and participate in the iOS Developer Program you must have an Intel-based Mac running Mac OS X Snow Leopard. Refer to the iOS SDK Read Me document for full details on system requirements. You must be registered as an Apple Developer in order to access the iOS SDK and iOS SDK Read Me document.
You can read the full details on the Apple iOS dev site here.