-1
votes
1answer
23 views

ios App Development inactive

I wanna create certificate for my iphone application but in developer.apple.com -> Certificate -> Development ios App Development part is inactive, so i can't choice it. But my application must ...
0
votes
2answers
23 views

Starting an ipad app, XCode doesn't do as it should

So according to this tutorial "Xcode uses the product name you entered to name your project and the app. Xcode uses the class prefix name to name the classes it creates for you. For example, Xcode ...
1
vote
2answers
48 views

Why it doesn't compile with Apple Clang ( functional / std::bind ) Compiles fine with GCC

Here is a short version of the code I try to compile. #include <iostream> #include <functional> #include <memory> void foo(std::shared_ptr<int> b, unsigned int i) { ...
-1
votes
0answers
18 views

Upgraded to OS X 10.8.3 …Now my “make” command is gone [closed]

So I upgraded to the newest OSX and now my terminal make command is gone. I tried going to XCode -> Preferences -> Downloads to try and download it but it says "No components available". Clicking ...
0
votes
1answer
42 views

Invalid Binary on Itunes in ios sdk

I just try to upload a new version of my app with some bugs fixed. I check all the icon files & version history are set in plist file. App is passed the Validation & shows me as submitted ...
-1
votes
1answer
54 views

how download xcode dmg file? [closed]

I have an app which is working fine but recently I tried it on an iOS 6 device and it doesn't work and it seems it's because of my old xcode version (4.2) . I tried to download xcode 4.6 dmg file from ...
1
vote
0answers
72 views

XCode 4.6.2 debugger Output [closed]

I have a problem with XCode. In the debugger output(or all output) appears nothing with "program ended with exit code:0". Maybe a problem with my code or a problem with the XCode settings? Code: ...
0
votes
0answers
32 views

Ive Got a error copying a path URL using NSDirectoryEnumerator How do i fix it?

Ive have a problem with copying a file from one place to another heres the debugger confirming the PathURLs 2013-05-05 04:36:42.535 Directory at file://localhost/Users/eggnishion/Mod/Parts/Part1/ ...
-6
votes
3answers
109 views

How install Xcode in windows 7? [duplicate]

I'm a Junior Mobile Developer, I want to install xcode in a Windows 7, or similar software. Anyone know a solution ? For Android I use Eclipse.
0
votes
1answer
26 views

