IPad app from Flash

Hello, you need to know if is possible to develop applications for the iPad 4.2.1 IOS from Flash. I have found contradictory answers before buying a developer license wanted to make sure.
Thanks.

Fletch3 wrote:
could the problem be with the ipad then? even now I'm getting the msg 'flash required' to view this item.
That should be totally impossible if you obtained the apps from Apple's app store.
Even in those cases where you really are trying to access a Flash video (on the web), that's not the message.  I don't remember Flash being identified.  I recall a vague message simply saying that the video can not be viewed.
If the iPad has been jail-broken, that's most likely the cause of your problem.  If it has not been jail-broken, the only persons that can help you are the Apple support personnel.

Similar Messages

  • HT4889 how do i transfer my itunes account (with all my music, photos and ipad apps) from a macbook pro to a new macbook air

    how do i transfer my itunes account (with all my music, photos and ipad apps) from a macbook pro to a new macbook air?

    thanks but exactly how do I do this.  I tried setting the new macair up using migration assistant but for some reason not everything has come through.  I bought a thunderbolt cable to improve the transfer rate.
    Now my question is how do I transfer the iTunes folder.  I have authorised the new macair for iTunes and am within the 5 computer limit.

  • Can I transfer iPad apps from one iTunes account to another

    Can I transfer iPad apps from one iTunes account to another?

    No. Apps are associated with Apple ID with which they were purchased.

  • "no access to the digital certificate" - Trying to export my first iOS app from Flash - Help please

    Hello
    I'm trying to export my first iOS app from flash to my desktop / on the device (Flash Pro CC, Iphone5)
    I followed the instructions on the adobe website to build an air app for iOS but on the last step it
    doesn't export the app.
    What I've done so far:
    - Apple developer account
    - creating the certificate + convert it to .p12
    - app ID / Name etc.
    - creating the provisioning profile from apple
    - iOS Air app in flash (Only Text "Hello world" with a tween)
    Now i have to load the certificates into Flash & enter a password (is it the password that
    i entered in the certificate or from my developer account/ Apple ID password? Both didn't work at the end)
    When i klick on publish in the last step than it loads a while but then i get the Error:
    "no access to the digital certificate"
    What is wrong? Can you help me please.

    Also, I should say, when I go into my phone on the computer and try to install an app, I get this message:
    Unable to start operation. Installer is already in use.
    Any ideas

  • I am a US resident but spend several months each year at my house in England. Is it possible for me to download UK iPad apps from the iTunes Store? Right now they seem to be restricted. Can I set up an alternate iTunes account using a UK credit card?

    I am a US resident but spend several months each year at my house in England. Is it possible for me to download UK iPad apps from the iTunes Store? Right now they seem to be restricted. Can I set up an alternate iTunes account using a UK credit card?

    When you go to Starbucks, you'll need to first go to Settings on your iPad and choose Network. You'll see ATTWIFI as one of the available networks. When you click on that to select it, you should be immediately sent to AT&T's sign in page. You just need to check the box that says you agree to their terms and conditions and then hit the Connect button and you'll be online. One warning, however. If your Starbucks is anything like those in Manhattan, be prepared for really slow wifi. It can be a real pain waiting for pages to load sometimes.

  • Privilege not valid between iTunes and iPad with a app from Flash

    I'm creating a first app with Flash Professional.
    I generated the .ipa file and it's transfered to iTunes without problem.
    But when I want to install it in my iPad, there is a message :
    "The privileges are not valid !".
    And the app is not installed.
    Can someone give me ideas about what I could do ?
    Thank you !

    Finally made an appointment at the Genuis Bar <free of charge>.  The tech suspected that the firmware got trashed.  The tech reloaded the frmware and the IOS.  The "reimaging" wiped out the iPad and I had to rebuild my settings by hand.  But everything works great.
    The Genuis Bar folks are Genuises... 

  • IPad App in Flash

    Hey guys,
    I hope someone can help me out. I have to create an iPad App for a project at university and I'm not that familiar with AS3. I've heard that it's possible to program apps with CS 5.5. Is that true? Is it also possible with CS5?
    And can anyone give me some tips for starting programming an app for the iPad? I've only done screen design so far, no programming. So I need some common transitions of the iPad, like slide and multitouch gestures. Maybe there is a library or such? Or an easier tool than AS3...
    Thanks a lot your support

    Thanks a lot!!
    So I can use AS3 the usual way as I do for common aplication programming and just export it
    as an ipa, is that right? Just things like creating movie clips, defining button states and such...
    that will all work for ipa files as well?
    If anyone knows some good templates would be great as well. I couldn't find some especially for
    the iPad. I just need some easy transitions e.g. like sliding from one page to the next.
    First I was also thinking about using Fireworks for my App but I think if Flash works it will be the
    better choice.

  • IPad apps using Flash

    Hi - Hoping someone might be able to point me in the right direction. My question is - Can iPad and iPhone apps be created solely with Flash alone (inclusive of tilting and touchscreen features) and submitted to the iTunes store? I have used Flash quite sparsely since Flash 8 so haven't really followed the debate around Flash and Apple devices.
    I'm working on an App for iPad along the lines of a children's interactive book. I'm a trained Illustrator and don't think it would take me long to get up to speed again with Flash, however if Apps absloutely require coding in Apple's SDK then I have the problem of finding or paying someone to make an App from my work (otherwise, I can manage the whole project myself).
    ...and if it is possible to create Apps entirely within Flash - does anyone know of a good starting place for tutorials specifically for this?
    Thanks a lot.

    To just be complete, yes you can complete an app using Flash Pro or Flash Builder plus the proper credentials.
    I prefer Flash Builder as it offers profiling tools that really help keep memory managed. I do not have CS6 but I know CS5.5 does not have a memory profiler. Although with a PITA amount of hacky work you can use instruments in XCode to profile. A great majority of your time developing apps will be finding ways to keep both memory, processor, network traffic and CPU to an absolute optimized minimum.
    You mentioned iOS so the first thing you should do is go pay $99/yr and become an Apple Developer. Otherwise you cannot submit your app or even test on a device without a lot of complicated mayhem. It takes a little time to get set up as a developer so I'd get that process under way. If you're an individual it's easier but if you're a company it involves proving you're a company, faxing, etc.
    After you wade through the iOS provisioning portal (reading all the how-to tabs) you get your app set up in the back end. Any app needs 3 files generated and obtained from files the portal gives you. You add devices, app ids and use those to generate a .mobileprovision file. Typically a person would start at the certificate portion but let me save you a headache. Every new app ID you make is saved in your certificate so you need to make the app ID first. Then you create your own development or distribution certificate for your developer account and download a .cer certificate file. You install that in your computer along with the Apple WWDC developer certificate that's linked on the same page. That lets you create yourself a .p12 file needed to sign an app and since you did this last it will already have the new app ID in it.
    Now you have your .mobileprovision with your device listed in it and .p12 file with password and you're ready to go.
    Just open Flash CS5.5 or CS6, whichever you have, start a new AIR for iOS project. Work in Flash as you normally would but just remember iPhones, iPods and iPads are really just "glorified phones". You can't just animate the way you used to, you have to get used to the idea that running your slick animation on your computer runs great but these devices are EXTREMELY memory and processor deficient. What runs buttery smooth on your computer will bog and run like a train wreck on what will end up feeling like a solar powered calculator.
    Now you're off and running. As long as you're very careful with how much RAM, CPU and GPU you try to use you'll be fine. A book is a good app to start with. Limited animation and you could possibly even use the timeline to do it. Timeline animation ala traditional flash performs considerably worse as compared to code animation. If you haven't used flash since version 8 you've got a whole new language (AS3) and framework (AIR) to learn.
    If you have any specific questions, fire away, but yes you can create the entire iOS app that works like a book using just Flash Pro and having an Apple Developer account.

  • How to prevent ipad apps from being stored in the iCloud and how to bring them back to the iPad

    I have an iPad Mini Retina with 128GB of storage.  I purchased about a dozen apps and it gets stored in the iCloud and I don't know how to access them on the cloud storage.  Plus I have many apps from me itouch that I use and they are also stored on the iCloud. 
    How can I prevent further apps that I buy from gettting transfer to the iCloud?
    How can I download my existing apps that I purchase and that are from my itouch that are stored in the iCloud into my iPad?
    How do I access my iCloud storage from my iPad?
    Thanks.

    You make it sound like apps are disappearing from your iPad and uploading to iCloud. That's not how it works. Maybe somebody (or you) deleted the apps and you don't realize it.
    You cannot prevent apps from being stored in iCloud. That is one of the reasons for using iCloud. It will store all of your purchased apps and you will be able to download them if you delete them, or if you buy another device that you want to use the apps on.
    If you have apps that are in iCloud, just go to the Purchased Tab in the app store, tap on the Not on this iPad button at the top. Look for any of the apps that you want to download and then tap the cloud icon in order to download them to the iPad. You access your iCloud storage in the purchased tabs of the different stores or in the apps themselves. Any data that is being backed up in iCloud is on the device in the corresponding apps and you don't need to access that data in iCloud. It's at your fingertips already,
    Purchased apps do NOT count against your iCloud storage. If you have 60GB of apps, they do not take up the alloted 5GB of free storage that you get. The app data would count against the storage but not the apps themselves.

  • How do I transfer a paid iPad app from one iPad to another?

    I am not sure where is the best place to post this question, but here it is anyway:
    The school I work in has 37 iPads split between 2 mobile carts.  For a variety of reasons, the staff wands the iPads divided up by classroom.  No problem.  The problem is that they would like the paid apps on the ipads moved around so the grade level apps wind up in the appropriate classrooms.  This is logical.
    My problem is I have no real idea how to free up iPads from one iPad so that they are available for transfer to another ipad.  I use Apple Configurator to acquire paid apps from the Volume Purchasing Program and download/install them initially to iPads.
    One knowledgeable individual gave me this advice:
    "If you placed the apps on the ipad using Apple Configurator, then you should be able to attach the initial iPad to AC, unsupervise the iPad, and the apps' licences should be available for redistribution.  Then connect iPad #2 to AC, turn Supervision on in AC, then add the specific app to iPad #2."
    - - - - That sounded too good to be true.  I tried it and found out that that process does not free up app licences (at lest when I tried it).  What I think is the problem is that I don't know Apple products and iOS well enough and missed steps.  (I am from the Netware/Microsoft AD/Windows computing environment.)
    Could someone help an old grunt out and possibly provide a detailled set of steps how to transfer paid app licences from one iPad to another?  I appreciate any help.  Thanks

    I can't answer your question and chances are that you could be here a long time before someone that can help will chime in. So from one old grunt to another, I think you would be better off posting your question in this forum. These folks should be more familiar with the type of thing that you are seeking help with.
    iPad in Business and Education

  • How do I block an iPad app from hacking my Time Capsule WiFi?

    I have a 1st gen Time Capsule. I use it for my Wi-Fi signal in the house. A kid with an iPad has an app that keeps hacking my Wi-Fi password every time I change it. Is there a way for me to block that app from hacking my Wi-Fi? If so, how?
    Again, it is a 1st gen Time Capsule, and my computer is a mid-2007 iMac. I use WPA2 Personal for my wireless security. My password has letters, numbers, and special characters, and is not easily remembered. I had to write it down in case I need to enter it on a new wireless device, yet this kid just hacked right in.
    Any and all helpful info will obviously be greatly appreciated.
    Thanks

    A couple of things.
    The advice on the passwords above is good. FING recomendation was great as well - It's a great APP.
    https://itunes.apple.com/us/app/fing-network-scanner/id430921107?mt=8
    However, there is another possibility - Does he know your Time Capsule's Admin password? With that he can use an app to quickly get your WIFI password and get on the network. Have you tried changing the admin password.
    If you've installed this app: https://itunes.apple.com/us/app/airport-utility/id427276530?mt=8
    It will ask you for an admin password to access the Time Capsule. If you're using the same password each time for admin access then he can get access to the admin rights and there are ways of getting the password from there, quite easily.
    P.S. Change the password on your iMAC in case he has accessed it and installed a key logger. (There used to be physical keyloggers that would be discreetly put inline between the keyboard and the computer but I don't think there is one for Macs and with the advent of Bluetooth keyboards it's a moot point)
    <Link Edited by Host>

  • Full screen Air app from Flash

    Hi,
    Im using Flash CS3, and I´m trying to make my first AIR
    applications.
    I try to get a full screen view using:
    stage.displayState =
    StageDisplayState.FULL_SCREEN_INTERACTIVE;
    but i only get a full screen window. Can´t get rid of
    the window/menu-bar and the system bar on top (I´m using OSX).
    I think I have to disable the systemChrome, but I can´t
    figure out how to do this from Flash. I´ve seen som AIR
    examples in javacript and flex, but nothing that works for me in
    Flash.
    Best regards
    Peter

    quote:
    Originally posted by:
    petermaseide
    I still also get the top system bar when i run the
    application on OSX, but on WinXP i get a total full screen wiev. I
    think there is a way to get rid of the OSX bar and obtain a real
    full screen on a mac, but I can´t figure it out from the
    documentation.
    Has anyone found a way to remove the top menu in OS X? I am
    converting a presentation tool created as a Flash executable to
    AIR, so that the client can do more with the tool. The tool is used
    to pitch clients and they want a true full screen experience on the
    Mac. I have been trying for hours, scouring online and through help
    files for the answer and cannot find it. Any help would be greatly
    appreciated.

  • Make iPad app from InDesign for private distribution

    I want to make an iPad app (or similar) with inDesign that can be distributed via e-mail to a limited number of people. This is for the purpose of spreading information that isn't of interest to people in general, and the app cannot be avaiable through the AppStore or similar. (Yes, I know I can use iBooksAuthor on the Mac but I want to utilize InDesign's full functionality with portrait/landscape layouts etc.)
    If not an outright app, can InDesign do something landcape/portrait with interactivity that can be read through iBooks or the Newsstand?
    Thank you!

    Ok, solved it.
    Instead of requiring directory wide authentication, I'm only requiring authentication to access the .plist. Therefore the user navigates to the page(unrestricted), taps the download button, which makes the call to the .plist (restricted) and the user is then asked for credentials. When the user successfully authenticates, the .plist becomes available, enabling the download.
    The .htaccess file looks like this:
    <Files enterprise_viewer.plist>
    AuthType Basic
      AuthName "Authenticate to Download"
    AuthUserFile /home/file/path/.htpasswd
    Require valid-user
    </Files>
    I have a few concerns about the overall security of this, so if anyone has more of a background I'd appriciate a chat, but at least this works or basic security.
    -Scott

  • Firing an external app from flash and pass parameters

    Hi all,
    I need to fire an exe from flash projector and pass it a lot
    of parameters(need to regenerate an image). Could someone tell me
    what would be the best solution for this... can I make a php
    executable which could use all the gd functions? If yes, can you
    please write a brief tut or provide some guidelines.
    Thanks

    then use:
    fscommand("exec", "correctanswer.exe");

  • How do you keep other iPad Apps from Installing on a second iPad?

    We have two iPads in our home all synched to a single iMac.
    So what is happening, is that any app that I install in my iPad automatically gets installed on my wife's iPad the next time she syncs, even thought that app is not lilsted on her APPS window!  The reverse is true also.  So we are constantly spending time deleting apps off our respective ipads, only to see them come right back next time we sync.
    Please!!! How do you stop this from happening (yes I do have the auto sync new apps unchecked_.

    In iTunes, click the iPad in the Devices list.
    Click the Apps tab.
    Un-check the Automatically sync new apps box and click Apply.

Maybe you are looking for

  • How to match invoice with credit together

    I am new to this forum. In EnterpriseOne Accounts Payable function, is it possible to bring up both invoice and credit memo, to match the net quantity in the receipt? For example, invoice charges 5 pcs, then credits back -2 pcs, the receipt has the n

  • JHeadstart and ADF Faces

    Oracle annunce EA for ADF Faces. Would new version of JHeadstart use it or stay aligned with JSP and full UIX support?

  • Populating a bridge table

    Hi please I have a case where two dimesions are to be linked by a bridge table dim a Accid PK Dim b Bid PK Accid FK Fact table Fid PK Accid FK Bridge table Aid PK Bid PK I have checked different examples online, and they used small data and insert th

  • What is backend for bw

    hi friends, we are using bw is data base for sap. what is the backend for bw. we are using oracle for backend. and other thins we are using backend for bw. Thanking u suneel.

  • Issues installing 10.10

    I created a 35 GB partition on my MBP's drive for Yosemite. Downloaded the beta and at the start of the install process chose the new partition. As it progressed, I was seeing problems. Things like text superimposed over other text, radio buttons tha