appcelerator-titanium

Facebook module is no longer 64 bit in appcelerator 5.2GA

吃可爱长大的小学妹 提交于 2019-12-04 02:04:00
问题 The Facebook module has stopped working. I am working on a tituanium app in appcelerator. When I try to build my app, I get the following error: [INFO] : Invoking xcodebuild [ERROR] : * BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Intermediates/Game.build/Debug-iphoneos/Game.build/Objects-normal/armv7/Game normal armv7 [ERROR] : Ld build/Intermediates/Game.build/Debug-iphoneos/Game.build/Objects-normal/arm64/Game normal arm64 [ERROR] : (2 failures) I

Titanium Android module upgrade to SDK 6.0.0

一曲冷凌霜 提交于 2019-12-03 08:07:48
I am trying too recompile my old modules to 6.0.0.GA sdk as its mandatory to make it work on 6 and above sdk. But I am not able to build it as its giving error. Development environment: Android NDK r13b Titanium SDK 6.0.0.GA Appcelerator studio 4.8.0 CLI version 5.0.10 Android SDK 23 I am getting this error : BUILD FAILED /Users/krishna/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/module/android/build.xml:347: The following error occurred while executing this line: /Users/krishna/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/module/android/build.xml:302: exec

You are using an unsafe implementation of X509TrustManager

假如想象 提交于 2019-12-03 04:32:37
问题 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 asking this question because of curiosity, Actually what is this warning all about ? I'm not using any network related activities in my app (it's a local database driven app), so why this warning occurred for my app? More Details: My app was built using

You are using an unsafe implementation of X509TrustManager

这一生的挚爱 提交于 2019-12-02 17:43:39
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 asking this question because of curiosity, Actually what is this warning all about ? I'm not using any network related activities in my app (it's a local database driven app), so why this warning occurred for my app? More Details: My app was built using Appcelerator Titanium and google says this implementation is in ti.modules.titanium.network

Facebook installs tracking for Android

我们两清 提交于 2019-12-02 13:51:36
We are still in process of investigation, why our installs do not get tracked. I have opened another support ticket with Facebook to clarify if install and login are equal or different events, but I also want to dig more into the Ti.Facebook module. We've been testing on Android because of the ease of updates. This is the explanation on Facebook SDK, what needs to be done, to track installs: https://developers.facebook.com/docs/app-ads/sdk#install-tracking And this is the code to log in installs in Android: protected void onResume() { super.onResume(); AppEventsLogger.activateApp(this); } I

Appcelerator Could not find method android.app.Activity.checkSelfPermission

℡╲_俬逩灬. 提交于 2019-12-02 10:12:40
I cant seem to get geo location to work on Android just seem to get the following bug. [INFO] : dalvikvm: Could not find method android.app.Activity.checkSelfPermission, referenced from method ti.modules.titanium.geolocation.GeolocationModule.hasLocationPermissions [WARN] : dalvikvm: VFY: unable to resolve virtual method 32: Landroid/app/Activity;.checkSelfPermission (Ljava/lang/String;)I [INFO] : dalvikvm: Could not find method android.app.Activity.requestPermissions, referenced from method ti.modules.titanium.geolocation.GeolocationModule.requestLocationPermissions [WARN] : dalvikvm: VFY:

Build error when create a Titanium Module

怎甘沉沦 提交于 2019-12-02 09:30:23
问题 I have create a new Mobile Module Project, but when i try to build it, i have this error: BUILD FAILED C:\ProgramData\Titanium\mobilesdk\win32\5.2.2.GA\module\android\build.xml:165: no executable specified Did something wrong? I did the following step: -Installed Appcelerator Studio -It automatically installed Titanium SDK and i selected to install Android SDK -Installed JAVA JDK -Createed new module and tryed to build it 回答1: To fix this, edit the file: C:\ProgramData\Titanium\mobilesdk

Build error when create a Titanium Module

旧时模样 提交于 2019-12-02 07:05:53
I have create a new Mobile Module Project, but when i try to build it, i have this error: BUILD FAILED C:\ProgramData\Titanium\mobilesdk\win32\5.2.2.GA\module\android\build.xml:165: no executable specified Did something wrong? I did the following step: -Installed Appcelerator Studio -It automatically installed Titanium SDK and i selected to install Android SDK -Installed JAVA JDK -Createed new module and tryed to build it To fix this, edit the file: C:\ProgramData\Titanium\mobilesdk\win32\5.2.2.GA\module\android\build.xml Or for any newer SDK versions, just use e.g. 5.3.1 instead of 5.2.2 On

Facebook module is no longer 64 bit in appcelerator 5.2GA

若如初见. 提交于 2019-12-01 12:56:54
The Facebook module has stopped working. I am working on a tituanium app in appcelerator. When I try to build my app, I get the following error: [INFO] : Invoking xcodebuild [ERROR] : * BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Intermediates/Game.build/Debug-iphoneos/Game.build/Objects-normal/armv7/Game normal armv7 [ERROR] : Ld build/Intermediates/Game.build/Debug-iphoneos/Game.build/Objects-normal/arm64/Game normal arm64 [ERROR] : (2 failures) I managed the to isolate the problem with the Facebook module, it is no longer 64 bit. How can I resolve this?

Trouble installing Android SDK for Appcelerator studio on windows 7

喜夏-厌秋 提交于 2019-12-01 09:35:28
I have trouble installing Appcelerator studio on windows 7. I am getting the following error when trying to create a new mobile project (Alloy project) and run the same on an android device. Works fine on mobile web. [ERROR] : No valid Android SDK targets found. [ERROR] : Please download an Android SDK target API level 23 or newer from the Android SDK Manager and try again. The android SDK is already in place and have properly referenced it. Still no luck there. Please find the platform specifics Appcelerator Studio version : 4.5 Titanium SDK : 5.2.0GA OS : Windows 7 (64 bit) Any help will be