Search results for

apple pencil charging

143,935 results found

Post

Replies

Boosts

Views

Activity

Reply to Low sound
Same problem here. Sorry I cannot help.These little oversights can be expected in Beta form. However, it was annoying to sleep right through my alarm this morning!I guess Apple software engineers are concerned with hearing loss.😕
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Missing Apple Watch Activity Data
I have just installed iOS 9 on my iPhone 6 Plus and when it started up it wiped my apple watch and I had to set it up again.After setting my apple watch up again I am missing the Activity Data for the last 48 hours, but when i look at the activity app on my phone the steps and what not are there but the rings for the last 2 days are both empty
5
0
1.8k
Jun ’15
Privacy and your app session notes
Apple views privacy as a human rightApp developers - be mindful of privacyKeeping the app ecosystem as a trusted place is important.Architecting for privacyData retentionData privacyData storageIdentifiersData RetentionHave a retention policyDelete data when it no longer serves a user needCollect the minimum data necessaryBalance storage of data against the risk of compromiseData Minimization TechniquesAnonymizeAggregateSampleDe-resolveDecayMinimizeWhat's the use of the data? What decisions are the collected data driving? If you can't come up with an answer, don't collect it. Minimize.Data transferEncrypt data in transitKeep sensitive data on the device, do not transmitProcess sensitive data on-deviceA good example of sensitive data - health data for a workout app. Process it on the device.On Device- Data protection- Keychain - store your secrets inside a keychain's encrypted storageServer side- Encrypt data at rest- CloudKitTransparencyBe clear about what data is being collected- Give users the abil
0
0
1.3k
Jun ’15
What's New in CloudKit notes
Notes is now using CloudKit to synchronize between OS X and iOSiCloud Backup is now using CloudKitApple can offer developers a huge amount of storage. I'd say watch the session video, my notes would just consist of repetitions of Huge amount of storage, costs you nothing.CloudKit Web ServicesFull CloudKit API vs JSON / HTTPSCloudKit JavaScript LibrarySign-in via Apple IDPublic and private database accessRecord operationsAssetsQuerySubscriptions and notificationsUser discoverabilitySyncCloudKit JSJavascript APIMatches CloudKit APINo intermediate servers - no need for a server in the middleNew notes web app built with CloudKit JSWeb sign-in with Apple IDApple manages the password service via using an Apple ID. Developer does not see the user's authentication credentials.
0
0
1.2k
Jun ’15
WWDC notes by rtrouton
Supporting the Enterprise with OS X Automation notes: https://forums.developer.apple.com/message/10690What's New in Notifications notes: https://forums.developer.apple.com/message/9924Your App and Next Generation Networks notes: https://forums.developer.apple.com/message/9841What's New in Network Extension and VPN notes: https://forums.developer.apple.com/message/9694Thursday Education and Enterprise Development Lab notes: https://forums.developer.apple.com/message/9267Thursday Security Lab notes: https://forums.developer.apple.com/message/9062Wednesday Security Lab notes: https://forums.developer.apple.com/message/8028Security and Your Apps notes: https://forums.developer.apple.com/message/7363What's New in CloudKit notes: https://forums.developer.apple.com/message/7290Privacy and your app notes: https://forums.developer.apple.com/message/7289What's New in Managing Apple Devices notes: https://forums.developer.apple.com/message/6945Filesystems Lab Notes: https://forums.developer.apple.com/message/67
0
0
5.7k
Jun ’15
Apple Watch Metadata Rejection - Background images are not displaying
I have been rejected 3 times based upon metadata rejection.We still continue to notice that your marketing screenshot(s) do not sufficiently reflect your app in use.- Metadata screenshots do not demonstrate the app functionality in use.My application is showing up with a black screen. The buttons are intact but the background images must not be showing up when the apple review team is reviewing my Apple Watch app. When I archive I am doing so choosing the iPhone profile. I wonder if my images for the Apple Watch are not being included in the submission bundle?When I try it in simulator I see my app works perfectly with all of the images displaying in the background of the watch.Has anyone else had this issue?Help!
0
0
327
Jun ’15
(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
425
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
780
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