Search results for

apple pencil charging

143,940 results found

Post

Replies

Boosts

Views

Activity

Security and Your Apps notes
Network securityHTTPS, TLSIn 2015, TLS is a minimum baselineMany servers default to TLSv1.0, from 1999Newest version is TLSv1.2TLSv1.2 is not enough. Compromise of a server key lets you decrypt all TLS traffic that was encrypted in the past.With forward secrecy, a server key compromise will only let you read future traffic. Past traffic will not be able to be decrypted.By default, apps linked against iOS 9 and OS X 10.11 cannot make unprotected HTTP connections.TLS connections will need to comply with best practices- Exceptions can be declared on a case-by-case basis in your app's Info.plist file.System Integrity ProtectionDefense in DepthSecurity is about layersOne layer failing shouldn't defeat all securityRely on multiple layers of protectionDelay the attackerReduce your attack surfaceSeque into talking about Vauban and star fortresses. History lesson FTW.OS X's star fortress security model:Outermost line - Developer ID and GatekeeperSecond layer - Sandbox - attacker only gets access to the data which the
0
0
3.1k
Jun ’15
What happens now with the new Dev program?
Hi all! I have some confusion about the new dev program. Now that everything is combined, do I still get access to XCode? I saw that it says on the Xcode 7 beta page that I can get the beta for free, but the developer plan says that I need to buy the plan to get access to software betas. I have no money to buy a plan, so I am stuck. I do not know what to do. Just as I was beginning to learn Swift and Objective-C, Apple takes away my ability to develop for free. Is there even free access after my safari plan expires on July 8th?
2
0
480
Jun ’15
In-App Purchase Receipt in wrong format
HiI'm validating my receipts against the appstore, following the Apple's guide The receipt is retrieved from the bundle using the following code:NSURL *receiptURL = [[NSBundle mainBundle] appStoreReceiptURL];NSData *receipt = [NSData dataWithContentsOfURL:receiptURL];NSString *base64Receipt = [receipt base64EncodedStringWithOptions:0];The encoded receipt is a signed binary file, as described in the documentation. However, in some weird cases the receipt is not the expected binary file but an NSDictionary with the form{ pod = 50; purchase-info = ewo...; signature = Apdx...; signing-status = 0;}When I try to validate those receipts against the appstore, the result is always 21002 (The data in the receipt-data property was malformed or missing). Any ideas in why the receipt retrieved from the bundle is in the wrong format?Regards
5
0
5.5k
Jun ’15
Messages failing to send
Another question: messages are failing to send (and not synching at all with the iPhone's messages history). I get a you must enable iMessage to send messages but in my apple Watch app on the phone, it shows messages are set to mirror the phone. Anyone else having these issues? Any solutions?
2
0
527
Jun ’15
Reply to iOS 9 Error 14
Never underestimate a bad cable as the possible reason. For some reason, since the beginning of iPhone, you can have a cable that's good enough to get through charging and sometimes syncing, but fails when doing restores and more sensitive tasks. A few tips:Make sure your device registered with the developer program's UDIDs.Make sure iTunes is up to date.Make sure your hosts file on your computer hasn't been modded.Ensure there's no dust or debris in the bottom of your device that may be blocking a solid connection.Try a different cable.Try a different computerAnd if all else fails, the apple store will usually try restoring it for you, even if it's OoW -- though if they also can't restore it, you may be looking at an Out of Warranty service repair.https://support.apple.com/en-us/HT204770Check your USB connectionsErrors: 13, 14, 1600, 1601, 1602, 1603, 1604, 1611, 1643-1650, 2000, 2001, 2002, 2005, 2006, 2009, 4005, 4013, 4014. You might also see a message that includes invalid response.If t
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Mac and iOS for one membership?
Right...one fee covers iOS, OS X & WatchOS now. Mine took a while but by the end of the day yesterday, I was good to go.See Apple's New Developer Program Offers iOS, OS X And watchOS Tools For $99For some reason, edit seems only for replies - can you at least delete the original?
Jun ’15
Reply to iOS 9 Beta battery life
This is what I'm interested in. From a technical standpoint what causes battery life to be reduced during beta releases? The UI seems a little snappier as well as app switching and just general performance on my 6. I am also seeing the battery drain issue as per normal beta performance. Just interested in why. Obviously optimisation is key but is the OS collecting data on performance for Apple techs to analyse? And how much optimisation will apps need to do upon public release? I am finding software development more fascinating all the time :)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Mac and iOS for one membership?
I saw it during the keynote. Apple needed to combat other dev programs, apparently, so this was a move to at least get current with their offerings, etc.I'm just happy that the pinned warning at the top of the page when logging in to iTC, that my mac membership had expired, finally went away.
Jun ’15