Is it difficult to build an app to run on 3.1.3 ?

I'm currently having a strategy game app built and the programmer is telling me that I can't develop an app that will run on the earlier iOS versions.
He cites the fact that apple want people to upgrade and won't allow apps for earlier systems.
I run and test apps on 3.1.3 and have just tested the NEW Angry Birds Seasons and a smaller app called Flow which run perfectly well on 3.1.3.
I want people with earlier devices to be able to play the game.
Is it really difficult to build an app to run on 3.1.3 and will apple block the app from being released if it doesn't conform?
Couldn't put the Product in the list for this thread because it only goes down to 3G ;-)
Thanks
PM

Thanks Michael
I was hoping that would be the case.
I am not a developer, just a designer so this may not be an easy question to answer, but how much 'extra' code would be required to make a app run on an older iOS - roughly how many hours, or would that be dependent on the complexity of the app?

Similar Messages

  • App to run remote commands

    I am building an app to run remote commands. A server app with tcp/ip to listen for connections, validate user, then let user send commands(from a predefined list) that will fire the Runtime rt = Runtime.getRuntime() , the Process proc = rt.exec(cmd from cmd list)
    Any thoughts on this? Better method or practice?
    Can you get static of a proc whil running? I wnat each call to be a new proc, so I guess I could vector them after creation?
    M

    strictly network internal ops. Run exe/bat/com on remote server. The commands will be contolled by the admin, so we will be limited. I see the server running as a Win2k service so the permission for it to execute commands could be limited to the user that is the 'log on as' for the service.(is this a correct assumption?)
    We have tried rcmd, windows scripting, etc...but they all require admin privs on the target machine and the admins won't allow this.
    My thought was to build a command object to extend into commands we are allowed to run. you use a gui to send encrypted command name to server, it decrpyts and runs the appropriate cmd object, firing runtime to execute a predefined cmd string held in the cmd object and permissions based on service 'log on As' user.

  • Can not able to upload a build on App Store with new itunes connect interface.

    Hello ,
    I am uploading a build to app store with the version number 1.2.1 with same bundle version . But after some time apple shows error as Redundant Binary Error. You are trying to upload a same build that is already on app store.
    So i change my app bundle number to 1.2.1.1. This time the apple shows error as The session status is changed.The session
    I tried to solve it out by changing the
    # https.proxyPort=443          To         https.proxyPort=80
    I have uploaded the build with changing the bundle number but now every time it shows same error.
    I was also trying to upload the build taking some break in between. Uploaded build more than 15 times to app store, but couldn't successed.
    Please some one help me. It's getting very frustrated.

    You will be better off asking in the developer forums, this forum is for questions about buying/downloading from the store : https://devforums.apple.com/index.jspa

  • Is there a way to build an App with CS5.5 that can run in older iPods

    Hello
    Does anybody know if there is a way to build an app with flash CS5.5 that can run in older iPods?, just like with CS5?
    Each IPA I build with CS5.5 cannot be installed in my iPod 8GB with iOS 4.2 and before with CS5 I could install all the IPAs there and test.
    The lack of support to iPod 8GB would be limitating for the market and sales...
    Is there some setting to build IPA to older iPods?
    Thanks

    AIR 2.7 release notes:
    AIR runs on "iPodTouch 4th generation iPhone 3GS and iPhone 4iPad".
    But:
    AIR 2.7 runs on iPod Touch 3rd Generation, too - but only on the 32GB and 64GB models. The 8GB model is in fact only an older 2nd gen iPod Touch.
    We tested this and we even have some apps in the app store running on the iPod Touch 3rd gen.
    I posted about this, look here:
    http://forums.adobe.com/thread/892541?tstart=0

  • Problem in deployment of ISA B2B after building the app using ant buildtool

    Hi
    I've a problem with building ISA B2B App after modification.
    I've ISAWAC640SP11 and ant buildtool to build the application.
    I've setup a customer project in NWDS.
    I've build the application using build tool but when i try to deploy it
    on SAP J2EE 6.4 using SDM i get a weird message stating
    <b>"com.sap.sdm.util.sduread.IllFormattedSduFileException: The archive must be deployed with a 6.20 SDM, which has a SDM-SDA compatible version 1 or greater."</b>
    Does anyone know what is the exact proecess to build the application in
    SAP J2EE 6.4.
    Do we have to use the ant build tool or we can directly build the app using NWDS
    default build process ?
    Also can some one suggest me to setup a customer project for extension and
    modification of ISA B2B 640 on NWDS and SAP J2EE 6.4....
    Thanks & Regards
    Sandeep Solanki

    Guys please help  !!!
    atleast gimme some idea or suggestions.. !!!
    Regards
    Sandeep

  • How to go about building a app that searches for and displays pages from Google.

    I was wondering how i would go about building an app that takes a users input such as a sentence (not a URL) and then searches  for their input on Google. This app would then have to display a selected page automatically on the UIWebView.
    My existing code in my viewcontroller.m is as follows:
    - (void)viewDidLoad
    [super viewDidLoad]; [webView loadRequest: [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.com"]]];
    I now want my app to use a users input (a word or a sentence) and search Google with that input but do it in the background then display the first search result in the UIWebView, what code would i need?
    Thanks

    Sorry, I cant view the App Store Review Guidelines
    https://developer.apple.com/appstore/resources/approval/guidelines.htmllink, maybe its because i dont have a developers account yet i will be getting one when i am ready to launch my app on the app store.

  • How to build an app where I have virtual 3x5 cards the user can fill in and move around on screen

    Hi ColdFusion Guru's,
    Can you point me in a good direction for this project?
    I want to build an app where the user will have a deck of 3 by 5 cards on the screen.
    The user will type in some data on each 3x5 card and then drag it to a location on the screen.
    The user needs to be able to flip through the deck of cards and lay them out on the screen.
    There will be a SQL database bihind it to store the data and position of the cards.
    I'm thinking there must be some sort of existing app I can build on.
    Is this ColdFusion or Ajax or what.
    Thx
    Mike

    I imagine the final version of this will be a combination of ColdFusion and alot of JavaScript.
    I imagine you'll use CF to handle simple stuff like communicating with your database (getting/saving/etc.), and then utilize a bunch of JavaScript to manage the client-side interactions of drag-n-drop, sorting, positing, etc.
    And to minimize annoying page refreshes, I suggest you'll want to use a lot of AJAX to help with continually tracking and saving card positions, content, etc.
    I don't really know of anything out there that could provide a base for this specific of a project, but at the very least you'll definitely want to get yourself a good JavaScript library (jQuery, ExtJS, mooTools, etc.) that can help with the drag-n-drop and other client interaction stuff.
    Also, you'll definitely want to carefully plot out how all the peices of this need to work together.  Otherwise, you'll end up with a pile of CF/JS/HTML/CSS spaghetti that will be impossible to manage, much less expand upon in the future.

  • Add a translation dictionary to Apple's in-build Dictionary App

    Hey folks!
    ** I did not find the right community to ask this question, maybe you can guide me? **
    I am coping with something annoying for a long time. Since english is not my mother tongue and I am doing studies in that language, I spend a lot of time searching for translations. Up to now, I am always switching between an internet translator tool and my document.
    So, has anyone an idea about how to add a "translation dictionary to Apple's in-build Dictionary App"? I found other topic about this kind of question on the internet, but none of them is working. Either the website from which we are suppose to download the dictionary is expired or the downloading doesn't work (or maybe I am not able to follow the steps?).
    Maybe someone knows a little bit more about it?
    PS: In my case it would be a french-english dictionary
    Thanks a lot for your help!
    Valérian

    If you have not already done so, see
    http://m10lmac.blogspot.com/2013/01/adding-dictionaries-to-dictionaryapp.html
    and
    http://clasquin-johnson.co.za/michel/mac-os-x-dictionaries/index.html

  • How can I build an app ?

    I'm a pediatrician with some ideas for iPhone apps.  How can I go about building an app?
    Is there a particular program I can purchase that would simplify the process of building apps?
    Some of the apps I would create would be simple audio tracks, and also counting functions.

    iOS Developer Program - Apple Developer

  • I am building an app that has hundreds of pages, is there a limit?

    I am building an app that has hundreds of pages, is there a limit? I think i could have about 400-500 pages. i have heard that if it resembles a book it will get rejected, does anyone know about this?
    thanks

    It will get rejected if it is a book. If what you are doing is impossible in iBooks Author (HTML and Javascript), then you are fine.

  • Building an app that interacts with a pc game

    Hi
    I am wanting to build an app for a racing sim game.
    I have no experience or knowledge of how to even start something like this.
    So I would like to ask if it is possible to use adobe software to build an app that can take a stream from a game and display it as an additional screen on a tablet "Blackberry Playbook, is what I am wanting to use".
    For example...
    In the racing sim, I am wanting to use the rear view feed from the cockpit of the car and link it to a tablet to use as an additional screen.  This would give the user the ability to move the rear view of the screen to where ever is comfortable to view.
    I know that in the blackberry playbook, I can stream videos and music from my desktop pc to my tablet through splashtop HD.
    All or any help would be appreciated.
    Thanks
    Adrian

    If you look at Squared5's website, you'll see that it does, in fact, offer a Windows version - here:
    MPEG Streamclip PC
    Also, you can always get QuickTime Player for Windows too...
    Patrick

  • How to uninstall a build-in App?

    How to uninstall a build-in App?
    Solved!
    Go to Solution.

    If you change the Date +100years, you will be able to uninstall build-in App. (ok not all of them)
    Thanks.
    Attachments:
    GetAttachment.jpg ‏3 KB
    GetAttachment (1).jpg ‏4 KB
    GetAttachment (2).jpg ‏4 KB

  • If cloak some files in an App would uploaded or not in build.phonegap to build the App?

    cloaked files not uploaded...
    if cloak some files in an App would uploaded or not in build.phonegap to build the App?

    i use dw cs6
    http://tv.adobe.com/watch/building-mobile-apps-with-phonegap-build/introduction-to-phonega p-build-building-your-first-app/
    why in this video skipps to talk about signing keys? ios, android, blackberry?
    when required?
    may skipped for paid apps? how get codes to setup for phonegap build?

  • What would it take for someone to build an app for my business?

    I am looking for someone to build an app for my business....

    You can hire people to build your app for you, but it will cost you. Now how deep you will dig into your pockets will depend on the complexity of your app. Try a company called azurasoft but be cautious dont get suckered into anything

  • Transition from my firefox extension to a Flash Builder desktop app

    Trying to make a slow transistion from my firefox extension to a Flash Builder desktop app.
    Okay i'm not familiar on how to go about this I have js code that lets my app sync it self with the lates build it looks for a new version number which is in a txt file. Inside the txt file I have 0.0.0 so evertime I change the version number to 0.0.1. The app checks for new updates and sees the txt file has a new version number and start to pull in the zip file and extrudes the zip into the directory.
    I can't get my head around on how to modify this code ["@mozilla.org/extensions/manager;1"].getService
    to look in the root directory of my Flash Builder app.
    function Xcalibur_Sync(){
        document.documentElement.getButton("accept").disabled = true;
        var Cc = Components.classes;
        var Ci = Components.interfaces;
        var url = xcaliburGetUnicharPref("extensions.xcalibur.downloadurl");
        var Step1 = document.getElementById("xcalStep1");
        var Step1done = document.getElementById("xcalStep1Done");
        var Step2 = document.getElementById("xcalStep2");
        var Step2done = document.getElementById("xcalStep2Done");
        var Step3 = document.getElementById("xcalStep3");
        var Step3done = document.getElementById("xcalStep3Done");
        var Step4 = document.getElementById("xcalStep4");
        var Step4done = document.getElementById("xcalStep4Done");
        var xcalSyncDone = document.getElementById("xcalSyncDone");
        var progressMeter = document.getElementById("xcalProgressMeter");
        var progressPct = document.getElementById("xcalProgressPct");
      // Get Xcalibur version and location
        var GUID = "[email protected]"
        var gExtensionManager = Cc["@mozilla.org/extensions/manager;1"].getService(Ci.nsIExtensionManager);
      //var currentVersion = gExtensionManager.getItemForID(GUID).version;
        var currentVersion = xcaliburPrefs.getCharPref("extensions.xcalibur.installedversion");
        var xcaliburdir = gExtensionManager.getInstallLocation(GUID).getItemLocation(GUID);
        var file = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsILocalFile);
        file.initWithPath(xcaliburdir.path);
        //Step 1 - See if an update is available
        Step1.setAttribute("hidden", "false");
        var req = new XMLHttpRequest();
        req.open('GET', url+"CRV.txt", false);
        try{
            req.send(null);
        }catch(e){
            alert("Cannot get update information from "+url+"CRV.txt\n"+e.toString()+"\n\nSync aborted ...");
            window.close();
            return false;
        }//try
        if(req.status == 200){
            var CRV = req.responseText;
    Any Ideas?
    Thanks,
    Ish

    Have you taken a look at the documentation on updating AIR applications?
    http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff2. html
    Or is it something else you wish to do? You can access the directory where your app is installed by looking at File.applicationDirectory and you can hit a URL by using URLRequest.
    -Anirudh

Maybe you are looking for

  • Best Buy, what is a loyal customer worth?

    I have never written this type of message before but I felt this to be important for Best Buy to read. I was in retail for 37 years. I started out stocking shelves and ended my career a Senior Director. What I experienced in the last 3 days over a ce

  • Logical & Physical File path

    Hi Gyes,   In selection screen i will enter <b>logical file path</b>.After executing this program i want <b>physical file path for that particular logical file path</b>(input).Is there any function module is there. Thanks and regards,   Suresh.

  • Logical OR of QueryFilter.

    I'm using NW CE EHP1 to model a find operation of a Business Object. Can I select instances using 2 filters on 2 different attributes, in a logical OR? For example, find the employees whose firstName starts by "A" OR whose lastName starts by "A". If

  • Lost my itunes :S

    Heres the thing, i dropped my phone, i backed up my phone, i took my phone to apple were they replaced my phone, i brought it home, i sync my phone, contacts appeared but my itunes didnt :S im on itunes store now were it wont even give me a breakdown

  • Disk Warrior (DW) 4.1 won't startup on 10.5.5 MacPro

    Anyone else out there try DW on 10.5.5? Performance was a little shaky so I decided to try DW. When I hold the C key down the grey screen shows up but then it just restarts the computer. Sounds like a lot of users are experiencing poor performance fr