Search results for

“testflight the requested app is not avaliable”

416,685 results found

Post

Replies

Boosts

Views

Activity

OS X Could not be installed on your computer
During the installation of OS X El Capitan on my Mac Book Pro , the install fails and I am left with OS X Could not be installed on your computer File System verify or repair failed. Quit the installer to restart your computer and try again. No matter how many restarts I do it does not install. Also repair does not work in disk utility. Please help me if you know what to do.
5
0
24k
Jun ’15
MagicMouse not work in OS X 10.11
Hi there,I have just update to 10.11 pre-release. But I find my mouse is not fully working, I am able to move my cursur but I can't use that trackpad on it to perform touch action such as scroll... Does any one have the same problem? Please help that really let me not able to use my computer.
2
0
358
Jun ’15
Reply to Overview of all known innovations of Swift 2.0
I have noted the set options. Great improvement.But I am deceived by the syntax, which is very cumbersome.For union, one need to write : set1.union(set2) and add a sort().It would be much better to be able to write : set1 + set2.My dreamed syntax would be (as in old Pascal):union : set1 + set 2intesection : set1 * set2 or set1 & set2substract : set1 - set2exclusive or could be : set1 / set2 or set1 | set2for comparison:we have equal ==, soisSubsetOf : set1 <= set2isStrictSubsetOf : set1 < set2isSupersetOf : set1 >= set2 ; BTW, we have not isStrictSupersetOf ?isDisjointWith : more difficult, but we could have a test that intesect is not empty : set1 ?* set2 or isEmpty(set1 * set2) or (set1 * set2)?
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
ADV_SCAN_IND packets only received once for 1 peripheral.
I am trying to discover BLE advertising packets sent by periferal to iOS.A strange behavior that I am observing is that I am only getting ADV_SCAN_IND packets only once for 1 peripheral, while ADV_IND and SCAN_RESP is recieved regularly.I want to use ADV_SCAN_IND to pass-on actions from peripherals to iOS devices, but with current observations it is not looking feasible.Can someone expain how the ADV_SCAN_IND and ADV_IND is treated differently by Apple.
0
0
590
Jun ’15
Reply to First install impressions?
Clean installation on a 13 rMBP 2015 using a USB flash drive went just fine, although a core storage volume was created. Since I didn't enable File Vault, I went ahead and reverted the logical volume using the coreStorage command.However, I wasn't able to replace the codesign file in /usrs/bin with the OS X 10.9.4 version since I couldn't change ownership or file permissions. The system files are protected, apparently, which is probably not such a bad idea.Numerous installations failed, so I was forced to restore my original Yosemite time machine backup. The following programs refused to install (after which I gave up and restored my earlier system):- Tuxera NTFS for Mac- Little Snitch- iStat Menus- OS X Fuse- gdisk- Gutenprint printer drivers (I have an old Canon BJC printer)I'll wait and try again when some of the developers have had time to provide compatible programs.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to First install impressions?
Installation was shaky. Difficult to begin installation after download completed. Installation itself took twice as long as estimated. Screen went black for over 3 minutes two times. Now that the beta is finally installed, I am very pleased. Mission control FINALLY animates with a high frame rate, even with translucency enabled. App launching and switching are noticably faster. Overall performance is buttery smooth.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Magic Trackpad
In my Mac MagicMouse is not working ,I am able to move my cursur but not able to perform touch action via the trackpad on it. Really have no idea, it that missing some driver?Just interesting why Apple didn't realize this such big issue...
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?
By the sounds of it yes!The HKWorkoutSession class describes the properties of a workout session. Workout sessions let apps continue to run in the foreground. The app appears whenever the user wakes the device, unless the user dismissed the app by pressing the crown. This lets the user check on the status of the workout by simply raising their wrist.https://developer.apple.com/library/prerelease/watchos/documentation/HealthKit/Reference/HKWorkoutSession_ClassReference/
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Unable to renew account
I contacted support and they were able to give my account a push so that it recognized the new unified account and all my apps reactivated. Seems fine now.
Replies
Boosts
Views
Activity
Jun ’15
OS X Could not be installed on your computer
During the installation of OS X El Capitan on my Mac Book Pro , the install fails and I am left with OS X Could not be installed on your computer File System verify or repair failed. Quit the installer to restart your computer and try again. No matter how many restarts I do it does not install. Also repair does not work in disk utility. Please help me if you know what to do.
Replies
5
Boosts
0
Views
24k
Activity
Jun ’15
MagicMouse not work in OS X 10.11
Hi there,I have just update to 10.11 pre-release. But I find my mouse is not fully working, I am able to move my cursur but I can't use that trackpad on it to perform touch action such as scroll... Does any one have the same problem? Please help that really let me not able to use my computer.
Replies
2
Boosts
0
Views
358
Activity
Jun ’15
Reply to iOS 9 Beta battery life
It happens with Every Beta.This is probably due to extra performance and usage data collected by apple. Its nothing really to worry about as its necessery metrics to better the platform. no Personal Data is ever collected by apple.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Black screen on launch
i tried it. also tried Safe Mode. Did not help.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Overview of all known innovations of Swift 2.0
I have noted the set options. Great improvement.But I am deceived by the syntax, which is very cumbersome.For union, one need to write : set1.union(set2) and add a sort().It would be much better to be able to write : set1 + set2.My dreamed syntax would be (as in old Pascal):union : set1 + set 2intesection : set1 * set2 or set1 & set2substract : set1 - set2exclusive or could be : set1 / set2 or set1 | set2for comparison:we have equal ==, soisSubsetOf : set1 <= set2isStrictSubsetOf : set1 < set2isSupersetOf : set1 >= set2 ; BTW, we have not isStrictSupersetOf ?isDisjointWith : more difficult, but we could have a test that intesect is not empty : set1 ?* set2 or isEmpty(set1 * set2) or (set1 * set2)?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
ADV_SCAN_IND packets only received once for 1 peripheral.
I am trying to discover BLE advertising packets sent by periferal to iOS.A strange behavior that I am observing is that I am only getting ADV_SCAN_IND packets only once for 1 peripheral, while ADV_IND and SCAN_RESP is recieved regularly.I want to use ADV_SCAN_IND to pass-on actions from peripherals to iOS devices, but with current observations it is not looking feasible.Can someone expain how the ADV_SCAN_IND and ADV_IND is treated differently by Apple.
Replies
0
Boosts
0
Views
590
Activity
Jun ’15
Filemaker Server 14 not running
Hi after the update to El Capitan, my Filemaker 14 Server is not running anymore. Neither can I install the software again. Anyone has had the same issue and has a solution for it?Anyway, i'll post this to Filemaker support as well...
Replies
2
Boosts
0
Views
731
Activity
Jun ’15
Reply to First install impressions?
Clean installation on a 13 rMBP 2015 using a USB flash drive went just fine, although a core storage volume was created. Since I didn't enable File Vault, I went ahead and reverted the logical volume using the coreStorage command.However, I wasn't able to replace the codesign file in /usrs/bin with the OS X 10.9.4 version since I couldn't change ownership or file permissions. The system files are protected, apparently, which is probably not such a bad idea.Numerous installations failed, so I was forced to restore my original Yosemite time machine backup. The following programs refused to install (after which I gave up and restored my earlier system):- Tuxera NTFS for Mac- Little Snitch- iStat Menus- OS X Fuse- gdisk- Gutenprint printer drivers (I have an old Canon BJC printer)I'll wait and try again when some of the developers have had time to provide compatible programs.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to First install impressions?
Installation was shaky. Difficult to begin installation after download completed. Installation itself took twice as long as estimated. Screen went black for over 3 minutes two times. Now that the beta is finally installed, I am very pleased. Mission control FINALLY animates with a high frame rate, even with translucency enabled. App launching and switching are noticably faster. Overall performance is buttery smooth.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Magic Trackpad
In my Mac MagicMouse is not working ,I am able to move my cursur but not able to perform touch action via the trackpad on it. Really have no idea, it that missing some driver?Just interesting why Apple didn't realize this such big issue...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Loss of Menu bar and dock after full screen.
When on Skype and in full screen on a call, the menu bar and dock do not appear back on screen when you have come out of full screen. You have to cick in the dock area on where dock normally is for them to appear.
Replies
3
Boosts
0
Views
314
Activity
Jun ’15
Reply to Is there any way to keep a watch app active in watchOS 2?
By the sounds of it yes!The HKWorkoutSession class describes the properties of a workout session. Workout sessions let apps continue to run in the foreground. The app appears whenever the user wakes the device, unless the user dismissed the app by pressing the crown. This lets the user check on the status of the workout by simply raising their wrist.https://developer.apple.com/library/prerelease/watchos/documentation/HealthKit/Reference/HKWorkoutSession_ClassReference/
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
I also have same issue. Went down 14% just from looking in settings and wtaching a 3:42 music video in Music app. Also went down 1% in 1.5 mins just by being on home screen.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to scrolling in el capitan
Same problems here, I am not able to use my magicmouse to scroll and also, command + space is not able to switch input sources...What's a pain.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15