Search results for

“testflight the requested app is not avaliable”

416,627 results found

Post

Replies

Boosts

Views

Activity

Hiding UISearchBar in UITableView
Note: This is a duplicate of this post... I can't seem to reply on the old forums (perhaps due to the recent archiving).Hi,I have a UISearchBar in a UITbableView. I'm usig AutoLayout.Note: Also, can't seem to insert an image in the new forum ... here's a link to the image from my old post.I would like to hide the searchBar until my search button (not shown) is touched.How can I hide and show the searchBar as needed?Using the active property as suggested by KMT doesn't really work. The only thing this appears to do is just change the focus to/from the search bar but it doesn hide.Thanks!
1
0
2.6k
Jun ’15
Reply to Create an app
The first step is to know what kind of Apps you would like to develop. App categories are so inmense, that it will take you a decade to Master them all. You can choose to be a generalist but I wouldn't recommend it. The more you cover, the less expert you become. So after you decide which category (example Games). Then you can dive into learning code and follow the videos / links that were posted. ** Don't get too deep into coding, just learn it enough to make it functional. Concentrate on expresing your ideas through UX design.. it's what sales!.
Jun ’15
Menu extras broken in 10.11?
It seems third-party menu extras may finally be broken with El Capitan. iStat Menus disappeared and I can no longer install it. Console shows6/8/15 3:13:00.723 PM SystemUIServer[1012]: invalid menu extra: /Library/Application Support/iStat Menus 4/extras/iStatMenusDateAndTimes.menu6/8/15 3:13:00.723 PM SystemUIServer[1012]: unable to initialize menu extra /Library/Application Support/iStat Menus 4/extras/iStatMenusDateAndTimes.menuAnyone else experiencing this issue?
9
0
2.8k
Jun ’15
Facebook Share w/ Iphone
I have an app that users have the option to share their score via Facebook. But my problem is that unless the user has a Facebook app, it will NOT post the link correctly.Therefore, those without a Facebook app, when they post their link directly through their iPhone browser, it will show up incorrectly. My developers are saying that it is iPhone's default setting & this can not be change.Is this true?
0
0
366
Jun ’15
New project errors
With iOS 9, I'm taking the opertunity to rewrite a small game of ours, and found that there are a few errors that keep popping up no matter what we do. Just thought I would share and see if anyone else has them or if anyone has solutions?Edit: Forgot to remove my unhandled iAd errors (I was going to include a picture which didn't have them in it, but they are not supported on the new forums). Also, I'm using GameKit (GameCenter is turned on), StoreKit (In-App Purchases is turned on), and iAd Frameworks in my app. No custom intergration, I've not even typed a single item of code besides linking UI items. Spaced the errors for readability.Edit 2: There is a comment below with an update (second comment down). Although this started in iOS 9 Beta (before Xcode Beta Form was avaible) it was for Xcode7 Beta 1, it is still relevant for Beta 2. It has also came to my attention that most of these errors have been showing since Xcode 5 or 4 (around 2012 - 2013). They
3
0
3.2k
Jun ’15
Reply to iOS9 Approve enterprise trust new?
If you install Configurator 2.0 there is also a new setting in there related to Enterprise Developer trust. I believe this is to help companies prevent potential security issues from unknown enterprise accounts, that can be used for piracy or other activities.Great change. Happily MDM installed apps are implicitly trusted.
Jun ’15
Reply to Compound AND predicate for many to many relationship using SUBQUERY
here is what my predicate looks like...NSPredicate *eventEqualToPredicate = [NSPredicate predicateWithFormat:@(SUBQUERY(events,$x, $x.event LIKE[d] %@)),event ];and the error message is as follows...*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unable to parse the format string (SUBQUERY(event,$x, $x.event LIKE[d] %@))by the way, does anyone know how to see all the posts i have made or threads i have started in these new forums?!!
Jun ’15
Getting compile errors in Interface Builder in Xcode7
Any idea what to do with this compile error in Xcode7? It doesn't like something about the storyboard it seems, but not clear whatCompileStoryboard Classes/Storyboards/AddEditLogs~iphone.storyboard cd /Users/user/Documents/ContactsJournal-316/SimpleList export PATH=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode-beta.app/Contents/Developer/usr/bin/.. /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --errors --warnings --notices --module CJournal --output-partial-info-plist /Users/user/Library/Developer/Xcode/DerivedData/SimpleList-amnbkfmzfnizoraydqdeqdmphixr/Build/Intermediates/SimpleList.build/Debug-iphonesimulator/SimpleList.build/AddEditLogs~iphone-SBP
5
0
2.8k
Jun ’15
Reply to I want to put bordercolor with uiview by swift.
Hello Justin.Thank you for reprying.>Are you seeing a crash with the code you pasted or is it just having no effect?I'm sorry.There is a crash.Crash log is following.---------------------------------------------------------------2015-06-09 13:54:59.860 shotworks_for_ph2_by_swift[43366:607] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0x7fc5e04d86c0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key borderColor.'*** First throw call stack:( 0 CoreFoundation 0x000000010d435495 __exceptionPreprocess + 165 1 libobjc.A.dylib 0x000000010d19499e objc_exception_throw + 43 2 CoreFoundation 0x000000010d4b9919 -[NSException raise] + 9 3 Foundation 0x000000010cd75530 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 259 4 UIKit 0x000000010d716569 -[UIView(CALayerDelegate) setValue:forKey:] + 149 5 CoreFoundation 0x000000010d431400 -[NSArray makeObjectsPerformSelector:] + 224 6 UIKit 0x000000010d911893 -[UINib
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’15
Reply to Clean install - unable to sign in to appstore
Had the same problem. Try logging in at Settings > iTunes & App Store first.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Hiding UISearchBar in UITableView
Note: This is a duplicate of this post... I can't seem to reply on the old forums (perhaps due to the recent archiving).Hi,I have a UISearchBar in a UITbableView. I'm usig AutoLayout.Note: Also, can't seem to insert an image in the new forum ... here's a link to the image from my old post.I would like to hide the searchBar until my search button (not shown) is touched.How can I hide and show the searchBar as needed?Using the active property as suggested by KMT doesn't really work. The only thing this appears to do is just change the focus to/from the search bar but it doesn hide.Thanks!
Replies
1
Boosts
0
Views
2.6k
Activity
Jun ’15
Reply to Order being processed for hours
Due to all the legal red tape and such (tax and copyright issues), I can understand why it isn't (if it isn't).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Create an app
The first step is to know what kind of Apps you would like to develop. App categories are so inmense, that it will take you a decade to Master them all. You can choose to be a generalist but I wouldn't recommend it. The more you cover, the less expert you become. So after you decide which category (example Games). Then you can dive into learning code and follow the videos / links that were posted. ** Don't get too deep into coding, just learn it enough to make it functional. Concentrate on expresing your ideas through UX design.. it's what sales!.
Replies
Boosts
Views
Activity
Jun ’15
Menu extras broken in 10.11?
It seems third-party menu extras may finally be broken with El Capitan. iStat Menus disappeared and I can no longer install it. Console shows6/8/15 3:13:00.723 PM SystemUIServer[1012]: invalid menu extra: /Library/Application Support/iStat Menus 4/extras/iStatMenusDateAndTimes.menu6/8/15 3:13:00.723 PM SystemUIServer[1012]: unable to initialize menu extra /Library/Application Support/iStat Menus 4/extras/iStatMenusDateAndTimes.menuAnyone else experiencing this issue?
Replies
9
Boosts
0
Views
2.8k
Activity
Jun ’15
Facebook Share w/ Iphone
I have an app that users have the option to share their score via Facebook. But my problem is that unless the user has a Facebook app, it will NOT post the link correctly.Therefore, those without a Facebook app, when they post their link directly through their iPhone browser, it will show up incorrectly. My developers are saying that it is iPhone's default setting & this can not be change.Is this true?
Replies
0
Boosts
0
Views
366
Activity
Jun ’15
Reply to apple program license agreement
Check Agreements, Tax & Banking via iTunes Connect to see if any need requesting. Mine took most of the day before it showed up there. There may also be agreements in the Member Center for the betas, etc., so be sure to check there too, under 'My Account'.
Replies
Boosts
Views
Activity
Jun ’15
New project errors
With iOS 9, I'm taking the opertunity to rewrite a small game of ours, and found that there are a few errors that keep popping up no matter what we do. Just thought I would share and see if anyone else has them or if anyone has solutions?Edit: Forgot to remove my unhandled iAd errors (I was going to include a picture which didn't have them in it, but they are not supported on the new forums). Also, I'm using GameKit (GameCenter is turned on), StoreKit (In-App Purchases is turned on), and iAd Frameworks in my app. No custom intergration, I've not even typed a single item of code besides linking UI items. Spaced the errors for readability.Edit 2: There is a comment below with an update (second comment down). Although this started in iOS 9 Beta (before Xcode Beta Form was avaible) it was for Xcode7 Beta 1, it is still relevant for Beta 2. It has also came to my attention that most of these errors have been showing since Xcode 5 or 4 (around 2012 - 2013). They
Replies
3
Boosts
0
Views
3.2k
Activity
Jun ’15
Reply to iOS9 Approve enterprise trust new?
If you install Configurator 2.0 there is also a new setting in there related to Enterprise Developer trust. I believe this is to help companies prevent potential security issues from unknown enterprise accounts, that can be used for piracy or other activities.Great change. Happily MDM installed apps are implicitly trusted.
Replies
Boosts
Views
Activity
Jun ’15
watchos 2 contacts failed to synch on my watch from my phone
i installed watchos 2 and ios 9 today however i have my contacts on icloud enabled but my watch still has no contacts my favorites are numbers not their name. i don't know what is going on it was working fine before upgrading.
Replies
6
Boosts
0
Views
1.1k
Activity
Jun ’15
Reply to Clean install - unable to sign in to appstore
Thanks. Can you clarify, please? To be clear, I'm doing a clean install and this is encountered during OS X install, so there is no Settings to choose iTunes / App Store from.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Compound AND predicate for many to many relationship using SUBQUERY
here is what my predicate looks like...NSPredicate *eventEqualToPredicate = [NSPredicate predicateWithFormat:@(SUBQUERY(events,$x, $x.event LIKE[d] %@)),event ];and the error message is as follows...*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unable to parse the format string (SUBQUERY(event,$x, $x.event LIKE[d] %@))by the way, does anyone know how to see all the posts i have made or threads i have started in these new forums?!!
Replies
Boosts
Views
Activity
Jun ’15
Getting compile errors in Interface Builder in Xcode7
Any idea what to do with this compile error in Xcode7? It doesn't like something about the storyboard it seems, but not clear whatCompileStoryboard Classes/Storyboards/AddEditLogs~iphone.storyboard cd /Users/user/Documents/ContactsJournal-316/SimpleList export PATH=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode-beta.app/Contents/Developer/usr/bin/.. /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --errors --warnings --notices --module CJournal --output-partial-info-plist /Users/user/Library/Developer/Xcode/DerivedData/SimpleList-amnbkfmzfnizoraydqdeqdmphixr/Build/Intermediates/SimpleList.build/Debug-iphonesimulator/SimpleList.build/AddEditLogs~iphone-SBP
Replies
5
Boosts
0
Views
2.8k
Activity
Jun ’15
Reply to I want to put bordercolor with uiview by swift.
Hello Justin.Thank you for reprying.>Are you seeing a crash with the code you pasted or is it just having no effect?I'm sorry.There is a crash.Crash log is following.---------------------------------------------------------------2015-06-09 13:54:59.860 shotworks_for_ph2_by_swift[43366:607] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0x7fc5e04d86c0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key borderColor.'*** First throw call stack:( 0 CoreFoundation 0x000000010d435495 __exceptionPreprocess + 165 1 libobjc.A.dylib 0x000000010d19499e objc_exception_throw + 43 2 CoreFoundation 0x000000010d4b9919 -[NSException raise] + 9 3 Foundation 0x000000010cd75530 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 259 4 UIKit 0x000000010d716569 -[UIView(CALayerDelegate) setValue:forKey:] + 149 5 CoreFoundation 0x000000010d431400 -[NSArray makeObjectsPerformSelector:] + 224 6 UIKit 0x000000010d911893 -[UINib
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Is Split View working for anyone?
Yes, it's working just drag-and-drop an app on a space with a full screen app
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15