iOS 7 was announced at Apple's 2013 Worldwide Developers Conference on June 10.
5
votes
6answers
17k views
iOS7 Beta install says “device not registered as part of the dev program” [closed]
I just downloaded and attempted to install the iOS 7 beta, but when I try to activate the device, I'm getting an error:
We’re unable to complete your activation. This device is not registered as ...
3
votes
3answers
365 views
Develop iOS6 App (iOS 7 ready) [closed]
I am currently working on an iOS 6 project which will be ready soon. Since iOS 7 is now available for developers I am planning on making my app iOS 7 ready.
...but any nibs or Storyboards edited with ...
2
votes
0answers
121 views
Changing Frame Programmatically iOS 7? [closed]
So I have an app that is in the App Store and I you type in some UITextFields but some of the text fields were covered by the keyboard so I programmatically moved them up. Now I am working with the ...
0
votes
1answer
1k views
Installing TestFlight on iOS 7 [closed]
After upgrading my iPhone 5 to iOS 7 beta, it seems I have to re-connect it to Testflight.
Unfortunately, I can't install the provisioning profile:
After selecting 'Reconnect Device', 'Install ...
0
votes
1answer
34 views
The document “XXXX.xib” could not be opened. Could not read archive
After opening my project in the Xcode5 developer preview, errors appeared against a few .xib files when I tried to open the project in Xcode 4.5. The error text was:
The document "XXXX.xib" could ...
0
votes
4answers
109 views
Taking new iOS version into account when submitting an update to the App Store
We are just about to submit an update to the App Store for some minor bug fixes and enhancements. The curve ball at this point is iOS 7.
My question is, what do I have worry about in regards to iOS ...
0
votes
1answer
207 views
UINavigationControllers are not allowed in a navigation controller in iOS7 [closed]
One of my apps refuses to launch and am getting this exception in iOS7. The wording in the excpetion looks like a tantrum thrown by an engineer, especially the exclamation point. The code runs fine ...
0
votes
1answer
58 views
Failed to get contentSize of UITextView in XCode5 & iOS7 [closed]
The contentSize of UITextView is used to adjust the frame according to the content of a textview. It works well before but not in XCode5 & iOS7.
CGRect frame1;
frame1 = myTextView.frame;
...
0
votes
0answers
86 views
Has anyone else noticed MPMediaPickerControllers are crashing in the iOS7 preview? [closed]
I started playing with the iOS7 preview today and have noticed that whenever I call a MPMediaPickerController it animates into the media view, but the view is all white. The view immediately dismisses ...
0
votes
0answers
2k views
Upgraded to iOS 7 beta / Xcode 5 beta and receiving warning “CODE_SIGN_ENTITLEMENTS specified without a valid Developer Signing Identity for iOS” [closed]
Just upgraded to iOS 7 beta (and Xcode 5 beta) and am receiving the following warning when I build a preexisting app that I'm moving to iOS 7
Check dependencies: warning: CODE_SIGN_ENTITLEMENTS ...
-1
votes
1answer
30 views
Banning problematic users in a social iOS app without an identifying unique ID?
I have a social iOS app that has thousands of users (and most of them are children ages 10-13). Occasionally someone shows up that wants to cause trouble, and I wind up banning them.
Previously I ...
-1
votes
1answer
49 views
iOS Unique Identifier
How are we supposed to uniquely identify devices now that the UDID has been deprecated? I need to be able to uniquely identify a device even if the user uninstalls my app and then reinstall it. The ...
-1
votes
1answer
202 views
UItableview - transparant background in ios 7
I am checking my app with ios 7 beta. I have set background color of UItableview to clear color. Its still showing white background.
Is there any other way around to make it transparant?
Thanks!
-1
votes
0answers
19 views
iOS 7: change status bar style for view controller
Per the new HIG, here, you should be able to set the style of the status bar in a view controller. However, from the UIViewController docs, it's not very clear how this is supposed to work.
So, let's ...
-1
votes
0answers
157 views
linking ObjC for iOS Simulator but object file was compiled for MacOSX [closed]
I have installed Xcode 5-DP and I am attempting to run my project unsuccessfully (App starts up and just hangs).
I'm receiving the following warning for files connected to the Crittercism framework I ...