How can I see why titanium app crashes on Blackberry simulator - titanium

I do a Titanium application that woks on iOS and android. Now, I want to create the Blackberry version.
I've tried with a simple app and it's launched well at simulator, but when I've tried my app it doesn't work.
It launches splash screen and begins to load the elements, but I think the app crash because simulator returns to main screen, there isn't any alert (like on android when app stop unexpectedly), it only returns to main screen.
My problem is that I don't know what happen and I can't find any error logs...
I connect by telnet to the simulator, and there I can see the first traces of my app, but any error.
Do you know what can be happened? How can I know if I have an error? How can I know if my app has crashed?
Sorry, if it's an easy question, I'm newbie at Blackberry.
I'm using Titanium SDK 3.2.2 and Blackberry SDK 10.02
Thank you very much

I've created a new project (with Titanium SDK 3.1.3 instead of Titanium SDK 3.2.2) and copy all files there. I've tried to launch the app many times, and one of them, the app launches.
Maybe it was a computer or simulator problem.

Related

Expo on iOS crashed without error

I am developing react native application via expo. Earlier everything worked well, but after I decided to translate my app into redux with one monster commit it began crash on iOS , but on Android well. What can be reason of such behavior? In debugger I put a lot of breakpoints, but I couldn't find where is that crashes. If I install osx on virtualbox with xcode and read logs will it help?
In my case there was problem with AsyncStorage. I tried to save null into AS. On android it won't cause any error, but not on ios

How can create simulator build of application which uses camera?

I have developed one application in which camera is used. App uses camera for video recording and also my app is totally based on camera. Now I have to submit app for Facebook review as I have used FacebookLoginSDK.
Facebook App review requires simulator build, but all you know how can we access camera in simulator ?
So how can I show my app to Facebook ?
I have referred below guidelines :
http://king107.blogspot.in/p/how-to-create-simulator-build-and-run.html
Creating an iOS Simulator Build of Cocoapod project
My build is created successfully, but the problem is cannot access camera.
If anyone have alternate solution, then please let me know.
As of now, there's no way you can test camera function of your app if you're using a simulator.
The best solution is to get an iOS device, borrow from someone you know that owns iOS devices.
https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/TestingontheiOSSimulator/TestingontheiOSSimulator.html

Xamarin test recorder Instruments failed to start the app

can any one help me out i'm selected iphone5s simulator and selected after loading its giving error Instruments failed to start the app.
I too am having this same issue.
Im running a xamarin uitest application with and iphone 5 as my phyiscial device.
Ive enabled UI Testing on the device.
Ive specifiend the app bundle.
If I spewcify the device identifier I get the error that it is not a simulator and incompatible with app bundle.
My tests work fine on android devices. If I specify an apple simulator, it will run.
Thanks for your thoughts

Titanium SDK 3.5 not adding Splash Screen for iPhone 5

I was using SDK3.4.1 and the build was fine for iPhone, I submitted it successfully on iTunes Connect using Application Loader, but since SDK 3.4.1 doesn't support 64bit it got rejected. I upgraded my sdk to 3.5.0 but this time although I have splash screen present for iPhone 5 (Default-568h#2x.png) but it's keep giving me error that the binary is not iPhone 5 optimized and the splash screen is missing. I'va cleaned, created new project and done everything but cannot solve this problem. Any Help?
Thank you

Titanium app immediate crash on BB10.2

I've been developing an app with Titanium, and I've got the app up and running on both iOS and Android.
Today I set up the Blackberry 10 environment to be used with Titanium and tried to compile and deploy to the simulator... It worked! But alas, after a brief peek at the appcelerator splash screen, the app crashes; all without any errors, warnings, or logs of any kind.
I've used telnet to see if there were any logs in the '1000' directory, and the logfile was empty for my app.
From what I've read in appcelerator's documentation and what I've discovered in the Titanium Studio software, Blackberry debugging support is not included.
Further information: I'm using the Parse JS library (not as a titanium module, just as a JS import) and my main window contains a TabGroup.
If anyone has any experience in Titanium for BB10 or insight as to what may point me in the right direction, that would be amazing.