Search results for

testflight the requested app is not avaliable

411,203 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
913
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