i have for years used a non-email based Apple ID. The latest build for iOS 9.0 will not accept my credentials, is anyone else seeing this.
Search results for
İOS 26 beta battery %1
250,838 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I lost connection and my download of El Capitan failed, now when I re-try code is insered automatically and I get an error: This code has already been redeemed. How do I refresh the code or restart the download?
its posible to install the osX el capitan in two macs with the same developer user?Yesterday, i download the installer in my imac, but i dont install in it.i think is best install in my MBP for TEST.But today when i try to download, in MBP, i can,t. the code is in use.Sorry for my english....
I have a very small Swift 2.0 project which should run on 7.1 and newer.It should use WKWebView on iOS > 8.0 and UIWebView on iOS < 8.0.As soon as I add the WKWebView I can't compile the app again:import UIKit import WebKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() if #available(iOS 8.0, *) { let w = WKWebView() w.frame = self.view.frame w.autoresizingMask = [UIViewAutoresizing.FlexibleWidth, UIViewAutoresizing.FlexibleHeight] self.view.addSubview(w) } else { let w = UIWebView() w.frame = self.view.frame w.autoresizingMask = [UIViewAutoresizing.FlexibleWidth, UIViewAutoresizing.FlexibleHeight] self.view.addSubview(w) } } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() } }When I compile for the simulator I have no problems at all, but when compiling for devices I get the following warning:ld: warning: URGENT: all bitcode will be dropped because '/Applications/Xcode-beta.app/Contents/Developer/Platforms/i
When I'm connected to cellular and not WiFi my iCloud photo library doesn't download any thumbnails or higher resolution files.I have enabled cellular under preferences > cellular for the Photos app.When I enable Wifi, it works again. There is an exclamation icon at the bottom right of the photo when I'm over cellular, and nothing gets downloaded.I had this in iOS 8 and after upgrading to iOS 9 beta the problem is still there.
Same here, down to 30% in a couple of hours. Battery usage says 96% Home- and Lockscreen. 😟 Let's see if this gets better the next days. Otherwise I'll try to get back to iOS 8.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello,some aspects of these new features aren t really clear to me...- Is it mandatory to support Multitasking / Slide over / Split view? I read in the documentation, which says you should, Apple and users will expect you to... But in my case, my App UI is absolutely not designed to support it. My User Interface just needs the space, I can t shrink the UI to that compact size and dynamically size changing thing, I can t even support portrait on iPad, it s landscape only. So what will happen in iOS 9? If I do nothing, will my app just not work / not be selectable in this split view / Slide over mode? Or will the UI just be messed up? If I don t want / just can t because of UI design aspects support that Split view / Slide over feature, I could set a Boolean in Plist I read? but will this be approved or will I be forced to support it? I guess my app is not the only one that just does not work in that dynamically sizeable compact view Split mode thingy size / sizes.. .!?- Another thing I wonder
I wrote a small class extension for UITableViewRowAction, while doing my Unit Test I've notice that the instance created with the extension 'init' method were alive longuer that I would have expected.So I've trim down the implementation to the bare minimum to test that difference.public extension UITableViewRowAction { public convenience init(title: String!, style: UITableViewRowActionStyle, exposedHandler: (UITableViewRowAction!, NSIndexPath!) -> Void) { self.init(style: style, title: title, handler: exposedHandler) } } class UITableViewRowAction_test: XCTestCase { func test_deallocationOfStoredItems() { weak var a1 : UITableViewRowAction? weak var a2 : UITableViewRowAction? if true { var action : UITableViewRowAction? action = UITableViewRowAction(title: title, style: .Normal) { (a: UITableViewRowAction!, b: NSIndexPath!) -> Void in } a1 = action action = UITableViewRowAction(style: .Normal, title: title, handler: { (a: UITableViewRowAction!, b: NSIndexPath!) -> Void in }) a2 = action println(here
Even though when I try to use one of my images for a watchface, as soon as I click Create Watchface, the Watch restarts.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Same issue here too.My device is an iPhone 6+.I tried 8.3 and 9.0 several times, including factory reset and update via ⎇+click in iTunes.What device do you have problems with? Have you tried a different mac (I'm preparing to do this now)?EDIT:I found some stuff on the console which might be interesting (I removed some IDs):09.06.15 13:21:35,831 iTunes[3009]: RPSocket.cpp:341(FinalizeRPSocket): Closed <RPSocket 0x610000430de0: Pinger-6b8b4567327b23c6643c9869 fd=-1> after reading 200 bytes and writing 66 bytes 09.06.15 13:21:35,940 iTunes[3009]: Socks5Server.c:204(srvSocketOpened): Successfully connected to gg.apple.com:80 09.06.15 13:21:35,940 iTunes[3009]: RPSocket.cpp:135(reset_stats): Reset stats for <RPSocket 0x61800043c040: Device-<SOME-DEVICE-ID> fd=56> after reading 157 bytes and writing 31 bytes 09.06.15 13:21:35,940 iTunes[3009]: RPSocket.cpp:676(RPSocketExchangeData): Beginning data exchange: <RPSocket 0x61800043c040: Device-<SOME-DEVICE-ID> fd=56> <==> &
Topic:
App & System Services
SubTopic:
Core OS
Tags:
It's not officially possible. From the Software Installation Guide:http://adcdownload.apple.com/Documentation/Beta_Software_Installation_Guides/watchOS_beta_Software_Installation_Guide.pdfNOTE: Devices updated to watchOS beta may not be restored to earlier versions of watchOS. Registered development devices will be able to upgrade to future beta releases and the final watchOS software.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
You're posting in the iOS 8.4 beta forum. News.app is an iOS 9 feature.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Untrue, you can downgrade From iOS 9 beta to 8.3... now that Apple tells you you can't is another story, but as long as a firmware is signed you can revert to it ...As W4rlock said:You might be able to downgrade iOS devices, but it is not officially supported. If it don't work they won't help you with that.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
If the app doesn't support it - it doesn't show up in the 'split view' app switching mode. In other words, only apps that support split view will show up as an available option. Tested on iPad Air running iOS 9 beta 1Unsure about add banners and interstitial.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Installed it on two 2013 rMBP's, so far with few issues.rMBP 1- Installation changed halfway through, and apple logo was off centre (believe this was down to me not having the display at pure retina resolution, so looked like it was displaying a 1280x800 image anchored to the bottom left of a 1440x900 screen).- Mail smart folders were removed, left with only Today. Was able to re-create them though with no issues.- New Disk Utility application. Ran first aid just to check for any permissions errors, but didn't seem to report any.rMBP 2- Installation didn't have the same issue as rMBP 1, believe that's because the display was set at pure retina before starting the installation.- Mail smart folders were retained on this computer.Overall it seems like a pretty solid release (obviously this may change across the betas), all the apps I use regularly work well so far.The new font on the fourms (San Francisco?) looks terrible on my external screen, but great on the built in retina display.
Topic:
App & System Services
SubTopic:
Core OS
Tags: