So, I followed the install ios beta software and watchOS beta software LINE for LINE.I did add UDID for both to Certificates, Identifiers & Profiles. I even have a screenshot to prove it, if I need to.I tried hard booting ( hodling the crown and side button for 10 seconds until the apple symbol comes up ) several times.So, am I screwed? Is there a way to get off the REPOD?
Search results for
Apple Maps Guides
149,432 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I didn't see anything obious so far except for possibly multitasking, which I am going to ask if it is/has usable background modes, is there any new background modes in iOS9, you know the kind, the kind that our users are begging us for? it always amazes me the answer to someone here asking if they can do something in the background,and the answer is that this does not fit into Apple's plan for the battery. yet the task asked about, would take far less battery than the current background modes, or even the task itself by having to do it in the foreground using the display. for instance doing a specific task that lasts less than 10 seconds at a specific date and time in the future, which uses about 1/1000th the battery of even major change to location in the background ...right now I have to ask the user to spend 10's of times the amount of battery than they have to, to execute tasks, because I am forced to have the user use the display to do it, rather than to do a specific task at a specific time in
The one item I was looking for with 10.11 was the ability to turn off Inline attachments in Apple Mail for OSX. Maybe I am in the miniorty, however all I would like to see is the ability to send attachments other than INLINE in the email body. Even a simple switch in preferences would be great, but after years of mail imporvments this has never been added. Apple can this be added as a future item, like 10.11.1 or something?Thank you! 🙂
I've had an Apple ID for yeas, and the credit card, email, etc I used for creating it is not the same I want to use to enroll in the Developer Program.Also, does information like the home adress in the billing need to be exactly precise? or it doesn't matter that much?Thanks.
In my opinion, when the Play/pause button is pressed on the AppleTV remote while an app is airplaying video, the framework should go through the MPRemoteCommandCenter to fire a callback on the appropriate command object.My handlers don't get called — and I provided a handler for togglePlayPauseCommand, playCommand, and pauseCommand.Also as an effect, in Command Center the play/pause icon is not changed when I use the ATV remote button.It seems like the AppleTV is pausing the stream at a lower level.
In the Apple Watch app on your iPhone, go to General -> Reset and press Reset Sync Data. Nothing will display on the phone but your Contacts should appear.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I am currently experiencing this exact issue! I unpaired and rebooted the phone, and it remains stuck in the boot screen (with the ring of tiny lines on it around the apple logo). Makes zero progress after long periods of time.No way to even re-pair it.Help!
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I had this same problem on iOS 8.3 and iOS 9 to fix it you must un-pair your Apple Watch and then re-pair it you can restore from a backup it won't affect it. This fixed it both times for me. Best of luck!
Topic:
App & System Services
SubTopic:
Core OS
Tags:
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
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?
I'm tired of this nonsense! I wish Apple would put what they say they put in the release notes! There are no install notes and there is no way to report bugs without installing 10.11...
Topic:
App & System Services
SubTopic:
Core OS
Tags:
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
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?
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 the USB co
Topic:
App & System Services
SubTopic:
Core OS
Tags:
When I select My Complications in the Apple Watch app on iPhone, the loading indicator spins endlessly. Has anyone been able to access the 3rd party complications?