Creating an iPad app on a Windows 8.1 PC

Do I require a Mac in order to create an iPad application?
I realize I need an iPad to test the app. I am signed up for Creative Cloud, but not the publishing app. Do I need to sign up for the publishing app?

Do you have PhoneGap?
http://phonegap.com/
This tutorial might help you with the basics.
http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
Nancy O.

Similar Messages

  • What program should I use to create an ipad app to collect email addreses?

    What programs should I use to create an ipad app to collect email adresses in my store?

    For building an iPad app, you can take a look at Adobe Digital Publishing Suite or Adobe Phonegap. Can you describe how would you want to collect email ids and who's emailid's would you want to collect?

  • Creating personal iPad apps

    I currently have InDesign CS6 and would like to use it to create iPad apps to showcase portfolio experience and share with clients. I do not need this to be published to the Apple store, but rather would like to use it within our office and to share with clients. Do I need DPS in order to achieve this, or is that only required for large-scale publishing? I'm unfamiliar with the publishing process and what is required for that. Thank you!

    Thank you, Bob. I had hoped this would be the case. I just tried playing around with making a test app to see if it worked, though, and when I go to preview it does not show the connected iPad as an option for viewing. A dialog pops up saying to make sure that Viewer is open on the connected device (which it is), so I'm not sure why it wouldn't see the device. Is this perhaps because I am working on a Windows machine instead of a Mac? Any help is appreciated - thank you!

  • I want to create an iPad app with multiple issues of the same magazine inside it

    I want to create a digital magazine for iPad. I know with Digital Publishing Suite I can create apps for iPad.
    But there is a problem. Is not clear in the website if with the Single Edition I can create an app that contains all issues of the magazine, or if I have to create a new app for each issue of the magazine that I want to publish.
    Could you please get me out of doubt?
    Please, I need a quick answer. Thanks in advance!

    This should help:
    http://boblevine.us/digital-publishing-suite-101-single-edition-vs-multi-folio-apps/

  • Workflow Question - Creating an iPad App?

    I have created my interactive publication InDesign.
    I've tested it in Content Viewer on my Mac
    I've created a Folio and sent it to my Adobe online account and tried to view it on my iPad (but got the error, waiting for the app update).
    How do I go about publish it as its own App and actually get it to users?
    Thanks

    Answering my own question so it might help others.
    As I understand it to get the .folio to the Apple store I then have to use the Viewer Builder application to make it into an app and submit to Apple, but this is only available if I sign up for a Professional account at a huge cost!

  • Is there a file size limit when creating iPad apps?

    When creating an iPad app that has a lot of video in it, what is the file size limit?

    ask on the developer forums at http://devforums.apple.com

  • Ipad App Open PDF Links But Can Not Go Back

    Hi i have just created an iPad app using the HTML5 Captivate App Pacakger. In my course I have links to PDFs that open in a new tab that work great in a browser situation.
    Now that i have published the app an iPad IOS app when i click the link to the PDF it takes me to the PDF but there is no way to go back the the last screen in the course!
    How can a create a way to go back to the Course screen?
    Thanks,
    Oliver

    If you have the app on a computer in your iTunes Library, and it has not been updated, you can sync it to your iPad.

  • How to always start ipad app with first page?

    Hi,
    I'm creating an ipad app using InDesign CC.
    Right now when I close the app and open it again it shows the last page before closing.
    Is there a way to tell the app to always start from the first page?
    Regards
    Christoph

    OK, thx

  • IPad app screen dimensions

    This is my first shot at creating an iPad app with FlashBuilder. Only one puzzling thing so far, and I can't see anything about it:
    My iPad app in landscape is 748 high, not 768 - hence, it has white bands top and bottom. I'm using the Flex 4.5.1 SDK. Portrait is 1004 high, same bands. My run configurations do in fact say that the "Usable" landscape is 1024x748 - there is only one config for iPad and it's not editable. Obviously, though, the device itself doesn't agree and seems to be looking for 1024x768. Why is this?
    Do I have to update my run configurations to include an iPad2 profile, or switch to SDK 4.6?
    Note: My main file does begin with the [SWF(width="1024", height="768"] statement, and is set to FULL_SCREEN_INTERACTIVE.
    Thanks for any help.

    I guess it wasn't such a simple question --  no answer after 3 days. Happily I found the solution. So for the sake of concluding this: I upgraded the ActonScript Compiler to SDK 4.6. Now fills the iPad screen.
    A further note: anyone who encounters this same issue and upgrades to SDK 4.6 may find that upon publishing, there is a warning that some AIR SDK libraries are required. The warnng contains a link to a page with very clear instructions about how to download the missing iOS configuration libraries and manually install them (without completely reinstalling FlashBuilder).

  • Creating an iPhone app? How?

    I've been looking for weeks online for instructions on how to do this, but I can't find the information I'm looking for so I thought I'd post my question here.
    I have an iPhone 3G and love it. I'm an author who would like to sell my ebook in the app store. I've downloaded the 3.0 SDK to my hard drive (but after installation, I can't find it) nor can I find any instructions on how to use it to create an app.
    If anyone knows of an online resource you can recommend to help me, I'd gladly appreciate it. I'm completely in the dark as to how to do this and Apple's website isn't as helpful as I had hoped.

    Hi Bob,
    Thanks for the info.
    So basically I can't create any Iphone apps with what looks like the single edition I have.
    I'm trying to create some apps for the Newstand so I've already created a Ipad version but was also hopeing to have a Iphone version too
    It says you can create unlimited Ipad apps with the single edition but would that include multiple editions of a magazine rather than an update of an existing one?
    Spence

  • IPad App issue ..!! adt.bat -target ipa-app-store app hangsss..!!

    Hi Team,
    I have created an iPad App.
    adt.bat -package -target ipa-app-store  :  makes an .ipa which installs on my iPad, but fails to run it brings up splash screen and halts
    adt.bat -package -target ipa-test : makes an .ipa which installs on my iPad, but fails to run  it brings up splash screen and halts
    adt.bat -package -target ipa-test-interpreter : makes an .ipa which installs on my iPad and successfully runs
    After issue, i create a simple app using just one label , still the same issue
    I am using correct distribution provision and certificates .
    help appreciated..!!

    I did eventually figure it out. At the time I didn't know how to embed an XML file, so I was taking the file and converting it to a reallly long string. It was in the format of:
    xmlString += "<xmlTag>stuff</xmlTag>";
    xmlString += "<otherTag>stuff</otherTag>";
    There were three files, the shortest of which was over 1000 lines long. For some reason the compiler just choked on that. If I had even one of them in there it wouldn't compile for the app store. The moment I removed them, everything could compile just fine. That was when I figured out how to just embed the XML files and everything has worked since. Interestingly, my compile times for test and debug mode dropped by half once I did that; so it was clearly causing some issues for the compiler in general.
    If you don't have a file like the one I just described, I would recommend commenting out almost everything in your main file and compiling it. If you have an empty project, everything should compile correctly. Start adding things back in one at a time until you get the problem. That was how I ended up nailing down what was happening for us.

  • University...how to allow certain K-12 teachers to download ipad app

    I work a university in South Carolina and am creating an IPAD app that I want to make available only to certain K-12 teachers. The app will be free to these teachers and I really don't want to give downloading access to just anybody via the AppStore.
    Are there any FREE solutions to allow these select teachers to download this IPAD app?
    Thanks

    Not from the Apple App Store.  If they can get it, I can get it.  I don't know if there are other ways to load apps.

  • Can I Publish iPad app with Creative Cloud or do I need to upgrade?

    I have a subscription to Creative Cloud that is about to expire.
    Before I renew - want to know if I can publish an iPad app with Creative Cloud, or do I need to upgrade to Creative Suite or Digital Publishing Suite?
    Thanks!

    Digital Publishing Suite, Single Edition was added to the Cloud in Sep 2012
    http://blogs.adobe.com/creativecloud/dpsse/
    "As a Creative Cloud member, you can now create, develop, and deliver iPad apps using the tools you’re already familiar with. Design brochures, personal portfolios, yearbooks, annual reports — and integrate interactive elements such as slideshows and image sequences — using our latest release: the Digital Publishing Suite, Single Edition.
    This new functionality comes as a plugin to InDesign, making it an approachable and intuitive solution that leverages your existing skills — so if you know print design, you already know how to create an iPad app. What’s even more exciting is that, as a Creative Cloud member, you get the exclusive benefit of being able to submit an unlimited number of iPad apps to the Apple App Store. If purchased separately, publishing each app costs US $395."

  • 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.

  • What is the best method of putting a form into a DPS iPad app?

    Hi there
    I need to create an iPad App using adobe DPS which includes a form. The data from this form needs to be collected into a database.
    What is the best way of doing this? I know a some html but I am not a coder so I'm looking for an option that I can hopefully produce myself relatively simply.
    Any suggestions?
    Many thanks

    Hi,
    We use Wufoo.com forms to accomplish this. Or you could go and sign up for a google /gmail account and use Google Forms. Downside could be that the form doesn't work in offline mode, even if it is displayed on the page.
    If you want that, you should embed html code with a mysql-lite database that syncs when online... but that's not my cup of tea :-)
    Cheers,
    Arco

Maybe you are looking for

  • Resultset closing - technicality

    "..... I declared Statement objects as class variables. You probably are doing the same. Doing this, you can't close the statements inside a method. (don't ask me why!!) My solution was to declare those Statement objects inside the method where I exe

  • URGENT DOUBT IN BADI

    Hi Experts, My requrement is on BADI's but i have not much idea on this requrement,requirement is as follows: · A user exit is needed on the delivery that rebrands sub items into the header item and the header item will then be Post Goods Issued. · T

  • Resource start timeout always at 60 seconds

    Hello all, I'm using clusterware for a standard database cluster. As my storage is NetApp I want to use snapdrive software to load dynamically LUN (3 per database). I've a script correctly working by hand. Time needed for LUNs to be attached is varia

  • Printing to Shared Windows XP Printer

    Windows XP, SP2, latest patches with a USB conected HP 2550L printer, shared PostScript Driver. Unix printing extensions added, TCP/IP service Automatic and Started I first selected the printer via Windows Printing, selected workgroup, the PC and the

  • Delta loading for 0HR_PY_1

    Hi! We are trying to do a delta load fot the 0HR_PY_1 Infosource.If we simulate the delta extraction in R3, the Data Source extracts data , however when we load data into BW , no data are loaded. Can anyboby help us? Thank you very much