Application Update Framework in Mobile Based App

Alright, I have a tabbed application that I target mobile tablets with (iPad, and Android). However, I also export it as a desktop app. Now, the problem I am running into, is integrating the application update framework to execute when the app loads on the desktop only version (obviously the app store is handling the updates on the tablets).
On creation complete, I am calling the updateCheck:
//Update Framework Related
                    import air.update.ApplicationUpdater;
                    import air.update.ApplicationUpdaterUI;
                    var appUpdater:ApplicationUpdaterUI = new ApplicationUpdaterUI();
                    protected function updateCheck(event:FlexEvent):void
                              appUpdater.configurationFile = new File("app:/updateConfig.xml");
                              appUpdater.initialize();
My updateConfig.xml looks like:
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="http://ns.adobe.com/air/framework/update/configuration/1.0">
     <url>http://pro-linx.com/release/mscoast/updateDescriptor.xml</url>
    <delay>3</delay>
</configuration>
My updateDescriptor.xml consists of:
<?xml version="1.0" encoding="utf-8"?>
<update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
  <version>2.4.15</version>
  <url>http://pro-linx.com/release/mscoast/Pro-Linx-MS-Current.air</url>
  <description><![CDATA[
          v2.4.15
  * New Feature: Auto Update Framework - Always keeps your app updated with the latest releases!
  * New Feature: Live Searching - Filter projects on the Projects page simply by typing!
  * Various minor bux fixes.
  * Various graphical inconsistancy fixes.
  ]]></description>
</update>
However, when I execute the app, I get this error:
Error #2044: Unhandled error:. text=Unhandled exception TypeError: Error #1009: Cannot access a property or method of a null object reference.
And the app debugger highlights the following in updateConfig:
     <url>http://pro-linx.com/release/mscoast/updateDescriptor.xml</url>
Any ideas guys?

A little digging and I found this issue: https://bugbase.adobe.com/index.cfm?event=bug&id=3650590
Apparently not just Mavericks. This was an issue with the current released of AIR 3.9. I confirmed that downloading the beta of 3.9 released on 10/29/2013 seems to have fixed the issue.

