Search results for

Apple Maps Guides

149,432 results found

Post

Replies

Boosts

Views

Activity

(REPOD): Red Exclamation Point Of Death
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?
1
0
418
Jun ’15
almost afraid to ask on new background modes.
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
5
0
777
Jun ’15
Apple Mail Attachments
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! 🙂
0
0
138
Jun ’15
Apple TV play/pause button does not fire event with MPRemoteCommandCenter
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.
6
0
4.8k
Jun ’15
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
526
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 the USB co
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15