Anyone profiled iOS app using FlashBuilder?

We're making an iOS app using Flash Professional. I also use Flash builder for my editing. 
the application also unfortunately uses AIR-specific features, such as SQLite database and NativeApplication references.
I've had luck before using the profiler by just profiling as a web application (which is what gets created when I do "create new Flash Professional Project..." in FlashBuilder.
But I am stuck on how to get FlashBuilder profiler working on this project because it always wants to launch the thing in a web browser, which can't function due to the AIR-only features.
Anyone ever gotten this combination to work?  I *so* wish I could just start from an MXML wrapper and load my FLA as a swf, but silly iOS restrictions force me to have just one SWF with all my code in it.
thanks!

Hi ericmathew
iPhone 6 & iPhone6+ require different Launch Images than older phones:
For Example,
For iPhone 6 : Default-375w-667h@2x~iphone.png
And iPhone6+ : Default-414w-736h@3x~iphone.png
For more details regarding this, check out below article :
http://blogs.adobe.com/airodynamics/2015/03/09/launch-images-on-ios-with-adobe-air/
-Tushar,
Adobe AIR Team

Similar Messages

  • IOS app using AS3 not fitting screen dimensions

    I'm building an iOS app using as3 and air to package the app onto my iPhone 6. My issue is that I get a black bar above and below the app, the app itself is not going fullscreen. The stage screen is set to the iPhone 6 screen dimensions.
    I have tried by adding the following launch images into the app folder; [email protected], [email protected], and [email protected] But it's not being displayed properly.
    Does anyone have any fixes for this?

    Hi ericmathew
    iPhone 6 & iPhone6+ require different Launch Images than older phones:
    For Example,
    For iPhone 6 : Default-375w-667h@2x~iphone.png
    And iPhone6+ : Default-414w-736h@3x~iphone.png
    For more details regarding this, check out below article :
    http://blogs.adobe.com/airodynamics/2015/03/09/launch-images-on-ios-with-adobe-air/
    -Tushar,
    Adobe AIR Team

  • Launch an ios app using hyperlink in the mail

    Hi,
    I want to launch an ios app using a hyperlink in the mail and sms. I tried but not able to launch because while tapping on link it target to safari to launch that link not to the os.
    example :- There is an app installed in the device with the scheme name "abc".
    So the hyperlink for the app would be  abc://
    While I am sending this url in the mail ans open the mail then it's not able to launch the app.
    Thanks

    Are you sure the Info.plist of the abc app is correct?
    http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneos programmingguide/AdvancedAppTricks/AdvancedAppTricks.html#//apple_ref/doc/uid/TP 40007072-CH7-SW18

  • Unable To Build iOS App Using Native Extension

    I’m trying to create a native extension for iOS and use that extension as part of an IPA app for iOS I create from a SWF file using the ADT tool (i.e. the normal use-case for iOS). Note: I have already successfully created the native extension and APK app for Android and now I am trying to build the iOS side.
    I have been primarily using the information found at the following websites:
    http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt3.html
    http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt5.html
    http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac35eb7b4e12cddc5fbbb-8000.html
    I have also searched the Adobe forums for the answer to my question without success.
    The error I receive is:
    ld: warning: ignoring file /var/folders/c3/mpg4frwn2j1f8scw4jctbmv9hfkswj/T/bd3fbd4a-cf56-4fd6-a06d-d69ea92dc620/lib com.mycompany.MyExtension.a, file was built for archive which is not the architecture being linked (armv7): /var/folders/c3/mpg4frwn2j1f8scw4jctbmv9hfkswj/T/bd3fbd4a-cf56-4fd6-a06d-d69ea92dc620/lib com.mycompany.MyExtension.a
    Undefined symbols for architecture armv7:
      "_MyExtensionInitializer", referenced from:
          _g_com_adobe_air_fre_fmap in aotInfo.o
      "_MyExtensionFinalizer", referenced from:
          _g_com_adobe_air_fre_fmap in aotInfo.o
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    I receive the above error when I execute the following command:
    adt -package -target ipa-ad-hoc -storetype pkcs12 -keystore certificate.pfx -provisioning-profile provisioning_profile.mobileprovision MyApp.ipa MyApp.xml MyApp.swf -extdir packaged-extensions
    where the folder “packaged-extensions” contains the ANE file I created using this command:
    adt -package -target ane packaged-extensions/MyExtension.ane MyExtension.xml -swc MyExtension.swc -platform Android-ARM -platformoptions platformAndroidARM.xml -C dependencies . -C platform/Android . -platform iPhone-ARM -platformoptions platformiOSARM.xml -C platform/IOS . -platform default -C platform/default library.swf
    where the content of the files are as follows:
    MyApp.xml:
    <application xmlns="http://ns.adobe.com/air/application/4.0">
        <id>MyApp</id>
        <versionNumber>0.0.1</versionNumber>
        <filename>MyApp</filename>
        <initialWindow>
            <content>MyApp.swf</content>
            <visible>true</visible>
            <width>600</width>
            <height>600</height>
        </initialWindow>
        <supportedProfiles>mobileDevice</supportedProfiles>
            <extensions>
                    <extensionID>com.mycompany.MyExtension</extensionID>
            </extensions>
    </application>
    MyExtension.xml:
    <extension xmlns="http://ns.adobe.com/air/extension/4.0">
            <id>com.mycompany.MyExtension</id>
            <versionNumber>0.0.1</versionNumber>
            <platforms>
                    <platform name="Android-ARM">
                            <applicationDeployment>
                                    <nativeLibrary>MyExtension.jar</nativeLibrary>
                                    <initializer>com.mycompany.MyExtension</initializer>
                            </applicationDeployment>               
                    </platform>
                    <platform name="iPhone-ARM">
                            <applicationDeployment>
                                    <nativeLibrary>libMyExtensionIOSLibrary.a</nativeLibrary>
                                    <initializer>MyExtensionInitializer</initializer>
                                    <finalizer>MyExtensionFinalizer</finalizer>
                            </applicationDeployment>
                    </platform>
                    <platform name="default">
                            <applicationDeployment/>
                    </platform>
            </platforms>
    </extension>
    platformiOSARM.xml:
    <platform xmlns="http://ns.adobe.com/air/extension/4.0">
      <linkerOptions>
        <option>-ios_version_min 5.1</option>
        <option>-liconv</option>
      </linkerOptions>
    </platform>
    MyExtensionIOSLibrary.m (yes, I know it doesn't do anything - it's simple on purpose to help isolate the error):
    #import "FlashRuntimeExtensions.h"
    void MyContextInitializer(void* extData, const uint8_t *ctxType, FREContext ctx, uint32_t *numFunctionsToTest, const FRENamedFunction **functionsToSet) {
      return;   
    void MyExtensionInitializer(void **extDataToSet, FREContextInitializer* ctxInitializerToSet, FREContextFinalizer* ctxFinalizerToSet) {
        *extDataToSet = NULL;
        *ctxInitializerToSet = &MyContextInitializer;
    void MyExtensionFinalizer(void *extData)
        return;
    I am using XCode to build MyExtensionIOSLibrary.m into a library file with a .a filename extension. My relevant build settings are:
    iOS Deployment Target: iOS 5.1
    Architectures: armv7
    Build Active Architectures Only: No
    Product Scheme: Release
    Compile Sources As: Objective-C
    Any ideas? Please help.

    Thanks for the reply.
    yes.I've created a static library with 3rd party frameworks and pulled the .a from product folder(Debug-iphoneos).
    and the framework didn't work(armv7 not supported error occurs ..don't know why) with it's original folder structure .
    so I followed below link to change folders inside the 3rd party framework and figured out but now  the application crashes on startup without giving an error message. .
    スタッフ日記 - 【ANE作成】外部フレームワーク を含むANE作成時の注意点(iOS) | 株式会社マリエッタ

  • Create iOS app using edge animate and DPS

    I was investigating the potential for using edge animate compositions and digital publishing suite to create single edition iOS apps. 
    After some trial and error I have been able to create a basic iOS app for kids, using EA and DPS. The app was approved and placed in the app store.  See the below link:
    https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=786031451&mt=8
    For future reference do you have specific documentation/guidelines on using EA compositions to create DPS single edition apps?  I was hoping to get a better understanding of the potential for using html5 compositions in iOS apps (and limitations).

    Hi, Andrew-
    What specifically are you looking for?  It's unclear if you're looking for best practices or other documentation.  Thanks,
    -Elaine

  • Custom fonts on iOS app using AIR 3.9

    we are building an app for iOS using AIR 3.9 where we have to display the text using different fonts which are not available on iOS 5 or later. To fix this issue we have found a solution using XCode via ANE where by using "CTFontManagerRegisterGraphicsFont" class we can download the font from a location and register it on the device(working on mac using simulator ).  But when we are packaging the ANE with AIR 3.9, it gives us the error which says that:-
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "_CTFontManagerRegisterGraphicsFont", referenced from:
          ___setPath_block_invoke in libnet.example.download.a(IOSFontLib.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    can anyone suggest where we are going wrong!
    thanks in advance

    According to this post, using CTFontManagerRegisterGraphicsFont should still work on iOS too:
    http://stackoverflow.com/questions/4942449/ios-programmatically-add-custom-font-during-run time
    since it requires the CoreText framework have you included the following option in your <linkerOptions> set in platform.xml?
    <option>-framework CoreText</option>

  • Can I create an iOS app using proscenium or any Stage 3D library ?

    I use Alternativa 3D, I change the render mode to "Direct" and add the line <depthAndStencil>true</depthAndStencil> in the definition app XML file
    debugging get:
    #3702: Context3D not available
    I am using Flash Professional CS6
    What is wrong?

    I do not have Flash CS6 (too many bug reports) but I use it perfectly fine in CS5.5.
    What your error means is basically the libraries are not the latest and what it's trying to export to is a lower version than is supported. It runs on Desktop because you've updated your desktops AIR to 3.2 and have flash player 11.0 or better. For AIR for iOS, you need to make absolutely sure it is packaging with AIR 3.2 or higher. Flash CS6 might be targeting something below AIR 3.2.
    Here are instructions for overlaying the latest version of AIR on Flash. This should give you an idea of what to check in your version of Flash. Go through the list item by item and check the files in the locations that are mentioned and make sure the versions are at least the same.
    http://helpx.adobe.com/x-productkb/multi/overlay-air-sdk-flash-professional.html
    If you jump ahead to step 4 you should be seeing in those files a version="15". You should also see in step 6 that the namespace AIR is pointing to is at least 3.2. If either are lower you may need to update your version of AIR, and there are the instructions to do so. Although the AIR folder will probably not be named AIR2.6 of course. But the instructions should be similar.

  • Can anyone name the app used in this video?

    What app is being used here?
    http://www.youtube.com/watch?v=7ONsYf6GfMQ

    I just downloaded it and I'm playing with it on my iPod touch now. It has a mode where you can touch the screen and it doesn't effect anything. Love it!
    You can also change the colors of the lines and the background separately - really cool!
    Now I have to get my i931x and make my own video, lol
    Thanks.

  • Submission to App Store Doesn't show Bundle ID from Flex iOS App

    We built an iOS app using Flashbuilder 4.6 and Air 3.6.  We provisioned iPads successfully and deployed to the devices. Everything worked great.  When we attempted to submit the app to the Apple iTunes Connect didn't show our Bundle ID in it's drop down. This being the case, we were unable to submit the app.

    thank you for answer but when i open my mac for the first time i can't update from app store and i download and install it manually from http://support.apple.com/kb/dl1715
    but if i've already install then it should show that i've installed isn't it

  • Is it possible to Manage iOS apps with Lion Server

    I was wondering if anyone knows whether or not it's possible to manage (add and remove) iOS apps using Lion Server, specifically apps available via the app store rather than apps built for internal use? I can't seem to see a way of doing it using profile manager but was wondering if I was maybe missing something?
    Thanks

    The answer to this would appear to be no.

  • Open local PDF inside Air iOS app

    I am developing an AIR for iOS app for the iPad. My client would like the app to open a local PDF file within the app, rather than launching an external app (such as Adobe Reader). This is to give a seamless experience when using the app. I've seen that distriqt.com produce the 'PDF Reader' Native Extension based on www.vfr.org. VFR appears to have a series of interface controls that open along with the PDF, which I don't require. I emailed Distriqt a week ago to clarify, and have had no response.
    Does anyone know of any other solutions to open a PDF inside an AIR iOS app?

    I've managed to load a PDF successfully inside my AIR iOS app, using the code from http://thatsthaway.wordpress.com/201...1/#comment-102.
    However, I've just come across a weird feature / bug when viewing a PDF using stagewebview. I have a PDF that contains several internal hyperlinks, each navigating to a page within the same PDF document. If I select any of the hyperlinks, they do jump to the intended pages. However, if I reselect the same hyperlink again, it no longer works. If I select a different hyperlink, and then reselect a previous link, it will then work, but if I select the same hyperlink twice in a row, without selecting a different hyperlink in between, the link fails to work. The PDF hyperlinks all work ok outside of my app, on both Windows desktop and an iPad, just not inside of the AIR app.
    Any ideas?

  • Publishing ios app - adding ios 7.0 icons

    Hi,
    İ am developing an ios app using adobe Flash CC and i downloaded air sdk 4.0 for ios. But ı could'nt find new icons size for ios 7.0 in air for ios setting panel. So icould'nt publish 76, 120 and 152 icons.
    How can i add these icons my ipa?

    If someone has any problem with this kind of error the solution is simple!
    You should use the source code of the hamcrest as3 project instead of swc in the build path.
    This problem happened because of the BindageTool as3 library.

  • Trying to verify my app using codesign, but it fails with "does not satisfy its designated Requirement"

    Hello,
    When attempting to verify my ios app using codesign it fails:
    macmini:MyApp admin$ codesign -vvvv Payload/MyApp.app
    Payload/MyApp.app: valid on disk
    Payload/MyApp.app: does not satisfy its designated Requirement
    I tried to diagnose it, so I ran this command that as far as I know shows what the requirements are:
    macmini:MyApp admin$ codesign -d -r- Payload/MyApp.app Executable=/Volumes/Share/Temp/appstore/MyApp.3.12.2.0/Payload/MyApp.app/MyApp designated => identifier "com.bla1.bla2" and certificate root = H"40characterstring"
    But I'm not sure how to proceed now. The identifier looks correct and not sure what to do with that 40 character string for the certificate root. Any ideas?
    Thanks in advance!

    Hi candn14 and welcome to the forums!
    Since internet connection is working fine on the laptop computer when plugged directly into the modem, you just need to configure your router settings.
    Are you using a DSL or Cable connection? Please see the links below on how to configure your router with your internet provider (ISP).
    Setting-Up a Router with Cable Internet Service
     Setting-Up a Router with DSL Internet Service
    Once you are finished doing so and your laptop is able to connect to the internet when connected to the modem > router > laptop, then you are now ready to configure the wireless settings of the router for you to be able to connect wirelessly.
    Here are the steps:
    Setting-Up the Wireless Settings on a Router
    And please secure your network w/ a password.
    Setting-Up Wireless Security on a Linksys Router
    Please feel free to ask any questions again if you encounter any problems. Hope this helps.

  • Push notifications on Flex iOS app?

    Hi, i have been searching the web to find info and samples about using APN (Apple Push Notifications) on a Flex iOS App (using Flash Builder 4.5.1). I have found people talking about it's not possible and people, like Holly from devgirl, that mention it on this article. But i haven't found any sample or tutorial. Any help please? Can i use APN or not?
    Thanks

    I think you can't at the moment. You shoud request it on ideas.adobe.com.

  • Can I use the Chrome for iOS app with Chromecast?

    I recently purchased a Chromecast for my home television to see how it stacks up to the Apple TV3 (which I also have). I see very clearly that Netflix and YouTube are well integrated for use with this dongle but I do not see that Chrome for iOS is (on iPhone or iPad). It seems counterintuitive to not have the Chrome iOS app work with Chromecast even though other iOS apps do (Netflix;Youtube). Can anyone confirm or deny whether or not we can, or in the near future be able to, use the iOS Chrome app with Chromecast? It is in this very department that AppleTV has the Chromecast beaten, among others.
    Also, Google Groups seems difficult to navigate in order to post my question there. If anyone has any insight for that as well I would greatly appreciate it.
    Thank you!

    Google has made an App specifically to control the ChromeCast from an iOS device rather than integrating the control into the Browser.
    https://itunes.apple.com/us/app/chromecast/id680819774?mt=8

Maybe you are looking for

  • How to output % in ALV?

    How to output % symbol next to the value in ALV? Concatenate and move? thanks Ven

  • Enhancement for F110

    hi, Can u please specify the particular enhancement which triggers between payment proposal and payment run. Requirement: I need to capture the username who performs the payment proposal and check with the same whether the same user is running the pa

  • Toshiba DVBT-Stick PX1211E isn't working with Windows 7

    Hey, i bought a Toshiba PX1211E DVBT-Stick for my Laptop. My system is Windows 7. I downloaded and installed the newest drivers, but the dvbt isnt working. Can you tell my what drivers i need and how i correctly install it? That would be very nice!

  • Raise event from client side

    Dear Experts,    I would like to raise a event to SAP server by using sapevt.exe. 1. I have put sapevt.exe and DEFAULT.PFL in a special folder in the server and shared it. 2. I have created a bat file with following commands and distributed it to cli

  • Partial reversal of statistical posting

    Hi, I am using statistical posting (F-38) for posting Letter of Credit  (LC) into books of accounts. Now when LC is disbursed, part disbursement takes place over the period. So i have to reverse the LC created in part. I tried F-19 (reversal of stati