Similar Messages

  • Error Code 201 and 213 when trying to install any Adobe application / Update my Creative Cloud Desktop App. Have tried troubleshooting with Online Chat Agents, no luck.

    I have been trying for 2 days now to get this resolved.
    Computer hashard wired internet connection, running Windows 7 Home Premium. No other issues with downloading or uploading from any other sites or programs. No other network issues reported on other computers.
    It started when I went to install Lightroom through my Creative Cloud. It prompted me to update my Creative Cloud Desktop App, which I went to do and then promptly got Error Code 201. I restarted my Creative Cloud and then skipped the update, hoping it was just an issue with that specific download. I clicked to install Lightroom and the same thing happened, Error code 201.
    I restarted my machine, and tried again. Same issue.
    I contacted Support. They had me go in and change a bunch of folder names to and add "old" to the end of them and then had me try using the Adobe Cleaner tool, which did not work. He had me go in and change some internet settings, still nothing. Same issues as before, only now with all the renaming of things I cannot even open programs I had previously been able to open like Photoshop.
    He instructed me to reinstall the CC Desktop App because the Cleaner tool was not recognizing that it existed anymore (probably something to do with renaming files.. just saying) and now I get the 201 Error when I try to reinstall the CC Desktop App.
    I ran out of time and had to stop after being on with them for over an hour.
    Today I contact back and was instructed to create a new user account on my computer and try downloading and installing the application in the new user. Same errors. 213 at first, restarted my computer and then got Error Code 201 again.
    I am getting really frustrated and really behind on my work. Any information someone could give me would be greatly appreciated. Currently waiting for a chat person to be available again.
    Thank you for your time and assistance.

    Meowia for Error 201 please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html.  Error 213 indicates there was problem locating the update or an incorrect URL.  The troubleshooting steps are still the same as both errors are related to failure of the current network connection.

  • Design Studio 1.3 applications, scroll not working Mobile BI App (iPhone)

    Hi,
    We just upgraded from design studio 1.2. to 1.3
    We have a mobile application published to iPhone in which some of the data is shown only when you scroll down.
    After the upgrade the scroll down is not working.
    Did any of you have the same issue? Did you find any solution?
    Kind Regards
    Alon Kanat

    Hello Alon,
    Did you also download and install the hotfix for Design Studio that SAP released on July 4th?  See http://scn.sap.com/message/15191508#15191508
    Please check and if not, install the hotfix and try again

  • IPhone 5 unable to connect to internet or use web-based apps like Facebook or Tumblr

    About two days ago, shortly after using my iPhone 5 to upload a picture of my son eating a donut to Facebook, I seem to have lost all ability to connect to the internet or update content on web-based apps like Facebook or Tumblr.  I tried to restore my iPhone in iTunes on my computer but could not do that without first turning of "Find My iPhone," in the iCloud section of my settings.  When asked to enter my password to turn off this feature the phone is "unable to connect to iCloud."  It doesn't seem to matter if I'm connected to WiFi or using my cell data - I'm getting a strong signal in either case, but the phone is unable to connect to anything.  I CAN make phone calls and send texts but that's just about it.
    I recently updated to IOS 8.1.1 but it worked fine for several days before this problem started.  Any ideas?

    I reset my network settings (Settings > General > Reset > Reset Network Settings) and rejoined my network, and that seemed to fix it. Apps are working on wifi and on data, and I can once again send imessages. Since I couldn't find a similar post very easily, I wanted to post this for whoever needs help with this problem ;D

  • New AIR 2.5 Updater Framework Guidance Document

    For those working on updating their AIR application to the 2.5 namespace, a new document was released yesterday that gives detailed instructions on what steps you must take to make sure the application updater framework changes go smoothly.
    Update AIR 2 or earlier to AIR 2.5 Application Updater framework
    Please let us know how it goes and if this document was helpful.
    Thanks,
    Chris

    If you are developing a AIR 2.5 application, you will have to use the InMarket SDK for Flex 4.1 targeting AIR 2.5. Hope this helps.
    Thanks
    Shikha

  • Application update without use the Framework

    Hi, all!
    Is there a way to implemente a auto-update feature without
    using the Adobe AIR Update Framework?
    It's because I'm developing into Flash IDE, and seens there
    is only a Flex framework available.
    I also would like to create my own auto-update framework,
    with customized UI and so on.
    Thank you.
    CaioToOn!

    Oliver, so if I understand correctly, the Updater class
    simply let's you call update() to install a new version based on an
    already downloaded AIR file? So the responsibility to check for an
    update and download it is still left up to the developer when
    building the initial app?
    What does the Updater framework provide in addition to this,
    and is there a Flash CS3 compatible framework?
    Also, what is the purpose of the "version" parameter in the
    Updater.update() method, since it has to match the AIR file being
    specified anyway?
    How should the AIR instance know what version to expect in
    the AIR file? Is that also completely up to the developer to
    determine?
    Thanks.

  • Mobile Application Update Failed

    This update for Dreamweaver failed to update properly from the Application Manager.
    The error log states:
    Mobile Application Development
    Installation failed. Error Code: U44M1P7
    In the same dialog box it is suggested that I contact customer support and offers a link. This link takes me to a page to download the "Adobe Support Advisor." However, the program stated there were no errors.
    The Adobe Support Chat was of no help at all. They only said they don't support any mobile application updates. Considering this came from Adobe's update manager, I asked why and all he could say was "We just don't. Sorry."
    I'm running Windows 7. Anyone know of a way to fix this?

    start here, http://helpx.adobe.com/photoshop/kb/photoshop-cs6-updates-dont-install.html
    if that fails to help you, the info below was offered by another user as a solution to their problem,
    1. Launch any of CC App (Photoshop, Illustrator, etc)
    2. Go to the HELP -> UPDATES
    3. It will start Adobe Aplication Manager, then UNCHECK ALL of Adobe CSXS Infrastucture 4 files (910 KB) under all of your updating Aplications.
    4. Click "UPDATE" button.

  • Mobile Care app/ Software update always pops up with power on

    I am guessing that this is the application Verizon uses to deliver updates to the phone?
    Every time I power up the phone, I get a software update screen telling me it is going to download an update, which it never actually seems to do.  It's pretty irritating.  Is that the normal behavior?
    Also, take a look at the permissions for this thing.   It has access to everything.  EVERYTHING.  Not acceptable.

    Hi smeister,
    Thank you to the community for your responses. After some further research, I see that though there is a MasterCare application in the Market, there is also a MasterCare application that is pre-installed on the Xperia Play. My apologies for any miscommunication. 
    Looking at the "Info" under The Mobile Care app on the Xperia Play, it's showing it does auto launch when you are using data. It is part of the phone's software to allow Over The Air (OTA) services like OTA firmware, etc. There will be an automatic pop-up when an update is available. The pop-up will go away once the update is completed. I also show that Mobilecare does track the data on the device. 
    Though this app is pre-loaded, if the software on the phone has been altered and the app is removed, any updates in the future on the device will not be allowed. This is an app that does need to stay on the device in order for any updates to be performed. 
    I hope this information is helpful and I apologize for mistaking this application for the Android Market Mobile Care application. 
    Thank you and have a good day! 

  • Design Studio 1.3 applications shows only white screen on Mobile BI App (iPad)

    Hello Design Studio friends,
    after upgrading or BI platform (4.1) Design Studio Add-On from version 1.2 to 1.3 we could no errors, everything works fine. But now we have the issue, that all of our Design Studio Applications do not work on iPad.
    All mobile Applications are listed correctly in the overview in the Mobile BI App. But after starting one application the loading screen is running and after loading only a white screen is displayed. No data, no components, no variables screen etc.
    Do you have any idea about the reason of our problem?
    Here some additonal information, what we have done:
    After upgrade we restartet the BIP and checked that all services are running.
    We saved new Design Studio 1.3 Applications on BIP.
    We run the Design Studio Applications local (everything works) over BIP on Desktop clients (everything workds), via Mobile BI App (iPad iOS7, newest iOS Version and newest App version) (only white screens are shown).
    We deleted all metadata on iPad and reconnected to our BIP.
    Our DataSources, integrated in the Design Studio 1.3 applications, are based on SAP BW Queries of a BW 7.4 system.
    Many thanks for help and your support.
    Kind regards
    Patrick

    Hi Tammy,
    I deleted the mobile BI App from my iPad and installed it again (newest version).
    No changes, after loading the Design Studio Application only a white screen is shown.
    I cannot find a relevant Part in the App protocol (Debug Mode).
    Thanks for your support.
    kind regards
    Patrick
    protocol:
    Application’s app store version:6.0.3
    Application’s internal version: 6.0.3
    SAP BusinessObjects Mobile server version:14.1.1.1036
    SAP BusinessObjects Mobile server internal version:3.0
    Work Offline:false
    iOS Version:7.1.1
    Device Type:IPad
    2014-06-15 20:12:15.060 SAP BusinessObjects Mobile[1331:707] |I|: [IPadActivityIndicator.m initWithMessage:andCancelButtonTitle: 59] initWithMessage(): init Custom Activity Indicator Alert View
    2014-06-15 20:12:15.065 SAP BusinessObjects Mobile[1331:707] |I|: [IPadActivityIndicator.m initWithMessage:andCancelButtonTitle: 64] initWithMessage(): init UI ActivityIndicator View
    2014-06-15 20:12:15.068 SAP BusinessObjects Mobile[1331:707] |T|: {[HomeScreenData.m openOnlineDocument:withOption:withOpenParams: 2173 Clicking on document in homescreen document to view online]
    2014-06-15 20:12:15.071 SAP BusinessObjects Mobile[1331:707] |T|: {[ConnectionUtils.m getNetworkReachability 345 network reachability = 1]
    2014-06-15 20:12:15.088 SAP BusinessObjects Mobile[1331:707] |T|: }[HomeScreenData.m openOnlineDocument:withOption:withOpenParams: 2192]
    2014-06-15 20:12:15.101 SAP BusinessObjects Mobile[1331:707] |I|: [IPadActivityIndicator.m initWithMessage:andCancelButtonTitle: 59] initWithMessage(): init Custom Activity Indicator Alert View
    2014-06-15 20:12:15.105 SAP BusinessObjects Mobile[1331:707] |I|: [IPadActivityIndicator.m initWithMessage:andCancelButtonTitle: 64] initWithMessage(): init UI ActivityIndicator View
    2014-06-15 20:12:15.109 SAP BusinessObjects Mobile[1331:707] |T|: {[ConnectionUtils.m getNetworkReachability 345 network reachability = 1]
    2014-06-15 20:12:15.193 SAP BusinessObjects Mobile[1331:707] |T|: {[ConnectionUtils.m getNetworkReachability 345 network reachability = 1]
    2014-06-15 20:12:20.391 SAP BusinessObjects Mobile[1331:707] |T|: {[ConnectionUtils.m getNetworkReachability 345 network reachability = 1]
    2014-06-15 20:12:26.615 SAP BusinessObjects Mobile[1331:707] |T|: {[MobiRootViewController.m showSettings: 2298 showing Applicaiton settings page]
    2014-06-15 20:12:26.622 SAP BusinessObjects Mobile[1331:707] |T|: }[MobiRootViewController.m showSettings: 2369]
    2014-06-15 20:12:27.498 SAP BusinessObjects Mobile[1331:707] |T|: }[ApplicationSetting.m tableView:didSelectRowAtIndexPath: 792]

  • Following iPhone 2G update to OS 3.0.1, cannot use web or web based apps

    I recently updated my iPhone and iTunes. iPhone is now running OS 3.0.1. I use o2 as my service provider.
    I have had a few problems, all of which have been solved by these discussion forums, so I am hoping this final, highly annoying thing can be sorted.
    I cannot access the web. If I enter Safari, a message pops up saying
    "Could not activate cellular data network - you are not subscribed to a cellular data service"
    Now, for a start, I'm not entirely sure what they mean - is it a problem with the phone or with O2?
    I have a little circle next to the carrier name, which I believe (having gone through a troubleshoot on the Apple website) means I have a service of some kind, or my phone recognises a service?
    (I'm not technically minded, can you tell!)
    Obviously I have no web connection, so I cannot use any of my web based apps either, which is highly irritating.
    I'd be really grateful if anyone can help. Thanks in advance.
    Message was edited by: Lou1985

    Hi there. I too had this problem after upgrading an iPhone 2G from OS 2.1 to 3.0.1. I solved it by doing the following:
    Select Settings > General > Network > Cellular data network and then change the Cellular data APN to: mobile.o2.co.uk (assuming you are an O2 customer). I think that resetting the network settings under Settings > General > Reset > Reset Network Settings also works.
    Hope this helps.
    Tim

  • App Store problem, appear an application update that does not exist applications

    I have an iMac 2.5 Ghz Intel Core I5 and operating system Mac OS X Version 10.7.3
    The problem is an application (Angry Birds) in my app store's update section that doesn't exist my installed applications.
    It has been seen update section for two months and that is created by an account which is not my account
    How can I remove this object from my app store's update section?
    <Edited by Host>

    Hi..
    Unfortunately, it sounds like you are the subject of pirated software.
    Follow Dahveed's help here >  app update available but not an app on...: Apple Support Communities
    You can report this to Apple using the email form here >  Apple - Support - Mac App Store - Contact Support

  • I am trying to update the eBay Mobile app but it keeps saying This app requires iOs5. I have a 3G How can I get iOS 5.

    I am trying to update the eBay Mobile app but it keeps saying This app requires iOs5. I have a 3G How can I get iOS 5.

    You cannot.
    iphone 3g can only go to 4.2.1
    The iphone 3g was released 5 years ago.  This is very old in tech terms.

  • Azure mobile HTML5 application - facebook authentication on iPhone in app mode

    I have an HTML5 application that uses Azure mobile authentication to login (straight from the example code...provided below). It works fine in all desktop browsers and iPhone in Safari.  But from app / full screen mode, it does nothing (doesn't
    ask for permission to show a popup window like it does in safari and no popup windows shows up) and I can wait forever and nothing happens.  If I invoke it a second time, it gives an error saying "Error: Unexpected failure"...perhaps because
    the 1st attempt is still running?  Can anyone provide some assistance?  Thanks.
    client.login("facebook").done(function (results) {
             alert("You are now logged in as: " + results.userId);
        }, function (err) {
             alert("Error: " + err);

    I did some more research and found a site that uses an approach that overcomes this problem and also solves two other side effects with the current Azure mobile approach to authentication.  I think the Azure mobile team *might* be looking to do something
    similar because there are some hints of other authentication options in the code (although difficult to read and be sure because the minimized code is obsfucated).  It might be just a matter of activating these in the code...
    The solution: 
    Go to http://m.bcwars.com/ and click on the Facebook login.  You'll see it works perfectly in iPhone Safari in "app mode" becuase instead of doing a popup, it simply stays in the current browser window.
    This approach solves two other problems with the current Azure mobile approach.  First, the popup gets interpreted by most browsers as a potential ad and is either blocked automatically (desktop Chrome) ... and the user doesn't know why it's not working...or
    gives a warning which the user has to approve (iPhone Safari in "browser mode") which is a hassle.  And if the user has a popup blocker, it gets more difficult and even more potential for the user not getting it to work properly.  The bcwars.com
    method doesn't have this problem. 
    Second, in iPhone Safari, when the popup window auto closes, the original page doesn't get focus if there are other browser windows open in Safari.  Instead, it's in the smaller/slide mode so they can choose which one to show.  If this happens,
    the user has to go through one more sttep...click on the browser window to activate it and give it focus..again more of a pain and more potential for them to mess up and not do it correctly and need help.  The m.bcwars.com doesn't have this problem.
    Azure options:
    Looking at the Azure mobile code it looks like may already have the solution.  I can't read it easliy becuase it's minified/obsfucated, but it seems to have 4 options (including iFrame, etc.) for invoking the authentication, and only 1 (the "less
    ideal one" of a popup) is being used.  An easy solution would be to set a property to allow one of the alternate authentications to work.  But I can't read it well enough to figure it out.  Another would be to hack the code (temporarily until
    a fix is put up by Microsoft). 
    Could I get some help there perhaps? 

  • For Update framework of AIR Application,I want preserve databases value when i update lates download

    for Update framework of AIR Application, I want preserve databases when i update lates download ,Right now when i ta
    ke latest from server it will remove my database  value and i i want ot preserve my database value.
    Please any one can guide me in this?

    Ya it is in Application directory...
    in windows  :: D:\FlexWorkSpaceSVN\YSIPrototype\bin-debug\data\YSIDB.db
    Thanks
    Sunil

  • My requirement is to update 3 valuesets daily based on data coming to my staging table. What is the API used for this and how to map any API to our staging table? I am totally new to oracle and apps. Please help. Thanks!

    My requirement is to update 3 valuesets daily based on data coming to my staging table. What is the API used for this and how to map any API to our staging table? I am totally new to oracle and apps. Please help. Thanks!

    Hi,
    You could use FND_FLEX_LOADER_APIS.UP_VALUE_SET_VALUE to upload them from staging table (I suppose you mean value set values...).
    You can find a sample scripts if you google around.
    What do you mean "how to map any API to our staging table" ?
    You should do at least the following mapping (which column(s) in the staging table will provide these information):
    - the 3 value sets name which you're going to update/upload (I suppose these are existing value sets or which have been already created)
    - the value set values and  description
    Try to start with something and if there is any issues the community could then help... but for the time being with the description of the problem you have provided, that's the best I can do...

Maybe you are looking for

  • Mounting failed when installing Firefox 3.6 on Mac OS 10.5

    Mounting failed error message when trying to install Firefox 3.6 on Mac OS X 10.5. This seems to be a common problem and I have no previous version of Firefox.

  • Editing an iWeb site from a second Mac

    I recently purchased ILife 06 and have begun switching my existing web sites on my .mac account to be on iWeb format but i have a few questions: 1. I published the iWeb site with my iBook but I also want to populate and edit it with images from i Pho

  • Restalling OS 10.5.8

    I need to reinstall my OS. I have the CD for 10.5.1. I have downloaded upgrades through 10.5.8 from the web. To reinstall, do I reinstall 10.5.1 from the disc first, and then re-download 10.5.8 from the web? Thanks so much.

  • Word on Audigy 2 drive

    Creative previously said that there would be a certified non beta driver for Audigy 2 cards, but I still only see the beta driver under Vista 32bit. Are they delayed or in some other location for download?

  • Pulse audio plays too fast

    pulseaudio seems to be playing my sound way too fast Is there any way to slow it down?