Search results for

“testflight the requested app is not avaliable”

416,598 results found

Post

Replies

Boosts

Views

Activity

WKInterfaceController.openParentApplication is unavailable
I have an app that is currently available for the the Watch. In taking my first peek at iOS9, it only has 2 errors. One in the glanceController and the same in the interfaceController'openParentApplication(_:reply:)' is unavailableIt doesn't look like openParentApplication is even an option with the WKInterfaceController anymore.I know it's early in the process, but suggestions?
2
0
4.1k
Jun ’15
Reply to First install impressions?
No major issues for me yet. Few things that seem to be working thus far...Parallels - Working (BootCamp broke however, but I never used it anyway. Using a new Windows 10 VM)Office Suite - Preview of the 2015 apps all seem to work just fineChrome - Seeming to be ok. Hangouts, etc, workingDropbox, Box, OneDrive, GoogleDrive - Seem to be working ok
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Multitasking How-To/Issues
Yes, I understand this is beta, and it's day 1. However, we got a nifty new feature, so I'm interested in seeing what everyone else runs into with itFirst, if you didn't figure out how to activate the split, single-finger swipe from the right to acivate split viewIssues with split view:1) If I split view, it doesn't appear that I can close the app in the right split or replace it with another2) While I'm in split view, there does not appear to be a way to kill the right-split app. If I four-finger swipe, it does not show in the open windows unless I close the split. If I dismiss it, and then do a split, again, it shows up, again. If I kill it and the left-split app, and then try to split another app, the right-split app from the first app shows up, again.3) If I have an app launched, open a split, then dismiss the left-split app, then relaunch it, it appears as if I have not dismissed it at all (try this with Sa
8
0
1.4k
Jun ’15
Create an app
I want to know how to create apps via Xcode. I really have a lot of ideas but don't know where to start. The thing is I am a beginer and I am welling to work hard to reach my dreams and design a phenomenon applications.
5
0
925
Jun ’15
Reply to can't download
I have an old-school appleID which is not an email address, and when I tried to resend verification email it said Your email is already verified for use with another Apple ID. So I had to disassociate that email address from the other account before I could verify on this one. After doing that, I was able to get in and download betas.So my guess is that the recent changes would have caused this problem for anyone using the same email address either as an Apple ID or as an Apple ID verification email address.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Arrays of tuples
In Swift 2, I created an array of tuples and try to append an item such as: var foo = [(Int, String)]() foo.append((400, Bad Request))I get an error:error: missing argument for parameter #2 in call foo.append((400, Bad Request))However, if I do: var foo = [(Int, String)]() let e = (400, Bad Request) foo.append(e)It compiles.This code worked with the previous version of XCode and Swift, and the release notes don't make any mention of changes to tuples.Is this a bug or am I doing something wrong?
4
0
5.3k
Jun ’15
Reply to linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesim
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to Is Split View working for anyone?
Working for me. Drag a window from your current desktop to the space with the full screen app using the Spaces view with a hot corner.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Apple Watch stuck updating? Progress circle hasn't moved in 20 minutes...
Same here and I held side button and an option to reset too, now it keeps restarting and trying to update continuosly switching between circular progress bar and apple logo. Not sure what to do.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta 1 secured wifi issues?
Same here. Going to test it outside the building to see if other WIFI networks are affected. So far no luck on the secure WIFI
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
WKInterfaceController.openParentApplication is unavailable
I have an app that is currently available for the the Watch. In taking my first peek at iOS9, it only has 2 errors. One in the glanceController and the same in the interfaceController'openParentApplication(_:reply:)' is unavailableIt doesn't look like openParentApplication is even an option with the WKInterfaceController anymore.I know it's early in the process, but suggestions?
Replies
2
Boosts
0
Views
4.1k
Activity
Jun ’15
Reply to can't download Xcode 7 beta
My email address on record is my other Apple ID… so it won't verify (another account claims it). This is not new, it has been this way since the time of dotMac. Never had problems before!
Replies
Boosts
Views
Activity
Jun ’15
Reply to Restoring from backup not working
my backup went through after many tries. However, the apps never ended up fully downloading. I tried to reset all setting and content and restore it all over again, and now it is constently saying that it cannot backup from the icloud.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to First install impressions?
No major issues for me yet. Few things that seem to be working thus far...Parallels - Working (BootCamp broke however, but I never used it anyway. Using a new Windows 10 VM)Office Suite - Preview of the 2015 apps all seem to work just fineChrome - Seeming to be ok. Hangouts, etc, workingDropbox, Box, OneDrive, GoogleDrive - Seem to be working ok
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Can't display iCloud System Preferences pane
I've got this same issue. I have no idea what I did (if aything) to get it to come back up.I still can't sign in or out, and my iCloud is completely messed up with this beta.I'll have to file a radar.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Multitasking How-To/Issues
Yes, I understand this is beta, and it's day 1. However, we got a nifty new feature, so I'm interested in seeing what everyone else runs into with itFirst, if you didn't figure out how to activate the split, single-finger swipe from the right to acivate split viewIssues with split view:1) If I split view, it doesn't appear that I can close the app in the right split or replace it with another2) While I'm in split view, there does not appear to be a way to kill the right-split app. If I four-finger swipe, it does not show in the open windows unless I close the split. If I dismiss it, and then do a split, again, it shows up, again. If I kill it and the left-split app, and then try to split another app, the right-split app from the first app shows up, again.3) If I have an app launched, open a split, then dismiss the left-split app, then relaunch it, it appears as if I have not dismissed it at all (try this with Sa
Replies
8
Boosts
0
Views
1.4k
Activity
Jun ’15
Reply to Mail.app keeps crashing
I'm not having such a crashing issue, more such that my iCloud account refuses to link. All my third party accounts will.Do you have any account besided iCloud linked?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Is there a space for Xcode 7?
Why not just post here?
Replies
Boosts
Views
Activity
Jun ’15
Create an app
I want to know how to create apps via Xcode. I really have a lot of ideas but don't know where to start. The thing is I am a beginer and I am welling to work hard to reach my dreams and design a phenomenon applications.
Replies
5
Boosts
0
Views
925
Activity
Jun ’15
Reply to can't download
I have an old-school appleID which is not an email address, and when I tried to resend verification email it said Your email is already verified for use with another Apple ID. So I had to disassociate that email address from the other account before I could verify on this one. After doing that, I was able to get in and download betas.So my guess is that the recent changes would have caused this problem for anyone using the same email address either as an Apple ID or as an Apple ID verification email address.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Arrays of tuples
In Swift 2, I created an array of tuples and try to append an item such as: var foo = [(Int, String)]() foo.append((400, Bad Request))I get an error:error: missing argument for parameter #2 in call foo.append((400, Bad Request))However, if I do: var foo = [(Int, String)]() let e = (400, Bad Request) foo.append(e)It compiles.This code worked with the previous version of XCode and Swift, and the release notes don't make any mention of changes to tuples.Is this a bug or am I doing something wrong?
Replies
4
Boosts
0
Views
5.3k
Activity
Jun ’15
Reply to linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesim
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15