Air iOS - Do .ipa files need obfuscation?

Hi,
I published an iPhone app with AIR SDK 14 for the App Store.
Is the published .ipa file safe from decompilers or should I use a tool like SecureSWF (kindi.com) to encrypt/obfuscate the AS3 source code?
Thanks

I'm not 100% but if you've packaged your app using the new (fast) method, then yes, you should obfuscate. The old method was rewriting the bytecode so it was safe(r) from decompilers.

Similar Messages

  • When i have an ios 7 installer file needed a mac to submit it

    when i have an ios 7 installer file & signing key files needed a mac to submit it to iOS App Store? If required, a Lion with xcode 4.5 can be?

    so if ipa, key files, imagery etc files all ready
    still needed a Mac with xcode 5 to submit to App Store?
    if this is true where actually needed the xcode 5 in the process of submitance - again all files to have been ready from other worker...?

  • How to embed and launch ipa file from another ipa package created using Air for iOS

    Hi Guys,
    Anybody out there knowing how to embed and launch ipa file from another ipa package created using Air for iOS ?
    I am having 1 ipa file created using Xcode, Now i need to include that file in my ipa Package which is created using Flash CS 5.5 and Air for iOS. Also i need to know how to open my 1st ipa file from AS3 ?
    Thanks,

    Hi Sir,
    Thanks for your reply.
    But in that case user need to download 2 applications right. I need user to download my parent application created using Flash and that package contain one more ipa created using Xcode, so from my parent app only user should able to open my 2nd app. Is there any way to do that?
    Ps:  I am not talking about in-app but 2 individual apps inside one package.

  • Edit Info.plist Within a Published .ipa File to Enable iOS Newsstand Support?

    I'm working on developing a magazine-style app using Flash CS5. I'd like to enable iOS Newsstand support for the exported .ipa file. Anyone have any experience with this? I believe that I'd need to edit the app's info.plist file within the exported .ipa bundle ...
    Experiences / thoughts?
    Ted

    Hi Ted:
    I have not implemented this yet. But as I can read on http://developer.apple.com/library/ios/#documentation/StoreKit/Reference/NewsstandKit_Fram ework/_index.html, editing info.plist might take your app to newsstand but to take advantage of any NewsStand feature  you will also need to write some Native Extension also that provides access to NKLibrary , NKIssue NKAssetDownload.
    I think http://www.viggiosoft.com/blog/blog/2011/10/17/ios-newsstand-tutorial/ this will help you do some newsstand stuff in native code.
    If you ever use newsstand, I would love to see your app, please share your iTunes link.
    best of luck,
    thanks,
    Saumitra

  • AIR 3.9 and iOS7 Build Release .ipa File Cannot Start

    I build a release build .ipa file and installed on iPad running on iOS 7.0.3. But weird because my app stuck on start screen with my logo.
    Debug .ipa file is running correctly, just problem with the release build .ipa.
    I build using Flash Builder 4.7. If I build using IntelliJ IDEA the app icon grayed and cannot be opened.
    Any idea what's going on with my build file?

    You're right, I didn't realize if there's an error on the top of my debug console:
    MATE Error: Method not found, turn on the debugger for more information
    EventType:config event. Error was found in a EventHandlers list in file ApplicationEventMap
    I'll try to fix this. But on my recent build, the file cannot be installed successfully on iOS7. The icon turned gray and when I press the icon, it will shows "installing" forever.
    ---UPDATE
    No error anymore on debug mode. But still the same problem
    And the "installing" forever problem was because I use wrong provisioning key.
    Once the application start, it stucks on splash screen just showing my logo. I've wait for a couple mins but nothing happened.

  • How to add norwegian language to my ipa-file in Adobe Flash Professional and Settings for AIR

    Hi,
    How to add Norwegian languages to my ipa-file in Adobe Flash Professional and Settings for AIR?
    The Norwegian users get my apps in english instead of Norweigan. Desperate for help!
    Regards Ylva

    Sorry but you will not get help here for that problem. This forum is about AIR Help, an online help format produced using AIR, it is not about AIR itself.
    I'll see if I can move it.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Can i get SnipSnap Coupon app 1.3 or 1.4 version. i don't need the latest version . if anyone has please kindly provide the .ipa file.?

    can i get SnipSnap Coupon app 1.3 or 1.4 version. i don't need the latest version . if anyone has please kindly provide the .ipa file.?

    btw..coupon apps is not for theft....few people need but few people not....technolgoy is here for everyone....
    thanks for your reply.

  • IOS new version ipa file is not showing updates in afaria

    Hi,
    I am using Afaria 7 SP 4,
    I have updated my application policy with a new version ipa file,
    While applying the policies to device, there is no message shown for the updates in afaria application.
    on taking the iOS build the build number is incremented to next version.
    could anyone help highlight on what could be the issue?
    Regards,
    Saravanan.R

    Well, first of all, I'm on OS X, not XP, so the control panel doesn't help me :\
    as for the automatic update, I like it for all the security updates etc. etc. that come down the pipeline that I don't read about.
    Thanks for your attempted help though

  • In Air iOS, what is the path for the included folder which is above .fla file folder?

    I have "assets" folder above "src" folder where .fla file is. The assets folder is included via Air iOS publish setting in Adobe Flash CS6 Professional but I'm having trouble accessing it.
    the directory structure looks like this. Main.as is the document class for my project.
    c:
      /project
        /assets
        /bin
        /lib
        /src
          /Main.as
          /Main.fla
    Now if the project was an action script project, I can normally access the assets folder by using a path like "../assets". But in Air for iOS project, it says the folder isn't there.
    In the Air iOS publish setting window, it says the included folder path is "c:\project\assets" whereas when I move the assets folder under src folder it just says "assets" and then it can be accessed simply by using a path like "\assets".
    Does anyone have an idea where the included folder is placed?

    Thanks for the reply. I've tried these with nativePath property but it doesn't seem to work. I've also tried passing different path like "project/assets", "../project/assets", etc.
    Normally, I'd just move "assets" folder to "src" folder but the problem is the assets folder contains like 10k files and it would slow down the Flash compiler. as it seems like Flash is scanning every file under its directory.

  • In-App-Purchase-Air-Ios (extension inside, need help on how to use it :P)

    Code examples: http://code.google.com/p/in-app-purchase-air-ios/w/list
    Extension download: http://code.google.com/p/in-app-purchase-air-ios/downloads/list
    How do I use this with my Flash CS5.5 Pro (IDE)?
    They show examples with using ADT command line stuff.

    Hi Saumitra Bhava,
    Nice examples of Native Extensions. I am having an issue when trying to use a block in Objective-c Something as simple as
    - (void) searchForAlbums
        void(^test)(void) = ^{
            NSLog( @"BLOCK CALLED" );           
        test();
    does not work and FlashBuilder reports the following error.
    ld: absolute addressing (perhaps -mdynamic-no-pic) used in -[MobileImagePicker searchForAlbums] from /var/folders/nw/nwjKk-0UFzKXgLSHtcbjxE+++TI/-Tmp-/534267c1-6c13-4a8e-98d6-6c8357d4f355/li buk.co.betadesigns.extension.NativeImagePicker.a(MobileImagePicker.o) not allowed in slidable image. Use '-read_only_relocs suppress' to enable text relocs
    Compilation failed while executing : ld64
    Have you tried using blocks in an iOS extension?
    Regards
    Anthony

  • How to package resource files for iPad app along with ipa file

    Hello,
    I am developing an app for iPad in Flash Builder 4 and Packager for Iphone.
    I want to keep my xml-asset files local to the app. When I run my app in flash builder, I load the resources locally.
    When I upload the same onto iPad, I need to package the resource files along with the ipa file.
    I tried compiling the air-project with "-include-file" compiler option, but in vain.
    Any help?
    Tanu

    You can read through the resources documentation for iOS here:
    http://help.adobe.com/en_US/air/extensions/WSf268776665d7970d-2e74ffb4130044f3619-7ff8.htm l
    Of particular interest is the line:
    "3. It moves the resource files to the top-level directory of the application."
    So not sure if you are using an ant build script or whatever to build your ANE, but as long as you place these json files into the folder with your library when you build the ANE, these will end up getting copied to the top-level directory of the application when an application is built using this ANE.
    This is exactly how I include an iOS .bundle of resources along with a .a in an ANE and it works fine. Nice clean packaging when distributing the ANE too.

  • Opening an .ipa file

    Question, I'm just starting to dabble in XCode. I have an app in an .ipa file and wanted to know if there is a way to unzip the ipa so I can look inside the files that created the app?
    I tried to do this in X Code and it gives me ( I would think its the developers id screen with the folders inside the payload only)
    Is this even possible to open to see inside ( codes )?
    RD

    Yes a .ipa is nothing more than a zip file.  
    Back in the day, way back in 2008 2009 early 2010 et... lol, you had to manually create them for distribution.  
    All you need to do is create a folder called "Payload"   (note the capital "P") copy your ios app to it and compress. Then you simply change the extention to .ipa
    If you want to include the itunes artwork in the .ipa, copy you art to the same folder as "PayLoad" and rename your artwork file to "iTunesArtWork" then compress and rename .zip to .ipa
    It's been quite a while since I had to do it manually, but I think the iTunesArtWork file does not get an extention.  You'll have to try it make sure.

  • Flash CS6  broken air iOS test ?

    Hi,
    i´m currently developing an application for iOS with air iOS 3.9 .
    10 minutes ago i was testing and debuging like always.
    Suddenly my app start "crashing" when i test or debug.
    i quote "crashing" , because no error is  throw and no simController launch , neither my app.
    I´m able to publish as ipa, but not test.
    I just start a new file air iOS, try to test... and not working to test (just publishing)
    Anyone have a clue ?
    Thanks,
    Gonçalo

    After computer restart everything is ok then...

  • Package IPA file, *then* edit app descriptor file? - possible?

    Hi,
    I've run into a problem. In order to support for Facebook connections in my app, I need to add some lines to my app descriptor file's <InfoAdditions> node:
    However, the app descriptor file is generated when I package the IPA from Flash Professional, and there's to way to tell Flash to add something into the <InfoAdditions> node when generating the file. I've even tried to package the IPA, then unzip the IPA file, edit the app descriptor file and reinsert it into the IPA, but that causes the IPA file to become corrupted; apparently it checks for manual edits like these.
    Is there any way to edit that <InfoAdditions> node in my app descriptor file before or after it is packaged into the IPA file? I sure don't hope the only way to do it is to use the ADT prompt or something. That tool is godawful and impossible to use (who's using a DOS prompt in 2012??).

    Open your iOS settings to set everything else up, don't forget to check the box that says to remember your password. Close that dialog and then edit the app descriptor file to add the Facebook lines, and do a Save. Now select Publish from the File menu in Flash Pro. Don't go back into the iOS settings to publish, that would end up deleting the lines you have added.

  • AIR + iOS + geolocation updates + screen off = FAIL

    Where do I start... I have been trying to tackle this issue for quite some time now and every time I think I have the answer something else comes along to crash the party.
    I am in the process of building a multi-screen AIR mobile application with the AIR 3.0 SDK that records geolocation updates as they are sent from the device.
    Everything works fine on Android but when I test on iOS here are my findings...
    Geolocation updates work fine while the app is active.
    In order for you app to be eligible for background services you need to set the UIBackgroundModes in your app-xml file for the service you would like to enable... in my case 'location' (which I did)
    I found that doing this alone will not allow you to receive the location updates when the app is in the background. As soon as the app is "minimized", it goes into a suspended state and no code is being executed until the app beomes active again ...therefore none of the location updates are received.
    I found that setting the 'audio' AND 'location' values together somehow allows me to run code while the app is in the background, just not while the screen is turned off.  The moment you press the power button to turn the screen off, the app goes into a suspended state again.
    To test if code can be run, I have set up an event listener that gets triggered when the app is deactivated and activated.  I am setting a timer the moment the app gets deactivated and incrementing a variable every 100 milliseconds while the app is inactive.  When the app becomes active again I report the number back in a debug textfield.  If I dectivate the app by pressing the home button or open even open another app, the number that gets reported back when I go back to my app is accurate... but as soon as I press the power button to shut the screen off, the number stops incrementing shortly after.
    I have seen plenty of native iOS geolocation-based apps get location updates while the screen is off, why is this not the case for an AIR iOS app? Is there a workaround for this? Does someone at Adobe need to fix this issue?  At this point, I'm not even sure Native Extensions would do the trick... Am I doing something wrong?
    ANY help would be greatly appreciated.
    Thanks!

    Hi:
    The issue you are facing on iOS is because of the known bug where there are no events fired when the screen is off(including the time events). This bug will be fixed in future releases. I will take care of posting on this thread when the release with this fix is out.
    Thanks for posting.
    Regards,
    Saumitra Bhave