Alt+Click on symbol doesn't show quick-help window :'(

H guys, When I press alt and pass on the code, the question mark appears but if I click on a class name (i.e. NSString) nothing happens. Isn't supposed to appear the little pop-up showing a quick info ...
3
votes
2answers
78 views

Request Timed out when trying to add iOS device to the portal

I added my iPad device to the Apple Developer website by entering it's description and UDID. Within the Xcode organizer, I attempt to add my device to the portal. I have hooked up a proper ...
0
votes
2answers
62 views

iOS: geojson iOS access

Developing for the iPad, I have created a file that i call Coordinates.geojson. I would like to access it from within a classfile called JsonDecoder.m Here is JsonDecoder.m @implementation ...
0
votes
2answers
67 views

iOS: ScrollView with clickable objects inside

The following lines of code represents objects that i insert into a scrollView. My problem is, none of the images inside the scrollview are drag-and-droppable. When the images are added alone, that ...
-1
votes
1answer
32 views

Suggestions for applications when starting out? [closed]

Currently learning Objective-C and using Xcode to begin development, I am aiming for iOS but will start with Mac OS and move to iOS application at a later date. I've read a number of books on ...
-2
votes
1answer
69 views

Why is ipa/.app file size is less than the overall project size (Xcode)? [closed]

I think it has something to do with compression. But I need a concrete answer with some details. I have been searching but couldn't find the right post or article. Please guide me to the article ...
0
votes
1answer
33 views

Bought an xcode project for an app already in the apple store. Do I need to change the Bundle Identifier and create a new App Id for it?

New to XCode programming and Apple store uploading protocol. Like the title states, do I need to change the bundle Identifier and create a new AppId for the app whose code I bought from the original ...
0
votes
0answers
32 views

Xcode: Document-based app not receiving delegate notifications

Not receieving < NSApplicationDelegate > notifications. I set my NSDocument subclass to receive them. Here's my Document subclass header : @interface InquisitorDocument : NSPersistentDocument ...
1
vote
1answer
76 views

Setup In-App purchases for OS X app examples

I know there are references on Apple's Developer website, but I'm having a hard time successfully implementing the ability to have an in-app purchase into my Mac App. I'm looking for something ...
0
votes
1answer
23 views

Xcode: Document-based app window is not loading during attempt to subclass NSWindowController

I really haven't done much and i'm already stuck. So far i've done: added NSWindowController subclass (MikesWindowController.h & .m) removed windowNibName from MikesDocument.m (since i'm ...
-1
votes
1answer
55 views

unrecognized selector sent to instance on my own button class

I'm really new on Objective-C and iOS. I'm having a problem: I'm creating buttons dynamically and I need to store some data on the buttons to use it on the onClick method. I have a class for storing ...
0
votes
1answer
145 views

Automatically refresh IOS devices in a team provisioning profile by Xcode

I have some IOS devices week by week to which I must send my apps for testing purposes during development. These devices can't be pluuged to my computer, because they are far away from me and just for ...
0
votes
1answer
29 views

Apple Human Interface Guidelines

Alright, so I was looking at the Apple Human Interface Guidelines, and apparently there's a rule that you can't display more than one sheet at a time. But then I went into X-Code, created a new ...
0
votes
0answers
46 views

iOS app not compiling for archive

I have created an app that builds just fine (in a few seconds) and operates as expected on iOS devices. I am ready to upload the app to the App Store, but when I try to archive the compiler seems to ...
-2
votes
1answer
145 views

iOS 6 auto-layout between Iphone 5 and iPhone 4s [closed]

Im trying to create an app for both iphone 5 and 4s with auto layout, but when I test is in the iPhone 4s the images are moved, I try to enter constraints, but I did not work .
1
vote
1answer
147 views

Deliver Apple Passbook Passes (.PKPass Files) Via MMS

While researching text message marketing companies I came across something unique (http://www.sumotext.com/passbook-MMS.html) that I didn't know was possible. This is the ability to be able to ...
-3
votes
1answer
22 views

Iphone app to matchmake with other people using the app [closed]

I would like my app to matchmake with other people using the same app, and i was wondering, how would you go about doing this please? Thanks!
0
votes
2answers
191 views

Xcode Resizing UIWebView to content after back button

I am building an app which gets its HTML contents from a web feed (JSON). The length of the pages vary from a single line to hundreds of lines. Although the UIWebView is perfectly capable of ...
0
votes
1answer
62 views

Saving Method for a button

this is my code in my .m file @interface HomeWorkViewController () @end @implementation HomeWorkViewController @synthesize adView; @synthesize myTableView, numbers; -(void) viewDidLoad { ...
0
votes
2answers
73 views

Publish app to App Store using someone else's Mac? [closed]

I have built an app using HTML5 / JavaScript, and it works well as a mobile web app, bu tI would like to publish it to the Apple App Store. I don't own a Macbook, so I'll be relying on using a ...
0
votes
1answer
56 views

Waiting For Method Or Running In The Background

I have a piece of code that firstly calls a method that does quite a bit of thumbnail generation so it slows the device down for about a second. I was hoping to run a method that generates a "loading ...
1
vote
1answer
49 views

Conditional exit(0); in applicationDidEnterBackground? [closed]

Is it ok to use exit(0); like this? -(void)applicationDidEnterBackground:(UIApplication *)application { if (UserDontWantItRunInBackground) { exit(0); } } Will Apple approve it?
0
votes
2answers
173 views

requiredContentSizeIdentifiers is deprecated [duplicate]

my code is -(void)viewDidLoad { adView = [[ADBannerView alloc] initWithFrame:CGRectZero]; adView.frame = CGRectOffset(adView.frame, 0, -50); adView.requiredContentSizeIdentifiers = ...
2
votes
2answers
75 views

I am making an app and I put an iAd but I want it to hide when not available

I am making an application, that has iAd, but when I am not connected to the internet the space where the iAd is supposed to be, is a white empty space, how do I make it so the iAd space is not white, ...
0
votes
1answer
65 views

UIModalPresentationFormSheet Resizing and Human Interface Guidelines

I was just wondering if it was alright to resize (or move) a presented view controller, like one with UIModalPresentationFormSheet style or if this is against Apple Human Interface Guidelines. As ...
-4
votes
2answers
159 views

Storing Objective-c arrays [closed]

I'm new to Objective-c and Xcode. I'm trying to develop a program for the Iphone that lets users enter their contact information. That information should then be saved inside a sub-array, and the ...
1
vote
1answer
98 views

App crashes on the device after XCode updated to 4.6

I am trying to run my app on the device but it gives me the following error in the output window: Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not ...
0
votes
1answer
65 views

Connect iPhone app to access point

I'm trying to create an app that scans available wifi networks and if it is available accesses. It's possible?
-3
votes
2answers
61 views

Apple iTunesConnect: how many apps can I safely have waiting for approve in iTunesConnect? (2 or 3 ?) [closed]

how many apps can I safely have waiting for approve in iTunesConnect? What happens if I upload 10 apps in series ? Apple not allow or reject all ?
0
votes
1answer
60 views

Does apple iTunesConnect allow landscape only App with portrait screen shot in iTunes?

we have created iPhone game with landscape only mode, but screenShot our designer created are in portrait mode. Does apple iTunes connect allow this ?
0
votes
1answer
356 views

Test iPhone App without Apple Dev Account or Jailbreak [duplicate]

I made a small little app I want to test out on my iPhone 5. Problem is I cant fork out $100 for apple or since its an iPhone 5 I cannot jailbreak it. I really need to test this can somebody please ...
0
votes
4answers
61 views

removing the white tap detection [duplicate]

i have a toolbar with an item (UIBarButtonItem) that does nothing when tapped. when running the app and tapping the item, a white spot appears showing my tap like a gesture recogniser. how can the ...
0
votes
2answers
50 views

adding a title to a translucent toolbar

i'm working with an app that uses navigation controller and UITableViewControllers. i wanted to add a toolbar to one of the table views. so using setToolBarHidden i did manage to show the tool bar and ...
1
vote
2answers
82 views

iOS view object properties vs action methods [closed]

Just need some clarification on view objects. If anything I mention here isn't clear, let me know. Just a few questions: What does creating a property do exactly for an object such as a label? Why ...
0
votes
0answers
36 views

How would you make a System Preferences style interface in Xcode?

I'm making a customization app for the Mac (a bit like MountainTweaks, but more options. I'm brand new to Xcode, but I know my way around the Mac system files). It's not released yet, but it should ...
0
votes
0answers
35 views

using custom delegation between two classes in both ways

Problem: Can I achieve that using the same way that I did the first delegation ? I tried it but now Xcode can't identify the other delegation anymore. It was working. I have two classes: first it a ...
0
votes
1answer
48 views

what is the most popular, well written iOS reference? [closed]

What's the best iOS 6 reference? (aside from the Apple documentation)
0
votes
1answer
67 views

Device specific build settings for “app store release” and “development/debug release”?

I am currently developing an app that makes use of the String Augmented Reality SDK demo release (License Description), and I have merged the SDK with my own code and running on my own iPad (4th Gen). ...
0
votes
2answers
29 views

navigation Done item not working

in the top view of my view controller (the last table view controller) has an add navigation item. i added a view controller object from the objects library and i ctrl + dragged from the plus button ...
0
votes
2answers
47 views

static cells don't show in the simulator

i'm working with segues and i want to transition from one view to another when i press the addButton uiBarbutton object. Anyway, i added a table view object from the objects library under the ...
0
votes
1answer
96 views

SKProductsRequest Returning Empty Results

I have looked over some of the other answers and they don't seem to help my situation. I have a new app that is nearly ready for its initial release and I am just working on the In App Purchase ...

1 2 3 4 5 12