Search results for

“testflight the requested app is not avaliable”

416,614 results found

Post

Replies

Boosts

Views

Activity

Reply to Is Split View working for anyone?
Maybe it doesn't work for all Macs yet but it did work for me on Mac Pro 2013. Steps for me are.Open Mission Control (Ctrl + Up Arrow)Drag first app to fullscreendrag second app to same fullscreen space and the + button appears on the left or right.Dragging the green fullscreen button did not work for me.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iOS9 Approve enterprise trust new?
I installed iOS 9 to test a few enterprise apps. Now, in iOS9 I am prompted that the app is not trusted from.. and that I need to trust the enterprise before using. After searching the phone for awhile, I found the trust settings in Settings > General > Profile. Will it be this hard for release? It used to be a lot easier for employees to install the enterprise apps from my company app page.-matt
15
0
33k
Jun ’15
Reply to can't download Xcode 7 beta
That fixed it, after creating a new email account, then changing the primary email addr to the new email account, and verifying the new email account. (what a pain...). Of course, the existing email account I would have preferred to change it to (rather than creating a brand new one) was also unavailable, because it had been previously specified as the emergency retrieval account ... or whatever they call it - can't remember now...), and naturally, there was no way to re-assign that one... arggh 😠Appears to be working now... Xcode 7 beta is now downloading (slowly...)Thanks for you help!
Jun ’15
Apple ID username or password is "incorrect" while trying to install OS X 10.11
After trying to install OS X El Capitan onto my hard drive, I've come across a problem. When it asks me to sign into my Apple ID I do with the correct information. It then says that my username or password is incorrect. I know this is not the case because I have reset my password and tested it by signing into the App Store on my phone. Anyone else have this problem? Any fixes? Thanks.
40
0
65k
Jun ’15
Compound AND predicate for many to many relationship using SUBQUERY
I have an entity A with a many to many relationship events with entity Event. Entity Event has an attribute eventName.I want to be able to fetch all entity As that have a given set of Event entitys that match the entityName selected by the user. For an ANY fetch, a compound OR predicate works fine. But for an ALL fetch (where only entity As that have ALL of the user chosen events will be fetched) the compound AND predicate returns a nil!I was told that I would have to use subqueries. My deliema is that I am having a hard time figuring out how to form a subquery string.The format is as follows...SUBQUERY(collection_expression, variable_expression, predicate);I'll have the eventName string selected by the user so that is dynamic. So what should my subquery look like if I want to use the LIKE[d] operator?the collection_expression would be the relationship events if i am not wrong?kindly help me out with this.thankyou.
8
0
2.5k
Jun ’15
Binary operator cannot be applied: NSCalendarUnit
Have the following code running in 7.0 beta (7A120f) - didn't see that as a topic in the beta forum...adjusting to the forum change.let dateComponentsFormatter = NSDateComponentsFormatter() dateComponentsFormatter.allowedUnits = NSCalendarUnit.Day | NSCalendarUnit.Hour | NSCalendarUnit.Minute | NSCalendarUnit.SecondReceiving the following build error: Binary operator '|' cannot be applied to two NSCalendarUnit operands.Did not see this error in Xcode 6, not sure if this should be filed as a bug report at this juncture. Other solutions offered by the interwebs proving unviable.Thoughts?Cheers,Josh
4
0
3.2k
Jun ’15
Reply to Multitasking How-To/Issues
I've done the update to the IOS 9 beta and have the other new features but can't make the split view work!Is it supposed to be just a swipe in from off the right of the screen while you're in an app? When I do it nothing happens, is there a trick to it? Do I have to turn some setting on?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
No AppleScript Dictionary for Notes
Is AppleScript support for Notes being withdrawn?There is no dictionary available in first beta
Replies
0
Boosts
0
Views
155
Activity
Jun ’15
Reply to Is Split View working for anyone?
Maybe it doesn't work for all Macs yet but it did work for me on Mac Pro 2013. Steps for me are.Open Mission Control (Ctrl + Up Arrow)Drag first app to fullscreendrag second app to same fullscreen space and the + button appears on the left or right.Dragging the green fullscreen button did not work for me.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS9 Approve enterprise trust new?
I installed iOS 9 to test a few enterprise apps. Now, in iOS9 I am prompted that the app is not trusted from.. and that I need to trust the enterprise before using. After searching the phone for awhile, I found the trust settings in Settings > General > Profile. Will it be this hard for release? It used to be a lot easier for employees to install the enterprise apps from my company app page.-matt
Replies
15
Boosts
0
Views
33k
Activity
Jun ’15
Reply to Arrays of tuples
This used to happen pre-2 also. Paren stuff. Try:foo.append((Int, String)(400, Bad Request))orfoo += [(400, Bad Request)]
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
Certificate errors on all secure sites
Getting an invalid certificate error on all secure sites. App Store and Mail also not connecting. Any others seeing this? Ideas?
Replies
3
Boosts
0
Views
410
Activity
Jun ’15
Reply to can't download Xcode 7 beta
That fixed it, after creating a new email account, then changing the primary email addr to the new email account, and verifying the new email account. (what a pain...). Of course, the existing email account I would have preferred to change it to (rather than creating a brand new one) was also unavailable, because it had been previously specified as the emergency retrieval account ... or whatever they call it - can't remember now...), and naturally, there was no way to re-assign that one... arggh 😠Appears to be working now... Xcode 7 beta is now downloading (slowly...)Thanks for you help!
Replies
Boosts
Views
Activity
Jun ’15
Apple ID username or password is "incorrect" while trying to install OS X 10.11
After trying to install OS X El Capitan onto my hard drive, I've come across a problem. When it asks me to sign into my Apple ID I do with the correct information. It then says that my username or password is incorrect. I know this is not the case because I have reset my password and tested it by signing into the App Store on my phone. Anyone else have this problem? Any fixes? Thanks.
Replies
40
Boosts
0
Views
65k
Activity
Jun ’15
Reply to Is Split View working for anyone?
Just tried that - no luck. Still doesn't work for me on 2015 12 rMB.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Why?
True the old forum software has problems but this new one is a nightmare.
Replies
27
Boosts
0
Views
2.9k
Activity
Jun ’15
Reply to Certificate errors on all secure sites
Update: I had tried turning off the Mac firewall in preferences with no luck. Forgot about the Avast security software I was using, turned off their webshield and was able to reach all sites again. Seems like some third party security apps will need to be updated to be compatiable.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Compound AND predicate for many to many relationship using SUBQUERY
I have an entity A with a many to many relationship events with entity Event. Entity Event has an attribute eventName.I want to be able to fetch all entity As that have a given set of Event entitys that match the entityName selected by the user. For an ANY fetch, a compound OR predicate works fine. But for an ALL fetch (where only entity As that have ALL of the user chosen events will be fetched) the compound AND predicate returns a nil!I was told that I would have to use subqueries. My deliema is that I am having a hard time figuring out how to form a subquery string.The format is as follows...SUBQUERY(collection_expression, variable_expression, predicate);I'll have the eventName string selected by the user so that is dynamic. So what should my subquery look like if I want to use the LIKE[d] operator?the collection_expression would be the relationship events if i am not wrong?kindly help me out with this.thankyou.
Replies
8
Boosts
0
Views
2.5k
Activity
Jun ’15
Binary operator cannot be applied: NSCalendarUnit
Have the following code running in 7.0 beta (7A120f) - didn't see that as a topic in the beta forum...adjusting to the forum change.let dateComponentsFormatter = NSDateComponentsFormatter() dateComponentsFormatter.allowedUnits = NSCalendarUnit.Day | NSCalendarUnit.Hour | NSCalendarUnit.Minute | NSCalendarUnit.SecondReceiving the following build error: Binary operator '|' cannot be applied to two NSCalendarUnit operands.Did not see this error in Xcode 6, not sure if this should be filed as a bug report at this juncture. Other solutions offered by the interwebs proving unviable.Thoughts?Cheers,Josh
Replies
4
Boosts
0
Views
3.2k
Activity
Jun ’15
Reply to Multitasking How-To/Issues
I've done the update to the IOS 9 beta and have the other new features but can't make the split view work!Is it supposed to be just a swipe in from off the right of the screen while you're in an app? When I do it nothing happens, is there a trick to it? Do I have to turn some setting on?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Black screen inactivity via VNC? settings to adjust?
After a matter of 25 seconds the VNC window to a machine running 10.11 goes black. This seems independant of energy preferences or screensaver settings.Is there a setting to adjust this? Not sure if the thought is to save CPU/energy by doing this - but 25 seconds is a little much and starts to get a little annoying.
Replies
1
Boosts
0
Views
463
Activity
Jun ’15
this core storage operation is not allowed on a sparse logical volume group
Anyone else getting this error on install?
Replies
11
Boosts
0
Views
5.2k
Activity
Jun ’15