Questions tagged [ipad]

19 questions
11
votes
2 answers

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 more in the future, but only after additional…
Heinzi
  • 9,646
  • 3
  • 46
  • 59
8
votes
2 answers

Web framework for iPad and common desktop browsers?

We are developing a web-based, commercial point-of-sale application. We'd like the same web site to work well on an Ipad as well a desktop browsers. We're looking for a web framework that makes the site look good on an iPad, but also makes the…
Chris Vesper
  • 183
  • 5
6
votes
2 answers

What is the easiest and cheapest way to distribute apple iOS enterprise app?

I work as a developer in a company, The company I work with has to deploy the app I made to their client. Number of clients are 3 and each client has around 100 iPads. Now my question is, What different ways we can use in order to deploy and…
5
votes
3 answers

planning the same app for both OSX and iOS

I would like to ask which is the best strategy for creating an application that will be developed both on Mac and iPad, so to make minumum effort to port it from one platform to the other, starting from iPad, for example, but rather trying to make…
P5music
  • 281
  • 3
  • 8
5
votes
2 answers

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 client likes the idea of an iPad-specific version…
Tom Kidd
  • 827
  • 9
  • 16
3
votes
1 answer

Has anyone had a positive experience using Google Analytics in their native iOS app?

I'm having a hard time finding reviews on Google Analytics for native iOS apps and I was hoping to find some programmers on here that have any experience with it. If so, how well did it work? Thanks so much for your thoughts!
BeachRunnerJoe
  • 567
  • 2
  • 6
  • 14
3
votes
2 answers

iOS Development: What are some reasons I should to use XAuth to authenticate a twitter user?

I see many people using XAuth in their app to authenticate twitter users and I'm wondering what are some situations that I would want to use XAuth in my own apps. Thanks so much for your wisdom!
BeachRunnerJoe
  • 567
  • 2
  • 6
  • 14
2
votes
3 answers

suggestions for staff id authentication

I'm developing an ipad app for managing HR attendance, so the idea is that the staff come to the center, choose their name from a table, and write down their personal id, for the time they come and the time they leave, still evaluating for the…
manuelBetancurt
  • 830
  • 2
  • 9
  • 16
2
votes
3 answers

iPad app architecture with very large files

I am working on an iPad app. It needs to contain some very large files. I could put them into the app, but they would push it well over 20MB, which means that it would not be downloadable over the air -- only via iTunes. Is there a way around this…
William Jockusch
  • 2,001
  • 2
  • 18
  • 16
2
votes
1 answer

application architecture with one or more PDFs

I am writing an iPad application. The main view of the application will be a PDF. I have made considerable progress in parsing out the contents of the PDF. The application will also have at least two "side views". These side views may or may not…
William Jockusch
  • 2,001
  • 2
  • 18
  • 16
1
vote
1 answer

Views, View Controllers, Properties and Object-Oriented Programming

I'm new to OOP, having been a procedural programmer for many years. I'm learning iOS development in Objective-C and could use some clarity on when and how objects and properties are used. Say I have a view controller, MyViewController. Within that…
Michael Mangold
  • 365
  • 1
  • 2
  • 11
1
vote
1 answer

How much should app iphone or ipad development cost?

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
Ziad Tamim
  • 109
  • 2
  • 6
0
votes
2 answers

Concerns when designing an iPad video player

I've recently been asked to design a video player for the iPad. I've never done one before and I'm wondering if I could get some caveats in terms of it's development and design. Are there areas of building a video player that are particularly buggy…
Eric Brotto
  • 385
  • 3
  • 13
0
votes
3 answers

How to implement instant communication between iPad and iPhone through the net?

What is the best way to implement this: 1.iphone/webBrowser user selects some products (a,b,c) to buy 2.the chosen products most appear on the iPad located in the Store. using a UITableView perhaps. 3.The store staff then decide if the products are…
bigboy1212
  • 101
  • 4
0
votes
2 answers

Flexible development environments for creating a common code base targeting tablets (iPad/Android) and x86 PCs

Hopefully this won't be flagged for being too vague, but I'm really looking for suggestions from anyone with experience in this sort of situation. I work for a group that develops very specialized engineering calculations for Intel x86 platforms.…
ardnew
  • 186
  • 5
1
2