Tag: Appcelerator

  • Solving Appcelerator Compile Issue – Invalid Request

    After updating the Appcelerator CLI, my build started failing. The log message was not very helpful, but Google was and it lead me to this link. The gist of it is here: result from /build-verify=> {“success”:false,”error”:”invalid request”,”code”:”com.appcelerator.security.invalid.session”}, err=null The answer, perform the following [korey@localhost ~]$ appc logout Appcelerator Command-Line Interface, version 6.2.0 Copyright (c) 2014-2017, Appcelerator,…

  • Adding Titanium Modules

    Appcelerator Titanium is a decent tool once you get used to its quirks. However, it is even more powerful with its marketplace and optional modules you can add to it. Two of my recent purchases have been from 0x82: Testflight, and KeyChain. here is a quick quide on how to add new modules to your…

  • Android Browser is the IE of the mobile Web

    For years Web App developers have dreaded the browser fragmentation and having to support IE. It required a lot of extra finess in both Web frameworks and Web App code to make sure things worked close to intended across all browsers specifically IE. Now that the focus has shifted to the mobile web, history is…