Maybe you are looking for

  • Free hard drive space suddenly increased

    I was in Finder and just noticed that my MBP's free hard drive space increased from ~249GB to 317GB (68 gigs!!) within the past week. I haven't deleted anything major from my computer... Any ideas why this might have happened? Is there a way I can fi

  • Zooming out in iTunes library?

    Hi, I just downloaded the new version of iTunes and noticed that there is no longer a zoom in/out button below the search tab in the right hand corner when I have the grid section (not cover flow) on in my iTunes library. The album photos are really

  • Unable to call mobile phone numbers - Play mobile network - Poland

    Hi, I'm trying to call some mobile phone numbers in Poland and still got answer: "sorry you can not call this number". 2 or 3 months before it wasn't a problem but now seems that it's related only to one mobile network in Poland - Play. Do you have a

  • EPS-- SVG  Conversion (Force white colored areas to transparency including background) ?

    Hi, I am trying to convert (export) an EPS image to SVG programmatically as follows, I am having difficulty in converting white areas on the image to transparency; could someone guide me what would be the solution please?  Dim illusapp = New Illustra

  • Class not registered - CrystalPrintControl - havent seen an answer

    Hello, I'm still working on my issue from this thread Printing Issue - Visual Studio 2008 with Crystal Reports Basic I want to thank Ludek for starting me on the right track. I've since updated the project to a .NET 4.0 project using Visual Studio 20