How long can the same publisher ID be used to update an app

I recently signed an update with ADL 1.5.3 using the original publisherID in the app descriptor and 1.5.3 in the namespace. It currently works fine, updating the original app as expected.
The original app was signed using ADL 1.5.1 (or 1.5.2... can't remember). Now lets say 6 months (the grace period) elapses and the client wants to update the app again. I'll need to sign the app WITHOUT a migration signature since the grace period for the original certificate has passed. Will users of the original app be able to update without un-installing if publisherID is specified in the namespace?
I think the answer is no, since that would mean that anyone could spoof anyone's app just by knowing the publisherID. However it's bad user experience to require the un/re-install, and also a pain to develop around (user settings migration from ELS, etc). Can't ADL have some kind of chainmigrate command, where in order to migrate a signature, one could line up certs back to the one that produced the original publisherID?

Thanks Joe,
We've rulled out possible errors. Actually the test was repeated from the beginning. All your checkpoints are passed.
However, there is some new information that would hopefully help. When the new .air file is built, with the migration signature and everything, it actually doesn't get detected as a brand new application, but it fails to unpack:
Starting app install of file:///Users/triphon/work/triphon_pdc.gugga.com_1666/xxx/head/xxx/air/build/xxxMigrated. air
UI SWF load is complete
UI initialized
Unpackaging to /private/var/folders/DE/DEMJRl6mHJK+f9uulQA75k+++TM/TemporaryItems/FlashTmp0
unpackaging is complete
application is bound to side-by-side version 1.0
application is bound to this version of the runtime
app id xxxxxxxx
pub id xxxxxxxx
failed while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3003" errorID=3003]
starting cleanup of temporary files
application installer exiting
Its totally amazing that the exact same simulation works great, in case we use two active certificates. But with the old build (AIR 1.5.0 namespace), it would get that error.
Any thoughts would be really appreciated.
Thanks again
Stefan

Similar Messages

  • HT201209 can the same gift card be used with a differencet itunes account?

    can the same gift card be used with a differencet itunes account?

    No, a gift card can only be redeemed onto one account - it can then only be used to buy items for that account (it can't be used to gift content to another account).

  • How long can the Mini DisplayPort to VGA Adapter last?

    Hi,
    I've been using Mini DisplayPort to VGA Adapter (genuine) for a year now but not everyday. Yesterday I bought a new display that needs this adapter, so now is the time that it will be used everyday. I was wondering how long can it last (or operational hours) if it were to sit in the same place, not unplugged, with an average use of 4 hours a day?
    Thanks
    PS. This one: http://store.apple.com/us/product/MB572Z/B/mini-displayport-to-vga-adapter.

    This is impossible to predict.
    Sometime cables last a lifetime, sometimes they fail in short order.

  • How long can the data in PSA be kept?

    Hello all,
    If a PSA is used for data staging, how long can/should the data be kept in it in a real-time scenario?
    Your help will be very much appreciated,
    points will be awarded too.
    Thanks
    S N

    HI ,
    It always depends on the Frequency of data load and the retention of the data in the system . Ideally we only keep 2 days of data in PSA in case of full load and then keep all the delta loads in the PSA including the Intialization Request in the PSA , so that any problem occurs we can load the data from PSA .
    But before all that u need to diccuss with ur basis team regarding space or table space . And according to that u need to keep the requests in System.
    Assign points if it helps....
    Regards,
    Vijay

  • How long can the battery of iPod 30G last?

    Hi all,
    Just wondering how long will the 30G last, after fully charge for 3 hours for the first time. Also does it ever need to replace the battery?
    Thanks.
    Djkwee

    Please see my reply in this thread:
    http://discussions.apple.com/message.jspa?messageID=1415256#1415256
    There is also a link in that reply to the specs page for the iPod with detailed info.

  • How to share the same Database Connection when using several Task Flows ?

    Hi All,
    I’m using JDev 11.1.1.3.0.
    I’m developing ADF Fusion Applications (ABC BC, ADF Faces…)
    These applications are deployed on a Weblogic server.
    Each application has only one Application Module.
    All Application Modules have the same connection type defined: JDBC DataSource : jdbc/GCCDS
    It is working fine.
    I’ve also developed Task Flow Applications for small thinks that are reused in multiple main applications.
    Each Task Flow Application has also one Application Module with the same connections type as main applications.
    All these task flows are deployed to JAR file (ADF Library JAR File) and are reused on my main applications. (drag and drop from the Resource Palette to ADF Regions….).
    There are some parameters passed to Task Flows, so that they can filter data depending on which main applications they are called from.
    Everything is working perfectly.
    All my main applications are using more and more task flows. Which is nice for the reusability etc…?
    Only ONE PROBLEM: DATABASE CONNECTIONS.
    Every Task Flows service made a database connection. So one user may have 10 database connections for the same adf page. And when there are 100 users that are working at the same time, it becomes a problem.
    How to share the same database connections for the main applications and all task flows which are used in the main application?
    Best Regards
    Nicolas

    Hi John,
    When I open a ADF Library JAR file of one of my task flow. (gcc_tf_recentSites.jar)
    I can see TF_RecentSitesService.xml and TF_RecentSitesServiceImpl.class in gcc_tf_recentSites.jar\mu\gcc\tf\recentSites\model\service folder
    + bc4j.xcfg in gcc_tf_recentSites.jar\mu\gcc\tf\recentSites\model\service\common folder.
    bc4j.xcfg details are
    +<?xml version = '1.0' encoding = 'UTF-8'?>+
    +<BC4JConfig version="11.1" xmlns="http://xmlns.oracle.com/bc4j/configuration">+
    +<AppModuleConfigBag ApplicationName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService">+
    +<AppModuleConfig DeployPlatform="LOCAL" jbo.project="mu.gcc.tf.recentSites.model.TF_RecentSites_Model" name="TF_RecentSitesServiceLocal" ApplicationName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService">+
    +<Security AppModuleJndiName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService"/>+
    +<Custom JDBCDataSource="jdbc/GCCDS"/>+
    +</AppModuleConfig>+
    +<AppModuleConfig name="TF_RecentSitesServiceShared" ApplicationName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService" DeployPlatform="LOCAL" JDBCName="gccdev" jbo.project="mu.gcc.tf.recentSites.model.TF_RecentSites_Model">+
    +<AM-Pooling jbo.ampool.maxpoolsize="1" jbo.ampool.isuseexclusive="false"/>+
    +<Security AppModuleJndiName="mu.gcc.tf.recentSites.model.service.TF_RecentSitesService"/>+
    +</AppModuleConfig>+
    +</AppModuleConfigBag>+
    +</BC4JConfig>+
    So, it seems that the Application Module is packaged with the task flow....
    Is it normal ?
    Regards
    Nicolas

  • How long can the iPhone 3GS record video before the battery runs out?

    My father invested in an iPhone 3GS Tripod adapter for his tripod, for some conferences and lectures. He has a 16GB 3GS, which will record about 8.6 hours, according to another thread I've read about on here. But he doesn't really want to bring the USB/Adapter cable with him, and have to worry about finding a power outlet. Assuming his phone is on full charge, and bluetooth/wifi are shut off, and brightness is kept a bit dim (not too dim) - can anyone give me a round about answer of how long the it will record video before the battery dies? This function is today, so timing is critical. I will have him take the charger/usb with extension cable just in case. I'd appreciate anyones input

    Not sure if the battery will die before or after your done recording on the iPhone.But most sites are claiming that you can record up to 2GB per video.I just recorded a one minute clip,and it rounded off to about 34MB.So if you devide that,it rounds off to around an hour of recording video...But take that with a grain of salt,I'm not good with math lol

  • How long should the battery last in between uses?

    I am just wondering how long the battery should last in between uses? I find mine really goes down FAST..I just purchased this on Sunday and charged it the right amount of time as such. The first time I used it after the initial charge I was downloading 2 music albums and just left it on and by morning the battery was drained..shouldn't it have lasted at least a few days? Its an iPod touch 16g V2.
    Then lastnight I had it charged and was browing youtube and in a couple hours the battery was about 1/2 way..is this normal?
    Thanks for your help!

    The Touch's Wireless Internet access really chews up the battery time. When you're not using the wireless, go to Settings and turn Wireless off. When you're ready to go browsing, you can always turn it back on. If you already have a wireless access set up in your abode, the Touch will quickly "re-find" it and you'll be browsing again. If you're in a public free wireless area, you'll have to log on, etc.
    If I leave wireless on all the time, my iPod Touch battery life is like halved-- sometimes more. The same holds true when viewing movies or video.
    Hope this helps!
    Abide.

  • Can the same I/Os be used for both scan mode and fpga mode

    Hey guys,
    I currently have this project where I want to have the same I/O in both the RT VI and FPGA VI.
    (as in use a C series module on the RT VI and FPGA VI concurrently).
    For the customer's sake, I want to keep using the scan mode for the ease of programming,
    but I want to use the I/Os in the FPGA VI to implement a safe state.
    Is this possible? Thanks.

    Either scan mode or FPGA interface. You can't use both in one project.
    Suggestion
    Setup a safe mode project or double the target in one project.

  • Can the same Apple TV be used for two separate TVs?

    We just moved into a new house and need to know if our Apple TV can be used to stream content to the TV in the living room and the TV in the garage, or if we simply need to buy a second Apple TV.
    The TV in the living room and the TV in the garage are both wired to the same Denon two-zone receiver. The living room is where we watch all of our TV and listen to most of our music. But the garage doubles as a home gym, so I'd like to be able to either watch videos like P90X and Insanity -- they're all in my iTunes library now -- or listen to music while I exercise. Perhaps this is possible due to the two-zone capacity of the receiver.
    I don't need to be able to stream content to both places at the same time, by the way. This is just for the mornings when I want to work out. Right now, the Apple TV is connected to the back of the receiver in the GAME input and works beautifully in the living room. The TV in the garage is yet to be installed, although the wiring back to the original zone is already done. Again, all the speakers and wiring for both TVs will be in the same receiver.
    Is the Apple TV capable of doing what we need it to do, or do we need to get another one?

    I bet you are searching in the wrong forum for solution.
    Since you have a receiver, witch is able to transmit two different signals to two different TVs (just the matter of switch - i suppose?), than, the media being sent from Apple TV just has to be redirected to the 'right' TV witchever you use at that moment.
    Different story with the Audio. Dont know if you using the Speakers on the TV's or on separate Audio Systems.
    Cheers

  • Can the same NDS statement be used by other users running the same program?

    Say you have an NDS statement running in an application. We have users all over the country running this package off of the same database. If an NDS statement gets stored in the Library Cache than would other users running the same package use that NDS statement or would their processes spawn another yet identical NDS statement?

    There is no difference in the caching of dynamic or not statements. If statement is already in cache and it's session environment is similar to current session one then statement will be soft-parsed.

  • How do i change what Apple ID is used to update my apps?

    When I first synced my iPod touch (4th gen.) to my computer, my sister uses this computer also, one of her past Apple ID's was the only way to update my apps and whatnot. Now I don't know how to change it to my Apple ID.

    You don't.
    Apps will always be tied to the account from which they were purchased.  You will always have to use that account to update the apps.

  • Oracle 11g: How to ensure the same transaction across several BPEL calls?

    How to ensure transaction semantics across invocations of several BPEL services with a Database operations (Insert, update)? We are using transaction REQUIRED property in all of our BPELs. We are using webserive and JCA to access and modify the same row. Our code uses a combination of JCA, Spring bean, enity services, EJBs in these BPELs. The code can be more efficient, but, at this point, we have no option but to fix the transaction issue in this code. So, our question is how to ensure the same transaction context is used in all these BPELs to inser/update the same row? We have tried to set the GetUnitOfWork in the JCA Adapter but it did not provide any solution. Apaert from setting transaction in BPEL to REQUIRED and the JCA Adapter to use Unit of work, we are out of ideas. Any help is much apprecited. We are using Oracle SOA Suite 11g 11.1.1.5 version. --chary

    Hi,
    I can help you if you can describe the processes.
    There can be some difficulties when you try to use the same transaction especially when you use many DB transactions & BPEL processes.
    Using unit of work only ,might not be enough.
    Thanks
    Arik

  • HT1351 I have an IPOD that has not been synced to Itunes for several years. I no longer have the same computer or e-mail address.  How can I sync my old IPOD material to my new itunes account?

    I have an older IPOD that has not been synced to Itunes for seceral yeras. I no longer have the same computer or e-mail address. How can I sync my old IPOD material to my new Itunes account?

    Your email address (used as your Apple ID) does not matter, because iPods are not directly linked to a particular Apple ID. 
    NOTE:  You can still use your old Apple ID, even if your that email address is no longer valid.  As long as you remember your Apple ID password.  Go here and click on Manage your Apple ID.
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    You can change the primary email address used by Apple, although the Apple ID remains the same.
    Back to the iPod.  iTunes syncing is generally in one direction only, from the computer's iTunes library to the iPod.  You cannot use iTunes to transfer song files from iPod to computer, except for songs purchased from the iTunes Store.  However, there are third-party methods and utilities that can transfer from iPod to computer.  If you do an Internet search on something like "ipod transfer," you should get some links.  (The CNET article seems to be popular.)
    Once the song files are on your computer's drive, you can add them to your new iTunes library.  After confirming everything is there, sync your iPod to that library.  If there is any content purchased from the iTunes Store that uses DRM (copy protection), such as audiobooks, videos, and very old song purchases, iTunes may prompt you to authorize your computer with your Apple ID (the one you used to make the purchases).

  • I ordered a battery for my laptop because it said to replace battery soon.  How long can I let the new battery sit around as I wait for the old one to run out of more charge?

    I ordered a battery for my laptop because it said to replace battery soon.  How long can I let the new battery sit around as I wait for the old one to run out of more charge?  Will the new one become less effective if it sits around too long?

    How much capacity is remaining on your current battery?
    Check your power status
    From the  menu: Hold OPTION and click System Information... èHardware è Power
    Copy and Paste in your reply.
    The new battery will become less effective if you store it in a hot or humid environment. It should be stored at room temperature (22 C).
    Long term storage (6 months):
    Apple recommends that you store the battery with a 50% charge. If you store a battery when it’s fully discharged, it could fall into a deep discharge state, which renders it incapable of holding any charge. Conversely, if you store it fully charged for an extended period of time, the battery may experience some loss of battery capacity, meaning it will have a shorter life.
    http://www.apple.com/batteries/

Maybe you are looking for

  • Cannot "repair" Adobe Acrobat Pro v8.0

    I have installed Adobe Acrobat Pro v8.0, and MS Office 2004. When I open Acrobat, it asked me if I want to repair the installation. Yes, I do, so I select the PDFMaker Toolbar for Office, Adobe PDF Printr, and Adobe PDFViewer Safari Plugin. At this p

  • How Oracle Installation cannot get fully qualified name of the server?

    Hi, I'm installing Oracle Internet Application Server (10.1.2) on Windows. The Win machine has fully qualified name as myserver.mydomain.com However, after the installation, Oracle shows that the URL to Internet Application Server is only http://myse

  • ITunes 9 store classical music nightmare

    I foolishly upgraded my iTunes from 8 to 9 and now I am finding it much harder to find things. One reason is that Composer and Release Date are no longer displayable in the "See all" view (which requires an extra click and wait to get to). Another re

  • Data charge for phone updates

    I recently bought two 9300s from BestBuy.  I'm getting data charges that the rep at Koodo says are related to the phone updating itself.  I don't have a data plan (only used for messaging and as a phone) so these charges stand out.  Some of the charg

  • Missing Photo Albums, Books, & Apps after latest update to 6.0

    Just loaded the latest update to my i-phone thru i-tunes & lost all my music, playlists, books, e-mails, etc. How do I get these back? Thanks.