App crashes on Android kitkat OS - crash

Some of my apps published on play store getting crashed on android version 4.4 and onwords
Same apps worked on other versions of Android.
Is this issue related to os or something else?

Yes, the issue is related to the os. From version to version features can change and old tools can no longer be supported. I recommend you look at the update log and see which old features you used that may no longer be supported.

Related

Update ios simulator to 7.0.6?

Is it possible to update iOS simulator to the latest version of iOS? Now it is 7.0.6, but my simulator is 7.0.3, I have XCode 5.0.2 and updated all downloads in Preferences.
Apple has not released any further 7.0.X SDK than 7.0.3. The reason for that is because the API has not changed, and neither has behavior changed significantly enough to warrant a new SDK release. 7.0.6 in particular is only a security update and would not be applicable to the simulator at all; the simulator uses the underlying OS X infrastructure for network connections. You should wait for the upcoming OS X security fix.
You can, however, download beta releases of Xcode 5.1 with 7.1 beta SDK, and make sure your app is ready for the upcoming iOS 7.1 release.
the simulator is definitely still vulnerable to gotofail even on macs that have been updated with the security fix. this is easily testable by using it to browse to gotofail.com on osx 10.9.2: https://twitter.com/visnup/status/444992820915363840

Titanium content assistant not working

The content assistant is not working.
I'm working on OSX, Titanium Studio, iOS & Android mobile app and have tried the following:
Installing the following SDKs: 3.2.0, 3.2.1, 3.3.0.
Tried reverting between those versions.
Checked the Project Natures (mobile - primary, mobile module, are checked).
Tried every option on the Project Build Path.
Of course tried to build the project again and again.
Check the content assistant preference both in the main preference and in the project properties.
Are the any more suggestions?
I believe this is a bug in the 3.2.0GA SDK (3.2.1 and 3.3.0 are not official releases yet). As far as I have heard it is known and should be fixed in the next SDK update. Only question is when this update will be out.
You can get content assist back by reverting to 3.1.3GA, but that doesn't help you much if you need features from 3.2.0GA.
EDIT:
The issue is described in this JIRA-ticket and as it mentions should be resolved in the upcoming 3.2.1 release.

iOS 7 users unable to install new version

We have just released a new version (v1.5) of our app on AppStore, this version was built using Xcode 4.6 using base SDK 6.1, supporting iOS 5.0 as minimum version. Now the problem is that iOS 7 users are unable to install the latest version (v1.5), however they can see 1.5 version on AppStore but when they install it they get 1.4 version.
Note: We submitted this app using Xcode 5.0 as Xcode 4.6 just got stuck in the middle...
Apple is currently reviewing apps with iOS 7 devices. So they have (with very high probability) reviewed your app on an iOS 7 device.
If the app has been recently released, then it may only be that servers need some time to refresh. If it has been a long time since the app was released (more than one day), then you should contact Apple support and ask them to see what is going wrong with their App Store system.
Unfortunately the issue was sporadic, it happens with those users who use "App Store" mobile app to install our application. App Store displays latest version in the App-Store app but when they install it they get a previous version on their devices. Then again if user launches "App Store" he is able to upgrade to the latest versions. This issue doesn't effected our existing customers but the new one (those who have deleted the app from their device also experienced similar issues). We had a long conversation with Apple on this issue over emails, finally they admitted that it was due some problem at their end.
Now it is fixed for our app and we no longer have this issue for current release. I hope this post will help to someone having similar problem.

BBerry OS 5.x Titanium support

We would like to use Appcelerator Titanium to develop an IOS, Android and Blackberry OS 5.x app. I know IOS and Android are supported but is BBerry OS 5.x also supported as there's no mention of it in the docs?
There have been various preview releases over the last several years of BlackBerry support in Titanium. They've all been withdrawn, except for the most recent one, BlackBerry 10. You could hunt around the internet and perhaps find an old copy of one of the old versions (it was only released temporarily to customers), but it wouldn't be "supported", as your question stipulates it must be.
BlackBerry 10 is the only one in preview availability. The source has been released, and you can read about it on their blog:
http://developer.appcelerator.com/blog/2012/12/announcing-preview-availability-of-the-blackberry-sdk.html

iOS crash when built with one version of Xcode, no crash with another version

I need to debug a crash that happens at a fundamental part of the app experience on a particular iOS version, but when I use the (newer) dev tools for that version, the crash does not occur.
How can I get a GDB session on version of an app that was installed with another SDK version?
See if you can build the app in Xcode 4.1 and deploy it to an iOS 5.0 device via TestFlight: https://testflightapp.com/