Hello, With watchOS 2 and iOS 9 (betas 1) : My Watch is not able to receive any notification from any application. It's just ringing for phone and taping for Activity update. Do you have the same issue? I read in Twitter than some people are not concerned by this problem, they receive all the notifications of their iPhone. I hope we will find a solution to use a minimum our Watches in this first beta…
Search results for
Visual Studio Maui IOS
105,621 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I also had battery drain, every 3 minutes one per cent. I re-installed ios 9 beta again and now iphone 6 & 6+ work again with no power loss at all. Re-installing on iPad Air 2 now. Will check it.(BTW, I had to re-install it 2 times on iphone 6 but it's woth it)
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Will Swift 2 be keeping iOS7+, OS X 10.9+ compatibility as Swift 1 or dropping any of the older versions? I expect the former but didn't see it explicitly anywhere. Just to avoid surprises.I assume it is still iOS 8+ for including dynamic libraries/frameworks in release product.The above question is for actual release later in App Store not just development environment which as we know can be different (wider or narrower) than what is supported for release.Can someone from Swift team comment/confirm?
Yeah. That is also happening with me.I never experienced so much battery drain in a iOS beta version.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Just like last year, you still can't until Apple releases the GM version of Xcode and that submitted app will be released when iOS 9 is released.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Are you UPDATING your iPhone or RESTORING it to iOS 9?If you restore your iPhone, you will most likely end up wiping the Watch as well since whenever a Watch is un-paired from the phone, it is wiped.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Yesterday I successfully installed 10.10.4 and Server 4.1.51 along with Xcode 7 beta. Then I setup Xcode server and chose the Xcode 7 beta. I setup a simple single view iOS 9 app with one unit test and one UI test. Then I added the project to the Xcode server and created a bot to run on every commit. This worked perfectly - with each commit, the bot ran and produced a successful build with no failures. Today I installed the preview of 10.11. The installation went successfully, but now whenever I try to run my bot, I just get Integration pending... message for the integration in Xcode. I tried deleting the bot and recreating it. Still I get the same error. Why?
I tried to run an existing app in the iOS 9 simulator but all I get is a black screen with a white apple logo and a progress bar. It looks like the simulator is downloading a new version of iOS? It's been sitting there for 15 minutes without moving. What's going on?
I installed the iOS 9 beta on a secondary iPhone to try out the new OS, including the new Music app. However it seems that app is being released first on iOS 8.4 and is currently omitted from the iOS 9 beta, so I'm considering reverting that phone back from the beta.Before installing the beta, I performed a local iTunes backup. However, after doing so I neglected to switch the backup preference setting back from local to iCloud, and so when the phone performed its automatic nightly backup it overwrote the local iOS 8 backup with one for iOS 9. While it's possible to download an iOS 8.3 IPSW file and downgrade to that version, I don't believe I will be able to restore my data backup, since the sole backup is based on iOS 9.I'm assuming a workaround would be to first restore the last iOS 8 backup file from Time Machine and use that. However, I'm not sure if it's as simple as replacing this backup and restoring from it, or whether additional
Topic:
App & System Services
SubTopic:
Core OS
Tags:
On my iPhone it says I performed a backup earlier today. Two actually, one is the normal size I would expect and the other is 0KB. I cannot delete either backup from the phone or the iCloud windows program. When I plug my phone into Itunes the latest iCloud backup it recognizes is the one I did a few minutes before I put iOS 9 on my phone. Is anyone else having problems running iCloud backups on iOS 9?
I've noticed that in iOS 9 the annotations on my map are no longer using the images I wish to assign them and are now just showing up as red pins. This does not happen in iOS 8 or 7. Here is the code I am using to change the annotations image:- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation{ if (annotation == mapView.userLocation) return nil; MKPinAnnotationView *annView = [[MKPinAnnotationView alloc] initWithAnnotation:annotation reuseIdentifier:@pin]; UIImage *annotationImage = [UIImage imageNamed:@MyFileNameWhatever.png]; annView.image = annotationImage; annView.canShowCallout = YES; return annView; }I can't see any changes in the release notes for iOS 9, has something changed?
Will there be one becuasemy PC has just died
I can;t find any options to change the swipe from Trash to Archive (like iOS
They say this on IOS also but it is usually possible there. battery life is awful today. First time i have had to put the charger on during the day
Topic:
App & System Services
SubTopic:
Core OS
Tags:
We have an application which downloads large amounts of data (10 files with a total of 5.8GB) using NSURLSession in the background. On iOS 8.3 and iOS 8.4 beta 3 we observed the following- The download sometimes suddenly stalls at around 1.2GB. Seems to happen on fat internet conenction with an iPad Air 2.- If we force terminate the App in this situation it can't be launched again. We have found that the nsurlsessiond is using 100% CPU and that the watchdog ist killing the App just after the launch as it is not responding. Looking at the crash report the creation of the NSURLSession [NSURLSession sessionWithConfiguration:delegate:delegateQueue:] seems to be waiting on a semaphore.This might be related to this post https://devforums.apple.com/message/1128072#1128072.I've attached the crash report below.Any ideas? We have filed this as Bug rdar://21300082Jakob------------------------------------------------------------------------Incident Identifier: 32D98114-3D3C-4C26-BFB5-F2984F6084DECrashRe