how to set blackberry path in Titanium - blackberry

i started developing apps in Titanium,in that i have already set android sdk path in Titanum but my problem is while setting blackberry path it will not allow to set,so let me know about blackberry path

You need to be a paid user before you can use the BlackBerry functionality. It is described correctly here how you can set everything: http://developer.appcelerator.com/doc/blackberry/getting-started-beta-preview

Now you can use blackberry for titanium https://github.com/appcelerator/titanium_mobile_blackberry

Related

iOS / Windows Store App: can I know whether my other app installed on this device/user account?

I have several apps and I want to know from app A whether app B or C are installed. In Android I can check does package exist, but is there something like this in iOS and windows store app? I'm using Xamarin for iOS.
For iOS you can get your apps to confirm unique URL schemes and check whether they can be opened.
References:
URL schemes - https://www.appcoda.com/working-url-schemes-ios/
Can open url - https://developer.xamarin.com/api/member/UIKit.UIApplication.CanOpenUrl/p/Foundation.NSUrl/
You can use system Keychain to achieve this.
Values in system Keychain can be shared between collection of apps and you can set values like isAppBExists and isAppCExists to true/false in this apps. And then check this values in app A
Link to documentation
For UWP app, you can use PackageManager.FindPackagesForUser Method to find all packages installed for the specified user.
See the following similar topic:
how to get list of all installed apps and run them in UWP WinRT 8.1
Get List of installed windows apps

Is HealthTap developed using phonegap cordova?

Need to check weather "HealthTap" is developed in phone gap or not?
I am seeing "HealthTap" is featured Application on Phonegap website but when i extracted IPA file, it doesn't contain phonegap.js or cordova.js.
Can you please help to detect weather it is developed in Phonegap or native?
Yes, it is fourth on this list: http://www.rishabhsoft.com/blog/best-phonegap-apps
Along with the Wikipedia app, DHS Program, Paylution and TripCase.

specify other platforms app icons in phonegap ios

I built the app using phonegap with xcode 4.5 .Basically i chosen the template as PhoneGap based application.And create the simple app successfully installed the apps in deveices(iPad & Android mobile).I could see only default icon on all devices.How to specify that?Do i need to modify in phonegap.plist?
Each platform has its own way of handling the application icon, so you'll have to do some more work than just updating one file.
Did you see phonegap's wiki on that topic?

Implement Settings in Titanium based iOS app

I'm currently working on a Titanium based iOS application.
I want to display the application settings in settings app.
In iOS we can easily do it using info.plist.
Is there anyway to do this in Titanium ?
I searched a lot but couldn't find any solution.
Please help me, Thanks in advance
take a look in the kitchen Sink example, it shows how to do this
http://developer.appcelerator.com/question/50131/gettings-app-properties-into-iphone-settings-app

Application with plugins is possible in iOS or not?

I just want to know that can i make an application which have some plugins in it, when user install that application then some plugins also get installed? for example I make a plugin which have some smilies and when i open Facebook application all that smilies get available to me in that application and in my application also.
Still what i studied is that you cannot make any thing for iphone that wants to make change or access OS level. SO this in not possible for iOS. But this is some how possible for JailBreak

Resources