Questions tagged [appcelerator-titanium]

Use for programming or development questions related to Appcelerator's Titanium SDK for developing Native Mobile Apps using JavaScript. Please always include the "appcelerator" tag as well and do not use the ambiguous "titanium" tag.

See the Tag Info on for more information.

1258 questions
18
votes
2 answers

JS how to check empty String and Space

Help me pls if(value == ""){ // do anything } but I need to check space " " (2,3,... space is include) is the same way of empty String ps. sorry in my English
12
votes
3 answers

Post iOS10 / Xcode 8.0 "Missing Push Notification Entitlement" error after build for iTunes Store

Whilst building for iTunes store and submitting the archive, I receive this error from apple: Dear developer, We have discovered one or more issues with your recent delivery for "XXXXXXXXX". Your delivery was successful, but you may wish to…
fahad86
  • 159
  • 1
  • 1
  • 8
12
votes
4 answers

Issue with building iOS on AppseleratorStudio [ERROR]: Invalid "--device-id" value ""

AppseleratorStudio (Titanium), build: 4.6.0.201605201934 MacBook Pro iPad mini, OS 8.1. Seen similar questions being asked, but not many answers were given and most of the questions were Android related. Willing to provide more info needed if…
Goltsev Eugene
  • 3,325
  • 6
  • 25
  • 48
12
votes
5 answers

You are using an unsafe implementation of X509TrustManager

I've an app in Google Play, today I received a mail from Google saying that: Google Play warning: You are using an unsafe implementation of X509TrustManager It says something about the SSL certificate issues and a way to solve the issue. I'm…
10
votes
5 answers

openssl config failed: error:02001003:system library:fopen:No such process in Appcelerator studio

I'm getting this error in appcelerator studio: openssl config failed: error:02001003:system library:fopen:No such process I could not find anyone with the same problem so far.
user3281831
  • 839
  • 5
  • 14
  • 24
9
votes
4 answers

Invalid Swift Support - The SwiftSupport folder is missing

I have updated a currently submitted Titanium app and added a watch extension using swift. Everything works fine if I build and test on sim and build directly to device. I only get an issue when I submit the app to the Apple app store (via XCode…
8
votes
1 answer

Main differences between Appcelerator Titanium and React native

Both frameworks are (hybrid) mobile app frameworks which try to access the native UI components with the JavaScript API provided by the different platforms like iOS and Android. They don't use any HTML and CSS for the UI design like e.g. Ionic do…
7
votes
1 answer

Swipe back gesture doesn't work on iOS with ScrollableView

I'm using Appcelerator Studio 4.7 with SDK 5.4.0GA. I want to use swipe back gesture to return to previous view controller, but instead my touch just moves ScrollableView views even though I start my gesture at the left edge of the screen. Swipe…
7
votes
1 answer

Appcelerator : BOMStream BOMStreamWithFileAndSys(int, off_t, size_t, int, char *, BomSys *)

This is the WARN that with the recent updates of Appcelerator appears in my console [WARN] : 2016-04-05 14:51:01.391 App Name[5489:210793] BOMStream BOMStreamWithFileAndSys(int, off_t, size_t, int, char *, BomSys *): read: Is a directory I don't…
WhiteLine
  • 1,919
  • 2
  • 25
  • 53
6
votes
2 answers

Not starting debugger since process cannot load the jdwp agent

Not starting debugger since process cannot load the jdwp agent This is the latest SDK version I am selected to run my app: 8.0.2.GA
user9186779
6
votes
1 answer

iOS simulators not showing in Titanium Studio

I recently updated my xcode from version 7.3 to 9.0.1 now in titanium studio simulators are not showing up inside run option. In previous version they were working fine. Also i confirmed that my xcode path in Titanium studio is correct and it shows…
Ali Akram
  • 4,803
  • 3
  • 29
  • 38
6
votes
1 answer

Hyperloop and Google Mobile Ads SDK

I'm trying to use Google-Mobile-Ads-SDK in my appcelerator project since ti.admob (https://github.com/appcelerator-modules/ti.admob) doesn't seem to support rewarded ads. So I created a Podfile in the top project directory: install! 'cocoapods', …
6
votes
2 answers

Failed to parse app's Info.plist appcelerator studio error

I have newly installed xCode and appcelerator studio following is the configuration : Operating System Name = Mac OS X Version = 10.11.6 Architecture = 64bit # CPUs …
Vikas Kad
  • 1,013
  • 1
  • 18
  • 38
6
votes
2 answers

Appcelerator Hyperloop vs. Plain Titanium Modules

I've started playing around with Appcelerator Hyperloop. While it seems great to access native APIs from JS from day zero, it does raise a few questions about architecture of the platform and the performance. Currently (AFAIK) a Titanium app has a…
6
votes
1 answer

Duplicate entry: org/appcelerator/titanium/gen/bindings.json in custom Android module

Setup / Problem I've create a custom Android module for Titanium to display Gif animations inside Ti. The module source code can be found here: https://github.com/m1ga/com.miga.gifview The actual module is working fine but when I use it with a…
miga
  • 3,997
  • 13
  • 45
1
2 3
83 84