Tagged Questions

Questions about issues that are specifically related to Apple's iOS operating systems (whether directly or indirectly).

learn more… | top users | synonyms (1)

-4
votes
0answers
38 views

iOS Kinda Newb Question [closed]

So im getting used to iOS programming. I recently got into storyboards, I've got a quick question: on my delegate.m I used to declare the first window you're going to show something like this: ...
-4
votes
0answers
21 views

How to replace an exist app on app store [closed]

Company a,b and c a made an ios app for c, after a few months, c asked b to make an app to replace a's. now, what is the best way for b to let a's app user to switch to their new app.
-2
votes
0answers
17 views

Using Gamekit to Share Music [closed]

Is there a way that I can develop an application that uses GameKit to share the music currently playing on another device? The connection part isn't difficult using GameKit. It's the sharing part ...
-2
votes
0answers
22 views

Adding option in iOS album share options [closed]

In iPhone/iPad, you can select multiple photos and you get options such as Share, Copy, Add To and Delete. I want to add my own option to that list. The goal is to send selected images to my app. ...
3
votes
2answers
270 views

Design pattern and best practices [closed]

I am an iPhone developer. I am quite confident on developing iPhone application with some minimal feature. I would consider myself as a fair application developer but the code I write is not so much ...
5
votes
2answers
79 views

Data structures for storing finger/stylus movements in drawing application?

I have a general question about creating a drawing application, the language could be C++ or ObjectiveC with OpenGL. I would like to hear what are the best methods and practices for storing strokes ...
1
vote
4answers
131 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
vote
0answers
37 views

How to price for making changes to exisitng IOS app? [closed]

I am a freelancer. I want to change some features on existing apps(3 apps). Client has asked me to provide him a fixed price for the project. This is my first project so i am not aware of the ...
2
votes
2answers
207 views

What's the difference between AppMobi and PhoneGap?

I am new to the cross platform application development. I came across the very similar cross platform frameworks AppMobi and PhoneGaP. I want to know Is there any differences between apk/ipa ...
3
votes
1answer
108 views

Could Apple and Microsoft allow the GPLv3 on their locked-down devices?

It seems that both Apple and Microsoft prohibit GPLv3-licensed software in the app stores for their locked-down devices (i.e. iOS, Windows Phone and the Metro part of Windows). I have heard various ...
-1
votes
2answers
185 views

Best advice for game programmer who wants to go indie? [closed]

So. I'm working right now as an intern in a mobile game development company. I've used Unity quite a lot for 1 year now but, that's about all the experience I have with game design/development. ...
-4
votes
1answer
89 views

Please provide advice: which technologies to learn [closed]

I'm new in development. I have very popular question that probably was answered a lot of times on some different forums etc. Why I said I'm newer. I have started learn programming without any special ...
-3
votes
1answer
123 views

Is there a 2-year exclusivity requirement for building iOS apps? [closed]

I've heard a rumor that when building applications for iOS, the developer is bound to a 2-year exclusivity of that application for iOS upon the project's completion. Is this a true statement or is the ...
1
vote
1answer
42 views

Good example of gprof, for iOS project

The GNU profiler gprof, can be used to profile any application right on the device, allowing real world profiling. As Xcode 4.5 based on LLVM plus it has GNU Debugger, Profiler, and others. I need ...
1
vote
1answer
73 views

How to check any undocumented methods provided by apple?

The following tools is provided by Apple dlopen dlsym objc_getClass sel_registerName objc_msgSend Those are listing Objective-C selectors, or strings. Objective-C selectors are stored in a special ...

1 2 3 4 5 12
15 30 50 per page