Search results for

apple pencil battery life

146,130 results found

Post

Replies

Boosts

Views

Activity

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 iOS 9 Beta battery life
Considering it is my only device, I can't say i am forced to use iOS 9...but since it is good to test with the latest version, so i am here to report my finding..Historically iOS betas alwasy had poor battery life but never had anything like getting 20% left half day ....wich is surprising considering it is an update tailored at improving battery life...Will i survive? YES Do I understand it is beta? YES ....will it improve? YES an I worried? NO.... but I have to say i am not happy.. now i have to traverl with my battery pack always behind...::(
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
I accepted “Apple Developer Program License Agreement ”, but it is not hide
I accepted Apple Developer Program License Agreement in the Member Center, but the notification is not hide in the iTunes Connect. I don't have in the Member Center any License Agreement in this moment. What do I do? It includes followingAgreements, Tax, and Banking Review the Paid Applications Schedule. The iOS paid applications schedule (“iOS Schedule 2”) and the Mac paid application Agreement schedule (“Mac Schedule 2”) have been combined into a single Schedule 2 covering both programs, and the Custom B2B schedules (“Schedule 3”) for iOS and Mac have been combined as well. To create new paid apps and in-app purchases and upload binaries to the App Store, the user with the Legal role must review and accept the Paid Applications Schedule (Schedule 2 to the Apple Developer Program License Agreement) in the Agreements, Tax, and Banking module.To accept this agreement, the user with the Team Agent role must have already accepted the Apple Developer Program License Agreement in the Mem
8
0
12k
Jun ’15
Reply to Xcode Upgrade
Yes, this happened with my app too and this is expected due to the change to swift 2.0 and ios 9 API changes. You will need to read through the errors and resolve them with the help of research and reading through apple documentation. I would suggest also looking at the swift 2.0 prerelease ibook. Helpful links-https://developer.apple.com/library/prerelease/ios/navigation/https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS9.html#//apple_ref/doc/uid/TP40016198-SW1https://developer.apple.com/library/mac/documentation/Swift/Conceptual/Swift_Programming_Language/OptionalChaining.html#//apple_ref/doc/uid/TP40014097-CH21-ID245https://itunes.apple.com/us/book/swift-programming-language/id1002622538?mt=11
Jun ’15
Multitasking / Slide over / Split View in iOS 9
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 is, what
3
0
969
Jun ’15
Weak life cycle
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
0
0
247
Jun ’15
Reply to iPad keeps rebooting when syncing apps
You are right - it is not rebooting, but I get the Apple-logo. For me it seems it is not doing any progress, but I will just have it running for some more hours to see.I also notice that though I have many dimmed apps on my iPad now there are still plenty of apps that are not even visible. I can see them while looking at my iPad apps in iTunes, but not (yet) on my iPad.Ok - patience now.... 🙂
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Restore process to ios9 stuck at aprox 10%
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> <==> <RPSock
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Possible to downgrade to 1.0.1?
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:
Jun ’15