Search results for

testflight the requested app is not avaliable

411,365 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
617
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
159
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
508
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