How can I make apps in a Windows PC

Hello, i what to make apps for Apple Store but i don't have a Mac or a iOS but I have heard that I can make apps in my computer that has installed Windows 7, is that true ?

Conduit also has a free app builder for iOS that you can use right winthin your own browser window! NO MAC REQUIRED!
That is not correct. OP, be sure to read through all details of how these services work before jumping in, since your goal is to publish an app to the Apple App Store. For example, Conduit's Guidelines for Submitting Apps to the Apple App Store state you need an Apple iOS Developer account and include this:
Note: You will need to complete the last step of the submission process using a Mac computer
The appsbar site does not have any details about the iOS app submission process. The web site does state iOS apps are HTML5, so I suspect appsbar apps for iOS are web apps accessible through the browser, not the Apple App store. Otherwise the submission process would take way longer than the stated 3 to 5 days.

Similar Messages

  • My free apps purchased using my cousin's apple id won't open anymore on my iphone but apps donwloaded using my own apple id still works. Why is it like that and how can I make apps purchased using my cousin's apple id work on my iphone? Help!

    My free apps purchased using my cousin's apple id won't open anymore on my iphone but apps donwloaded using my own apple id still works. Why is it like that and how can I make apps purchased using my cousin's apple id work on my iphone? Help!

    Welcome to the Apple Community.
    Delete the apps purchased by your cousin and purchase your own.

  • How can I make the Strip Silence window wider?

    Hi.
    How can I make the Strip Silence window wider? Right now it just fits my MacBook screen, so
    I can´t actually see what I am doing. I saw a tutorial where the Strip Silence window went outside
    the screen on both sides so you could go into detail on the file.
    All the best, Henning...

    Also, I believe the size of the strip silence window has something to do with the length of the region you are editing.
    -Ben

  • How can I make invisible the menu "window" on oracle webforms

    anybody can tell me how can I make invisible menu "window" that appears on webforms?
    Thanks in advanced.

    Hi Andrew,
    Thank you for looking at my problem!
    Both my development system and test system are Window XP. The font size are all set to Normal. What other details do you need to know?
    The text on front panel shows well on my development machine. But when the .exe runs on my test machine, the text size was not adjusted by itself so the text body got cut off.
    I found a way to "fix" this problem: I had to drag the text box down and right so there is enough magin between the text body and the box on the right and at the bottom. I had to try it a few times until it finally shows well on my test machine. However, with those magins, it doesn't look nice on my development machine anymore. Also, I only tried on one test machine, if it looks good on one test machine, will it look good on all the other machines? Eventually my app is going to run on Window 7. I'll have to test that out and find out if it's still going to be a problem. Anyway, I don't feel this is the right way to do it. I hope someone knows what I'm talking about and have a soluction to it.
    Thanks very much!

  • How can i make a appbar for windows

    hi, i want to make a appbar for windows os. (top or left or right of desktop.) floatingdock.java for linux, i am serching for windows. i searched very much but only found 2 result with jni but i couldnt work them. i dont know vc++. is there anybody tell me how i make this application with jni or other ways. or source code thanks.

    do you know floatingdock.java application for linux?
    example:
    [https://jdic.dev.java.net/resource/floatingdock-top-jds.gif]
    i want to do jframe like at the picture for windows os. icons and other windows ar not back or front, they will be under my frame.
    Edited by: thewildeagle on May 4, 2008 6:16 AM
    Edited by: thewildeagle on May 4, 2008 6:17 AM

  • How can I make app use all available space in window?

    Hi,
    I'm trying to embed my flash app in a browser window and have
    it use all available space. I've found plenty of tutorials online
    that tell me how to make it take up the whole window, and they
    work, but that isn't what I want. I have other content on the page
    (a bar of links across the top). I thus want the flash app to take
    up the full width and almost all the hight, leaving enough vertical
    space for the link bar at the top. Right now, I have it set to 100%
    for both height and width in the object tag, and it displays the
    link bar, but the bottom of the flash gets chopped off (an amount
    exactly equal to the height of the link bar). It seems that setting
    height=100% means 100% of the full window height, not the unused
    height. Is there any way to make it do what I want?

    I believe the 100% will be relative to the parent container
    of the Object/Embed tag.
    If the Flex app is in say, a DIV that is correctly sized,
    then 100% will fill the DIV. So I think you will need to get your
    div sizing dynamically. A CSS expression maybe?
    Tracy

  • How can I make apps self-minimize upon Launch?

    I created an AppleScript to Launch several programs at once. I would like several of the apps to self-minimize to the dock when they launch, leaving just one app with an open window.
    Can anyone help me learn how to do this?  I am running Mavericks OSX 10.9.1.
    Thanks.
    Richard Jones

    You can always just add them all to your Login Items and check the Hide box.
    Otherwise, this may help:
    https://discussions.apple.com/thread/5283675

  • I have perl scripts that I want to be able to run with my iplanet web server 6.0. How can I make it work in Windows NT? (Because I have no problem when I use it with Linux).

     

    Hi Melanie,
    In order to run a PERL script under Windows NT the iPlanet Web Server needs to know where to find the PERL interpreter.
    follow these steps :
    1) Make sure Windows NT knows what a .pl file is. In file Manager click on file and choose associate from the menu. Check the "files with extension" drop-down list for pl - if it exists verify that it is pathed to your perl.exe. If it is not already on the list click the "New Type" button. In the Filetype box put pl. Choose open from the Action drop-down list. In the Command box specify the full path to your perl.exe interpreter (Make sure to use short filenames, rather than long filenames.) Click the OK button. Then click the Close button in the main Associate dialog box. Double click a .pl file to test - it should automatically launch the PERL interpreter and feed it your .pl file.
    2) Create a directory to contain your .pl scripts.
    ~server_root\shell-cgi is a good choice.
    or \cgi-bin\
    NOTE: Make very sure that this directory is NOT part of the document root, it should have it's own directory (preferably at the same level of the docroot).
    3) In the Admin Server select Programs.
    4) Choose CGI directory (normally) or WinCGI directory or ShellCGI Directory depending on ur choice from the Programs menu.
    5) Put the URL Prefix you would like to map to your Shell-CGI directory into the URL Prefix field.
    6) Put the full path to your Shell-CGI directory in the Shell CGI directory field.
    7) Click OK.
    8) The save and apply changes page will display your changes and give you the opportunity to verify them. If they are correct click the Save and Apply button. If not Click the Undo button and go back to step 4.
    (9)You can then call your .pl scripts directly by referencing the directory mapping that you have just created. For example:
    http://my.server.whatever/shell-cgi/ myscript.pl
    this should work now.
    If not Pls Mail me.
    regards
    T.Raghulan
    [email protected]

  • How can i make firefox look like windows explorer?

    i'm using a custom explorerframe.dll in windows explorer. Now I want the firefox navigation bar(back and forward buttons; address bar) to look exactly the same. Is there a script(userchrome.css) that can do this automatically or do i have to port the style and make my own theme?

    Right-click the Menu bar and click to de-select the Menu bar.

  • How can I make apps show up multiple times on the iphone?

    Hi, call me pedantic if you will, but I want some of my iphone apps to show up in several locations so I can sort out the folders.
    For example, I have loads of games. I want to categorize them as sports games, puzzle games, racing games, etc.. but I also want a folder called favourite games. I want any games in the favourite games folder to show up in the correct category folder as well.
    I know that we probably can't do that with a normal iphone but if I was to jailbreak, could I do it?

    Do you go around chastising others for providing answers to other people's questions just because you don't seem to find the answer helpful? Isn't it really up to the original poster to decide what is helpful and what is not?
    Could I respectfully request that it would be more effective if you either provided an answer to the original question, if you know it, and if not just avoid posting solely to criticize someone who has been helping here for many, many thousands of posts (and been acknowledged for doing so by hundreds of users who have been helped)? Otherwise it really is you that's wasting time and bandwidth.
    Regards.

  • How can I make App Store stick with one Apple ID login?

    I have an iPhone 3GS and recently upgraded to IOS5. The iTunes on our laptop has always recognized whether my phone or my husband's phone is plugged into it. However, since the upgrade, my App store on my phone keeps asking for the password to his account. Once in a while it will ask for the password to my account name. How do I get my phone to stop asking for his ID password?

    After much browsing and searching through the forums, I found out that somehow these apps were originally downloaded using my husband's Apple ID. After deleting them, downloading them again will prompt for my Apple ID and fix the problem.

  • How can I make Reader the active window when opening documents?

    I am having trouble with this because right now documents open in the background and Adobe Reader does not become the active window.  This requires an extra click on Adobe to bring the opened document to the foreground.
    Nowhere to be found in Preferences.
    My system is Linux RedHat 2.16.0
    Adobe Reader 9.3.1
    Thanks a bunch.

    Sir,
    Inspect the following methods (all available to, say, a JFrame) - they might help you out:
    setVisible
    setState (to (de)iconify)
    toFront (request to bring to front)
    requestFocus

  • How can I make a filter in number app

    How can I make a filter in a row in number apps? Sometimes i need to filter my name in a list from an excel sheet. What I need is to know if I van use data filtering in number app.

    It's best to never move iTunes media around in Finder. Add it to the Library through the iTunes interface by dragging them into the window. Once they've been added to the library, you can try using Get Info on the files in iTunes and change the tag info to make them group together. (A unique album name should do this.) If you want them to be included with TV Shows, you can try using Get Info to set the Kind to TV Show (found under the Options tab in Get Info), but I'm not sure if it will work. Otherwise, you could make a playlist and drag them into to access them all in one convenient spot.
    If you add the items as noted above and they still do not appear in your library, it's probably because they are not a compatible format.
    Message was edited by: Diane Wordsmith

  • I exported a iphoto slideshow to desktop, converted it to mpg file by using BURN app, burned to DVD and exported to a USB flashdrive. The DVD looks great but flashdrive is extremely fuzzy. What is the difference and how can I make flashdrive sharper?

    I exported an iphoto slideshow to desktop, converted it to mpg file by using the BURN app, burned it to a DVD and exported it to a USB flash drive. The DVD looks great and very sharp but the slideshow on the USB flash drive is extremely fuzzy. What is the difference and how can I make the slideshow on the flash drive look as sharp as the DVD?

    Export the slideshow out of iPhoto as a QT movie file via the Export button in the lower toolbar.  For iPhoto 9.4.3 and earlier select Size = Medium or Large. For iPhoto 9.5 and later selct 480p.
    Open iDVD, select a theme and drag the exported QT movie file into the open iDVD window being careful to avoid any drop zones.
    Follow this workflow to help assure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process.
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    If iDVD was not preinstalled on your Mac you'll have to obtain it by purchasing a copy of the iLife 09 disk from a 3rd party retailer like Amazon.com: ilife 09: Software or eBay.com.  Why, because iDVD (and iWeb) was discontinued by Apple over a year ago.
    Why iLife 09 instead of 11?
    If you have to purchase an iLife disc in order to obtain the iDVD application remember that the iLife 11 disc only provides  themes from iDVD 5-7.  The Software Update no longer installs the earlier themes when starting from the iLIfe 11 disk nor do any of the iDVD 7 updaters available from the Apple Downloads website contain them.
    Currently the only sure fire way to get all themes is to start with the iLife 09 disc:
    This shows the iDVD contents in the iLife 09 disc via Pacifist:
    You then can upgrade from iDVD 7.0.3 to iDVD 7.1.2 via the updaters at the Apple Downloads webpage.

  • How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?

    How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?
    Basically I like the control over the compiling process that I get by using Ant - but I really want traces to come up immediately without having to switch contexts.
    I have an ant file that successfully launches a swf in the flashplayer - but I don't know how to make the flex console start displaying the trace output. I assume that I will have to point it to the appropriate trace output file - but I am not sure how to have ant even address the console.  Is this possible?
    Here is the the target node from my ANT file:
        <target name="launch">
            <exec executable="${FLASHPLAYER_EXE}" errorproperty="trace.output">
                <arg line="'${DEPLOY_DIR}\test.swf'" />
            </exec>
        </target>
    Thanks for any thoughts, or alternatives!

    For the record, I ended up using Logwatcher - it worked perfectly.
    http://graysky.sourceforge.net/

Maybe you are looking for