The iPhone is a touch screen mobile device by Apple Computer Inc. running the mobile iOS operating system.
-5
votes
2answers
85 views
iPhone development - Which model to test? [duplicate]
I am about to start my own venture in App development. I need some sort of advice or tips on which iPhone model should I test to? My budget is quite tight so I am thinking should I buy 4GS over 3GS or ...
0
votes
1answer
42 views
Putting a TableView on a ViewController [closed]
I am having trouble figuring out the best way to display my model for my iOS 6 app.
My model has a few properties and a to-many relationship with another object. I want to display the properties ...
0
votes
1answer
99 views
Possible to Comment on a storyboard?
I recently started working for a company that has me making mockups for an app they'd like to see converted to an iPhone app. I have not been informed as to how all the boards fit together, but I do ...
-5
votes
1answer
64 views
Resize only those part of Image which is moved by finger [closed]
i am developing an application that change or edit the photo as per dragging finger on the face. same as below images.I am confuse how to start
1) is it possible with UIImageView?
2) if no then ...
-4
votes
1answer
111 views
upload pdf via iOS app [closed]
I have a web-service that transforms an uploaded pdf into a flipping-book. I wan't to create an iOS app that allows the user to upload their pdf and recieve the flipping-book. What possibilities are ...
1
vote
3answers
141 views
Checking if my app is using any undocumented parts of the API
I just read through this question, but I am still confused.
How can I know if my app is using undocumented API calls before submitting to it to the app store? Are there any tools I can use?
-3
votes
1answer
185 views
Android & iPhone apps design methodologies [closed]
When designing mobile applications for iPhone and Android, I find it difficult to maintain the graphic resources for both platforms (ldpi, mdpi, hdpi, xhdpi, non-retina, retina). To simplify this ...
-3
votes
1answer
166 views
How to duplicate an app name in Apple app-store? [closed]
I tried creating an app for Apple's app-store. The name I want is "Chess". Unfortunately it was in used. Okay, fair enough. But I can count at least six apps in the app store using the same name. If ...
4
votes
2answers
404 views
Core data syncing (deletion) using a custom REST web service
I need to sync my local core data stack against a server running a persistent data storage underneath the covers. (I've gone through other posts here and on SO on similar topics)
My requirements:
...
7
votes
2answers
815 views
How to avoid big and clumsy UITableViewController on iOS?
I have a problem when implementing the MVC-pattern on iOS. I have searched the Internet but seems not to find any nice solution to this problem.
Many UITableViewController implementations seems to ...
2
votes
1answer
415 views
Can python and php work together?
I am having a mobile app created for ios. The developers built the app in php. The app requires an algorithm so I found another programmer to develop it. The algorithm programmer built the algorithm ...
1
vote
3answers
160 views
Start with open source desktop application and move to iPhone/Android app
I'm a high schooler and I am competing in an open source software development competition. It must be a desktop application that runs on either Windows or Linux. I have a great idea for the open ...
8
votes
7answers
646 views
Is a simple iPhone app more appealing to users than a mobile website?
My client wants to do an iPhone app because she's found that people are significantly more likely to use the iPhone app over a mobile optimized site. The iPhone app is very simple - it just displays a ...
3
votes
4answers
581 views
Is there any way to get faster app reviews?
I am trying to build a business around an iPhone app. The app will be our main sales channel, and being able to adapt the sales channel faster than the 9-10 days delay cause by the app review times is ...
-1
votes
2answers
384 views
Develop an android and iPhone application with shared database [closed]
I have a great idea for smartphone application, And I want to develop an application suited for both android and iPhone. In addition I need to use spatial database for geo indexing that will be shared ...
-1
votes
1answer
120 views
Service to test app on all the iPhones? [closed]
I have some developers creating an iPhone app, often the app will not work on one type of iPhone even though it worked on another one using the same version of iOS. Therefore, I am looking for a ...
21
votes
11answers
1k views
Why it is necessary to to test my iPhone app on actual iPhone device
I developed one application for iPhone and now I want it on App Store. So many my iOS geek friends told me to test it on actual device i.e. on iPhone.
So I wonder that why it is necessary to to test ...
2
votes
1answer
198 views
Will apple approve app which internally uses library developed by Google?
I am using GDataXML library developed by Google as part of their Objective-C client library. As its Google’s XML processing library and I heard that Apple don't allow to use any third party libraries ...
3
votes
3answers
254 views
Saving Passwords To The Local Device
So In my app (iOS), you have to register in order to use the service (a food service). But in order to change details about your account (username, password, and email), you have to reenter your ...
5
votes
2answers
1k views
WWDC 2012 announced features on iOS 5?
I am relatively new to iOS development, so after watching a bunch of WWDC videos announcing new awesome features for the iPhone SDK, I still got a few questions regarding their support for older ...
1
vote
2answers
223 views
Can I develop OpenGL ES iPhone simple physics app with Xcode 3 in C++ without a GUI?
Can I develop OpenGL ES iPhone simple physics app with Xcode 3 in C++ without a GUI and Objective-C? So I don't need Cocoa and I don't need Objective-C?
0
votes
1answer
256 views
How do certain iPhone apps allow purchases without IAP?
According to section 11.2 of the App Store Review Guidelines,
Apps utilizing a system other than the In App Purchase API (IAP)
to purchase content, functionality, or services in an app will be ...
0
votes
1answer
2k views
How much should app iphone or ipad development cost? [closed]
I'm an iOS developer (freelancer) and i want to know how much cost to build an app? and how should i do to estimate the price? like this app http://www.finalcad.fr/en/index.html
1
vote
2answers
654 views
best platform for developing mobile apps in HTML, Javascript etc [closed]
I've just gotten this project to do at my company that basically involves me taking our company's existing web app and converting it to a mobile app. That we can then port to devices such as Android ...
4
votes
2answers
102 views
Do privacy concerns prevent us from accessing location-based user data?
Every time my team begins to explore the scenarios that are possible with mobile device location data, location data that is part of user data, or even location data that may be retrieved or inferred ...
2
votes
3answers
3k views
Connecting mobile apps to a web service; What is it called and where do I start?
I have some basic knowledge of iOS development and I want to now start connecting my apps to databases hosted on the internet, so that users will have access to remote / public data that pertains to ...
-1
votes
1answer
399 views
Client/Server App – Best online data storage/administration/communication library?
I work on some iphone/android apps and the “data stored on a centralized server” pattern seem fairly common.
So far, I have done one app like this, doing everything myself at a low level without ...
0
votes
1answer
134 views
iphone app- is it possible to invoke a local app after user visits a website or a web app
I have a scenario where a local app is used to take snaps using the iphone camera and the local app can send the photo to a web server...
Now when the user visits a website or another web app using ...
1
vote
2answers
184 views
How can I manage changes between a local config file and a remote config file in a mobile application?
I have an application with a configuration file that is stored in the application bundle. This config file stores the names of images on a remote server. Whenever the application is started, I ...
11
votes
2answers
305 views
As a Europe-based company, is it possible to write a custom iPad application for a customer?
Our customer wants us to write a custom application for him that he can use on a handful of iPads in his company. This application is probably only useful for this one customer (maybe for two or three ...
10
votes
2answers
18k views
Current iOS version/device statistics?
The answer to this SO question has become stale: iOS version/device statistics - where can i find?
because time currency wasn't part of that question, and iOS version updates have been release since ...
2
votes
6answers
655 views
Why would I need a Git Repository?
I'm a beginning developer setting up a project in Xcode 4.3 and I'm wondering under what circumstances I would need to check the "Create local git repository for this project" box.
Thank you!
2
votes
1answer
519 views
Saving mobile application data when no service?
Say I have a mobile application that allows users to enter information which is then uploaded to a central location. I had planned on building this using only HTML5 and javascript (non-native app), ...
3
votes
2answers
599 views
How should an iPhone app connect to a .NET service?
I need to accept text and photo data from an iPhone app. Normally I would write a web service or a windows service with WCF for client server connections. I'm not familiar with iPhone apps, what is ...
1
vote
3answers
267 views
Logistics of becoming a iOS development Firm
We've had a lot of success in our company with the iOS apps that we have made that we are now looking at branching out and offering our services to people who want iPhone/iPad applications made for ...
1
vote
1answer
279 views
What critical iPhone programming (methods/skills/languages/etc) would you teach to new teenage programmers? [closed]
Alaskan high schools are looking to teach iPhone programming skills to their students.
Where would you start?
More specifically:
What languages would you teach, first, second, third? Would you ...
2
votes
4answers
487 views
Am I supposed to remember code from the book I'm using to learn?
I'm currently using a great book to learn what I need to know about making app's for the iPhone using cocos2d.
So far, I am doing great, I read all the code and most of the time, It fits and I ...
0
votes
4answers
556 views
New to Programming/objective c
I've recently started to work on some iPhone apps, starting from a base where I had essentially no programming experience (I studied Maths & had very few programming modules)
I worked my way ...
1
vote
1answer
455 views
How to write a good app store description? [duplicate]
Possible Duplicate:
How to improve the quality of app descriptions
I've just finished writing an iPhone app, and I've completed everything on my app store submission checklist except the ...
4
votes
2answers
534 views
Do Universal iOS Apps have more “issues” when new versions of iOS come out?
I was discussing developing an iOS App with a client and I mentioned that we should ideally have a Universal App that would perform as an iPhone App on an iPhone and as an iPad App on an iPad.
The ...
0
votes
4answers
934 views
Any good tips for a PHP Programmer for starting on Iphone and ipad apps? (have pc only)
I am trying to learn creating apps for IPhone and IPad, apps like database oriented websites where user can save their data.
I am a normal php programmer and use only Windows PC.
Any good tips that ...
0
votes
3answers
253 views
Where should I store my Image files for an app
So In my app, I have a bunch of images. And in order to keep the app size down, I could store those images on my serve, and just download and cache them as needed. But my question is, will that hurt ...
5
votes
2answers
732 views
Copyright Laws for Apps
For my app that I'm about to release, I have used a bunch of 3rd party classes found for free online. I checked all the liscenses before using the code and each one said I could use the code ...
-1
votes
1answer
358 views
Pros and cons of using HTML5 vs frameworks for cross-platform mobile development
I'm going to start developing an app for my job, and I would like to know what is the best approach. The app will be a basic tracker for some application that we have, and since our employers uses ...
-1
votes
2answers
201 views
Application design for web/iPad/iPhone/Android application
I have a web application which is a pretty standard SAAS database driven app. I have a few customers asking for iOS or Android versions of the app. Is it better to build an API on the web app which is ...
1
vote
1answer
2k views
How long does it take to develop an iphone app? [closed]
I have not programmed in objective-C before, but I have experience in C, C++, and java. About how long will it take me to learn the language and libraries, and how long to develop a basic app? I've ...
4
votes
1answer
469 views
New to iPhone Development - iOS5 Storyboard
I'm new here and pretty new to iOS development. My question is basically, should I learn the old school development methods or just learn how to do things using the latest tools (i.e. Storyboard)?
...
6
votes
3answers
5k views
Is it better to target iOS 5 and ARC or an earlier version with MRC?
I personally don't know much about iOS 5, but it seems like with automatic reference counting (ARC), you get rid of much of the memory management issues of the previous operating systems.
So is it ...
1
vote
1answer
853 views
future in iphone development? [closed]
i have done btech,nw i am searching job but one big question arise me in front of me several times that as a iphone developer i can survive or not ? i learned nowdays iphone development but my seniors ...
0
votes
4answers
660 views
Beginning with smartphone app development [closed]
I have a job from a client that needs a iPhone/iPad app. I'm new to the smartphone development so where do I begin with? Do you have some nice in depth beginning tutorials of some kind? JS libraries I ...
