Search results for

“testflight the requested app is not avaliable”

416,701 results found

Post

Replies

Boosts

Views

Activity

Apple Music downloads and third party apps
Will downloaded content from Apple Music be stored on the device in the iPod library and playable by third party apps? Or will Apple Music downloads be stored in a separate location and only accessible by the builtin Music app? It would be great if any downloaded content was stored in the iPod library along side other media and accessible to third party music apps. As long as the Apple Music content could not be exported from the device, this seems plausible. Ideally Apple makes available a full API for interacting with the Apple Music service.
6
0
6.2k
Jun ’15
BLE scan may freeze randomly
I'm currently working on an app that handle communication with a BLE device. One of my constraint is that i must connect to this device only when i have to send a command or read data. I must disconnect as soon as possible when it's done, to allow other potential users to do the same.One of the features of the app is the following :Users can enable an automatic command while the app is in the background. This automatic command triggers if the device hasn't been detected within 10 minutes.My app scans until it finds my BLE device.In order to keep it awake when i need it, i'm restarting the scan each time, because of the CBCentralManagerScanOptionAllowDuplicatesKey option ignorance.When it's detected, i'm checking if the last detection was more than 10 minutes ago. If that's the case, i connect to the device and then write into the characteristic corresponding to the service i need.The goal is to trigger this device when user come in range. It may happen a few minutes after b
5
0
3.6k
Jun ’15
What happen to iTunes Radio?
Hello guys,First post here (maybe second if this is the same ID from a while ago). What has happened to iTunes Radio on iOS 9 in the Music app? It's just a list of genres with two stations under each genre with the option to use search in the top right. What has happened to our stations that we've made and use? Is searching for a custom station the only way to reach it?Thank you,
3
0
623
Jun ’15
Adaptative layout problem when navigation from an adapted layout to another view
Hi,I developped a little application that represents points of interest on a map. When I turn the IPhone Landscape, I splitted the view in 2 parts, one with the map and one with the list of the points of interest, sorted by distance... When I click on an item on the list, there is a push navigation going to a WebPage for the point of interest... So far, so good, works fine... However, if I rotate back the IPhone to Portrait while on the WebPage, I only see half of the WebPage displayed, like if the underlying view was still Landscape...How can I avoid that? I have pictures to explain better the behavior, but it looks like I'm unable to upload...Regards,Rejean
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
161
Jun ’15
Reply to iOS 9 Beta battery life
I really don't understand people complaining about battery life. I think it's all the peeps who just want to have ios9 and are not bothered about developing, This is always the case with betas. In all fairness the beta is to be installed on a test phone which will be at your computer while your testing apps so what's the problem.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Link warning after converting project to Xcode 7
(Since there's no specific forum for the beta of Xcode 7, I'm posting this here...)After letting Xcode convert a simple Swift project to Xcode 7, and fixing the various Swift inspired build errors, I'm still seeing a link warning:ld: warning: directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'This looks like it's coming while Xcode is linking the test target:Ld /Users/John/Library/Developer/Xcode/DerivedData/Test-aertfqgditidcgdgjozgjseufxmx/Build/Products/Debug-iphonesimulator/TestTests.xctest/TestTests normal x86_64 cd /Users/John/Dev/Test export IPHONEOS_DEPLOYMENT_TARGET=8.2 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:/s
11
0
41k
Jun ’15
Can't install iOS 9 on my iPad air
Hi,maybe someone can help me.i can not install iPad4,3_9.0_13A4254v_Restore on my iPad air Model A1476: The iPad could not be restored because the firmware file is not compatible. (message is in German)I did all what the help screen ask, all software ist lastes version. Thanks,Wilfried
3
0
513
Jun ’15
Reply to FCPX Issues in El Capitan
It does seem that FxFactory and some of it's own plug-ins do not work (Black Screen) - But 3rd party apps from the FxFactory 'stable' (Ripple Training etc), PixelFilm Studios, CoreMelt and MotionVFX all work fine on my 5K iMac late 2014 and on my mid-2011 27iMac - so it would seem that FxFactory's own plug-ins are a problem.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Is there any way to keep a watch app active in watchOS 2?
This is a good find.The documentation is a little confusing. It says that the app continues to run in the foreground, which seems to imply that my app can send out a haptic to alert the user of something.But it also states that the 'app appears whenever the user wakes the device'. I gather this to really mean that the screen turns on when the user presses the button or moves his/her wrist. The watch is really not 'sleeping' - it's actively running the application, updating the screen, etc. You just can't 'see' the screen unless you 'turn on the screen'.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to El Capitan Mail Alias?
I don't think this is related to icloud. I have this problem with a google account. I just need to readd the aliases. Not a big deal
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Apple Music downloads and third party apps
Will downloaded content from Apple Music be stored on the device in the iPod library and playable by third party apps? Or will Apple Music downloads be stored in a separate location and only accessible by the builtin Music app? It would be great if any downloaded content was stored in the iPod library along side other media and accessible to third party music apps. As long as the Apple Music content could not be exported from the device, this seems plausible. Ideally Apple makes available a full API for interacting with the Apple Music service.
Replies
6
Boosts
0
Views
6.2k
Activity
Jun ’15
Reply to Does Core Motion in watchOS 2 allow access to the gyroscope?
There is no gyroscope on the Apple Watch hardware that I know of. Someone please correct me if I am wrong.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
BLE scan may freeze randomly
I'm currently working on an app that handle communication with a BLE device. One of my constraint is that i must connect to this device only when i have to send a command or read data. I must disconnect as soon as possible when it's done, to allow other potential users to do the same.One of the features of the app is the following :Users can enable an automatic command while the app is in the background. This automatic command triggers if the device hasn't been detected within 10 minutes.My app scans until it finds my BLE device.In order to keep it awake when i need it, i'm restarting the scan each time, because of the CBCentralManagerScanOptionAllowDuplicatesKey option ignorance.When it's detected, i'm checking if the last detection was more than 10 minutes ago. If that's the case, i connect to the device and then write into the characteristic corresponding to the service i need.The goal is to trigger this device when user come in range. It may happen a few minutes after b
Replies
5
Boosts
0
Views
3.6k
Activity
Jun ’15
What happen to iTunes Radio?
Hello guys,First post here (maybe second if this is the same ID from a while ago). What has happened to iTunes Radio on iOS 9 in the Music app? It's just a list of genres with two stations under each genre with the option to use search in the top right. What has happened to our stations that we've made and use? Is searching for a custom station the only way to reach it?Thank you,
Replies
3
Boosts
0
Views
623
Activity
Jun ’15
Reply to iPad - Requires fullscreen programmatically
Yeah you can do this using Size Classes I beleive.Have a look in the iOS Documentation I think theres a guide how to do it. It was introduced to have Apps work on iPhone 6 and 6 Plus without compromising the UI Layouts.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Adaptative layout problem when navigation from an adapted layout to another view
Hi,I developped a little application that represents points of interest on a map. When I turn the IPhone Landscape, I splitted the view in 2 parts, one with the map and one with the list of the points of interest, sorted by distance... When I click on an item on the list, there is a push navigation going to a WebPage for the point of interest... So far, so good, works fine... However, if I rotate back the IPhone to Portrait while on the WebPage, I only see half of the WebPage displayed, like if the underlying view was still Landscape...How can I avoid that? I have pictures to explain better the behavior, but it looks like I'm unable to upload...Regards,Rejean
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
161
Activity
Jun ’15
Reply to iOS 9 Beta battery life
I really don't understand people complaining about battery life. I think it's all the peeps who just want to have ios9 and are not bothered about developing, This is always the case with betas. In all fairness the beta is to be installed on a test phone which will be at your computer while your testing apps so what's the problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to **Organizing an entire list of Unstable Apps**
Yes, you have one point.You want to install the beta, and want to know which apps you will miss doing so.Now I can understand you.Please do not bo se arrogant.I am using this site for totally different purposes. To discuss bugs, workarounds, to resolve problems.So sorry for misunderstanding you.Take care.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Link warning after converting project to Xcode 7
(Since there's no specific forum for the beta of Xcode 7, I'm posting this here...)After letting Xcode convert a simple Swift project to Xcode 7, and fixing the various Swift inspired build errors, I'm still seeing a link warning:ld: warning: directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'This looks like it's coming while Xcode is linking the test target:Ld /Users/John/Library/Developer/Xcode/DerivedData/Test-aertfqgditidcgdgjozgjseufxmx/Build/Products/Debug-iphonesimulator/TestTests.xctest/TestTests normal x86_64 cd /Users/John/Dev/Test export IPHONEOS_DEPLOYMENT_TARGET=8.2 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:/s
Replies
11
Boosts
0
Views
41k
Activity
Jun ’15
Can't install iOS 9 on my iPad air
Hi,maybe someone can help me.i can not install iPad4,3_9.0_13A4254v_Restore on my iPad air Model A1476: The iPad could not be restored because the firmware file is not compatible. (message is in German)I did all what the help screen ask, all software ist lastes version. Thanks,Wilfried
Replies
3
Boosts
0
Views
513
Activity
Jun ’15
Archive Validate The Request Timed Out
To validate my application from xcode Product> Archive> Validate I get an error Archive validation failed due to the issues listed below. iTunes Store Operation failed. The Request Timed outCan anyone help with this
Replies
5
Boosts
0
Views
4.3k
Activity
Jun ’15
Reply to FCPX Issues in El Capitan
It does seem that FxFactory and some of it's own plug-ins do not work (Black Screen) - But 3rd party apps from the FxFactory 'stable' (Ripple Training etc), PixelFilm Studios, CoreMelt and MotionVFX all work fine on my 5K iMac late 2014 and on my mid-2011 27iMac - so it would seem that FxFactory's own plug-ins are a problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to **Organizing an entire list of Unstable Apps**
Sorry for my attitude... but it irritates me when i see that if someone does not see a reson has to criticize....(wasn't all direct at you...) I got (before it stopped ) what i expected from the title...a list of unusable app.... Again sorry if it came out harsh (i know it was a bit too much)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Is there any way to keep a watch app active in watchOS 2?
This is a good find.The documentation is a little confusing. It says that the app continues to run in the foreground, which seems to imply that my app can send out a haptic to alert the user of something.But it also states that the 'app appears whenever the user wakes the device'. I gather this to really mean that the screen turns on when the user presses the button or moves his/her wrist. The watch is really not 'sleeping' - it's actively running the application, updating the screen, etc. You just can't 'see' the screen unless you 'turn on the screen'.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15