Search results for

“testflight the requested app is not avaliable”

416,635 results found

Post

Replies

Boosts

Views

Activity

Notes App Does Not Appear
Notes app doesn't appear at all on my phone and my carrier cannot be found. It says no service and searches and searches, but doesn't connect. I tried to see if I could get Siri to open up Notes but instead she recommnened that I search the App Store for it because it could not be found. Strange.Any help is greatly appreciated.
1
0
229
Jun ’15
iOS 8.3 - Core Telephony functions not working
Hi,I encountered this issue since updated to iOS 8.3. My application features are developed by using Core Telephony framework to get signal strength, LAC, CI, MNC, MCC and etc.Environment Detail:Development - Xcode 6iOS 8.3Device - iPhone 5SFeature Detail:GetSignalStrengthGetLACGetCellIDGetMNCGetMCCAny idea?Thank you.Regards,Napak
3
0
1.6k
Jun ’15
Cryptic error messages, SSDD
I just spent all day migrating my 30,000-line Swift project to 2.0 and was rewarded with this lone error. Any clue what it means? Is it yet another internal error?Assertion failed: ((IGF.IGM.DataLayout.getTypeSizeInBits(coercionTy) == IGF.IGM.DataLayout.getTypeSizeInBits(paramTI.StorageType)) && Coerced types should not differ in size!), function emitDirectExternalParameter, file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-700.0.38.1/src/swift/lib/IRGen/IRGenSIL.cpp, line 908. 0 swift 0x0000000106f20e0b llvm::sys::PrintStackTrace(__sFILE*) + 43 1 swift 0x0000000106f2154b SignalHandler(int) + 379 2 libsystem_platform.dylib 0x00007fff94a83f1a _sigtramp + 26 3 libsystem_platform.dylib 0x0000000000000003 _sigtramp + 1800913155 4 libsystem_c.dylib 0x00007fff9c270b53 abort + 129 5 libsystem_c.dylib 0x00007fff9c238c39 basename + 0 6 swift 0x000000010506869d (anonymous namespace)::IRGenSILFunction::emitSILFunction() + 13693 7 swift 0x0000000105064d52 swift::irgen::IRGenModule::emitSILFu
3
0
866
Jun ’15
Application Transport Security
Running my app in XCode 7 beta I now see this:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.but I can't find any mention in the Swift book or on the web. Is this documented anywhere? I need to know what to put in the Info.plist while in development
1
0
2.3k
Jun ’15
Wallet Won't Let Me Add Cards to ApplePay
I cannot add any cards to Apple Pay. I get a message that says Could Not Add Card: Try again later or contact your card issuer for more information.I have tried with American Express, Mastercard, and Visa with same result, so I don't think card issuer is the issue.I did get e-mails from all of the above listed cards notifying me that the cards previously associated with iOS 8.4 had been deleted from my device, so it would at least appear that the cards are not somehow locked in the phone on the old setting. But I'm unable to add them back in.Any ideas?
1
0
1.2k
Jun ’15
upgrade to xcode 7 and swift or not?
I'm writing a business app and have it running for the most part. I'm wondering if it's worth migrating to xcode 7 and swift or not? It seems there's a lot of negative press (which there always is), but am I better off waiting for a while? I don't plan on integrating with watch for a while, but I want to deploy later this summer. Just a general question for opinion?
3
0
793
Jun ’15
On device watchOS debugging impossible
It doesn't seem to be possible for me to debug on device wtih my apple watch. I can run my develpment app normally, but Xcode just can't seem to attach to a debugging session.I've read the relase notes and have tried:1) deleting the app/apps from devices and trying again2) ensuring Show App on Watch is on for dev app3) restarting all of: watch, phone, xcode, mac.4) unpairing / pairing againNo dice.When I click Run on the [AppName] WatchKit App scheme, the status window says Running [AppName] WatchKit App on [Phone name]. It stays like that for about 45 seconds. Then it says Finished running [AppName] WatchKit App on [Phone name].It really seems like the Phone->Watch connection is just way too slow. When I launch Xcode, it takes about 2 minutes before it considers my Phone+Watch pair as eligible for this scheme. During this initial 2 minutes, if I look into Window->Devices I don't see my watch listed even though I can clearly see it is paired
23
0
18k
Jun ’15
Notes App Does Not Appear
Notes app doesn't appear at all on my phone and my carrier cannot be found. It says no service and searches and searches, but doesn't connect. I tried to see if I could get Siri to open up Notes but instead she recommnened that I search the App Store for it because it could not be found. Strange.Any help is greatly appreciated.
Replies
1
Boosts
0
Views
229
Activity
Jun ’15
Free data transfer in CloudKit
CloudKit's website says 2GB of data transfer are free. It does not say over what period of time. Is it per day, per month, or an absolute value?
Replies
6
Boosts
0
Views
1.2k
Activity
Jun ’15
Music not syncing from iTunes
None of my music synced from iTunes (12.1.2.27) is showing up in the Music app and iTunes shows all the space on my device as other and won't sync. I can see the music on the device via iTunes (and can even play it) but can't find it or play it on device.
Replies
2
Boosts
0
Views
391
Activity
Jun ’15
Was the News app included in this first beta?
Was the News app included in this first OS9 beta? Can't seem to find it anywhere.
Replies
3
Boosts
0
Views
760
Activity
Jun ’15
iOS 8.3 - Core Telephony functions not working
Hi,I encountered this issue since updated to iOS 8.3. My application features are developed by using Core Telephony framework to get signal strength, LAC, CI, MNC, MCC and etc.Environment Detail:Development - Xcode 6iOS 8.3Device - iPhone 5SFeature Detail:GetSignalStrengthGetLACGetCellIDGetMNCGetMCCAny idea?Thank you.Regards,Napak
Replies
3
Boosts
0
Views
1.6k
Activity
Jun ’15
Cryptic error messages, SSDD
I just spent all day migrating my 30,000-line Swift project to 2.0 and was rewarded with this lone error. Any clue what it means? Is it yet another internal error?Assertion failed: ((IGF.IGM.DataLayout.getTypeSizeInBits(coercionTy) == IGF.IGM.DataLayout.getTypeSizeInBits(paramTI.StorageType)) && Coerced types should not differ in size!), function emitDirectExternalParameter, file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-700.0.38.1/src/swift/lib/IRGen/IRGenSIL.cpp, line 908. 0 swift 0x0000000106f20e0b llvm::sys::PrintStackTrace(__sFILE*) + 43 1 swift 0x0000000106f2154b SignalHandler(int) + 379 2 libsystem_platform.dylib 0x00007fff94a83f1a _sigtramp + 26 3 libsystem_platform.dylib 0x0000000000000003 _sigtramp + 1800913155 4 libsystem_c.dylib 0x00007fff9c270b53 abort + 129 5 libsystem_c.dylib 0x00007fff9c238c39 basename + 0 6 swift 0x000000010506869d (anonymous namespace)::IRGenSILFunction::emitSILFunction() + 13693 7 swift 0x0000000105064d52 swift::irgen::IRGenModule::emitSILFu
Replies
3
Boosts
0
Views
866
Activity
Jun ’15
Reply to Overview of all known innovations of Swift 2.0
Ok, thank you for the information. I thought they are not avaiable for people who are not paying for the developer programm. Here is the link for those who didn't see it before seeing this post: http://adcdownload.apple.com/WWDC_2015/Xcode_7_beta/Xcode_7_beta_Release_Notes.pdf
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
Application Transport Security
Running my app in XCode 7 beta I now see this:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.but I can't find any mention in the Swift book or on the web. Is this documented anywhere? I need to know what to put in the Info.plist while in development
Replies
1
Boosts
0
Views
2.3k
Activity
Jun ’15
Reply to this core storage operation is not allowed on a sparse logical volume group
Same deal here....I guess i could wipe my drive.. but really, it would be nice not to.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Wallet Won't Let Me Add Cards to ApplePay
I cannot add any cards to Apple Pay. I get a message that says Could Not Add Card: Try again later or contact your card issuer for more information.I have tried with American Express, Mastercard, and Visa with same result, so I don't think card issuer is the issue.I did get e-mails from all of the above listed cards notifying me that the cards previously associated with iOS 8.4 had been deleted from my device, so it would at least appear that the cards are not somehow locked in the phone on the old setting. But I'm unable to add them back in.Any ideas?
Replies
1
Boosts
0
Views
1.2k
Activity
Jun ’15
upgrade to xcode 7 and swift or not?
I'm writing a business app and have it running for the most part. I'm wondering if it's worth migrating to xcode 7 and swift or not? It seems there's a lot of negative press (which there always is), but am I better off waiting for a while? I don't plan on integrating with watch for a while, but I want to deploy later this summer. Just a general question for opinion?
Replies
3
Boosts
0
Views
793
Activity
Jun ’15
Can you submit to the App Store an app built with Xcode 7 as long as you are not targeting iOS 9?
I dowloaded Xcode 7 and I'm wondering if we can submit iOS 8 apps built with Xcode 7 to the App Store ? Or must we use Xcode 6 ?Thank you.
Replies
4
Boosts
0
Views
3.4k
Activity
Jun ’15
Reply to Watch shows red exclamation point on reboot after installation
Same issue here. I contacted Apple Support and they said I would need to take the watch in for repairs. Since there are no ports on the device (aside from the covered port—is that being used do we know?) I assume it will need a replacement. Hopefully they have them in stock...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
On device watchOS debugging impossible
It doesn't seem to be possible for me to debug on device wtih my apple watch. I can run my develpment app normally, but Xcode just can't seem to attach to a debugging session.I've read the relase notes and have tried:1) deleting the app/apps from devices and trying again2) ensuring Show App on Watch is on for dev app3) restarting all of: watch, phone, xcode, mac.4) unpairing / pairing againNo dice.When I click Run on the [AppName] WatchKit App scheme, the status window says Running [AppName] WatchKit App on [Phone name]. It stays like that for about 45 seconds. Then it says Finished running [AppName] WatchKit App on [Phone name].It really seems like the Phone->Watch connection is just way too slow. When I launch Xcode, it takes about 2 minutes before it considers my Phone+Watch pair as eligible for this scheme. During this initial 2 minutes, if I look into Window->Devices I don't see my watch listed even though I can clearly see it is paired
Replies
23
Boosts
0
Views
18k
Activity
Jun ’15
Reply to Can you submit to the App Store an app built with Xcode 7 as long as you are not targeting iOS 9?
App needs to be compiled with release version of Xcode.I was already using Xcode 6.4 Beta, and it doesn't let me submit to the Appstore.I would not recommend using the beta version of Xcode if you plan to release your app soon.
Replies
Boosts
Views
Activity
Jun ’15