Search results for

“Apple Maps Guides”

155,796 results found

Post

Replies

Boosts

Views

Activity

SIP (System Integrity Protection)
Apple's new El Capitan feature SIP (System Integrity Protection) aka rootless will have some interesting impacts that will impede workflows for administrators.- If you Netboot across subnets, you will no longer be able to use bless. Apple's view is if someone can target a machine to boot to a non 10.11 OS, they can bypass SIP. This will prevent any unathorized boot methods.- You will be able to write to certain privileged folders through the use of a package signed with a valid Apple Developer code signing certificate.More soon on SIP if I can find the right engineer.
42
0
19k
Jun ’15
Rejection policy and patent
Hello!My question is about Apple patents, especially iPod.I wonder, if I make an App which would partly replicate click-wheel mechanism and other iPod functions as well as design, would it be a recognized as breakin of law? Or would such app be banned in AppStore? (I wasn't confused untill Apple has stopped distribution of iPod) I don't want to do such App, but have to know if it possible or not to do one project.I've tried to write to Apple Law and Legal support, but can't get an anwser for a month.Thanks a lot!Mikhail
0
0
196
Jun ’15
Reply to Metal - Support for geometry and domain shaders?
Based on the fact that they switched all their UI rendering to Metal and the state of OpenGL and OpenCL support getting worse with every update, I am quite certain that ;etal is meant to become the graphics and compute shader framework of choice for high performance graphics on all things Apple.I really hope that at least tessellation shaders will make it in a not so distant update. I also wouldn't mind geometry shaders, but while there are some nice use cases on desktop hardware, they have quite a bad reputation and perform poorly on my macbook, so using metal compute features as a replacement might be a good way to go. Although making instances of the same geometry render in different frame buffers in one draw is a really nice geometry shader feature for shadow mapping. Something like that might already be possible in different ways with metal though!?To summerize: I'd be really interested in an answer to this question too! 🙂Edit: LAYERED RENDERING is supported in Metal!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Downgrade watchOS 2 to 1.0.1
I definitely understand the inconvenience. I've noticed a few core apps do not function or behave properly; even after I an unpair (erase) and repair. I've looked into this as well and there is no official path to restore at this point. You would have to take it in to an Apple Retail Store to have it restored and it might be considered an out-of-warranty repair due to it being a personal device.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Metadata rejected response 11+ days?
Hi all,My app took 10 days to be reviewed and at that point Apple asked a few questions about the audience of the app, etc. I replied within two hours and that was on the 29th May. They have still not replied. I did not click on Submit for review again as I know this may put your app at the back of the queue. I simply wrote out a response and clicked the Send button. I saw this whirl around and then take me back to the main app page.Is this usual? If I reply to the question again asking if they received my message... will it put me to the back of the queue again!? I don't know how to follow this up and 11 days seems quite excessive.Can anyone shed any light on this? Thanks for any help.
2
0
305
Jun ’15
Reply to iOS 9
The solution by gpdawsonJun 8, 2015 7:37 PMI would guess thay means that your *primary* email address is still failing verification. Try to re-verify it. Do you see an error message? If so, then you may have that email address associated with another Apple ID - perhaps with an Apple ID that is the same as that email address. In that case you'd need to log into that Apple ID, delete the primary email for it, and provide a new, different email address to verify it with.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to CoreLocation: startUpdateLocation is unavailable
The Apple website says that they will be posting videos of all sessions throughout the week of the conference, which is promising.I'm amazed that they post them so quickly these days (I remember having to wait weeks) but I'm still optimisticly hoping that both the videos and the slides will appear overnight each day. I have been watching the live streams today when I can, but the Core Location talk on Thursday is not in the Presidio, so unlikely to be streamed.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to No three finger drag?
I was getting really annoyed at this ommision. Thanks for letting us know that Apple moved it rather than getting rid of it.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Will not let me enroll.
Hey All , Getting the same problem. I had a dev account with same ID and trying to renew for my personal account. No reply from Apple Yet!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
SIP (System Integrity Protection)
Apple's new El Capitan feature SIP (System Integrity Protection) aka rootless will have some interesting impacts that will impede workflows for administrators.- If you Netboot across subnets, you will no longer be able to use bless. Apple's view is if someone can target a machine to boot to a non 10.11 OS, they can bypass SIP. This will prevent any unathorized boot methods.- You will be able to write to certain privileged folders through the use of a package signed with a valid Apple Developer code signing certificate.More soon on SIP if I can find the right engineer.
Replies
42
Boosts
0
Views
19k
Activity
Jun ’15
Java messed up! PLEASE HELP!
Java messed up. Saying I can't install JAVA 6 SE RUNTIME. Due to the fact that I have an older version half the apps can't be used... Tried deleting reinstalling and downloading all the latest ones I could... Even used the one from Apple Support... 0...
Replies
2
Boosts
0
Views
336
Activity
Jun ’15
Reply to CoreLocation: startUpdateLocation is unavailable
There is a What's New in Core Location talk on Thursday afternoon at 1:30pm (San Francisco time), that says Discover how to use Core Location with Apple Watch, so it's probably worth waiting for that.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Rejection policy and patent
Hello!My question is about Apple patents, especially iPod.I wonder, if I make an App which would partly replicate click-wheel mechanism and other iPod functions as well as design, would it be a recognized as breakin of law? Or would such app be banned in AppStore? (I wasn't confused untill Apple has stopped distribution of iPod) I don't want to do such App, but have to know if it possible or not to do one project.I've tried to write to Apple Law and Legal support, but can't get an anwser for a month.Thanks a lot!Mikhail
Replies
0
Boosts
0
Views
196
Activity
Jun ’15
Reply to Does Core Motion in watchOS 2 allow access to the gyroscope?
For an example use of the sensor, the gyroscope is critical in Apple's implementation of Activate on wrist raise feature.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Metal - Support for geometry and domain shaders?
Based on the fact that they switched all their UI rendering to Metal and the state of OpenGL and OpenCL support getting worse with every update, I am quite certain that ;etal is meant to become the graphics and compute shader framework of choice for high performance graphics on all things Apple.I really hope that at least tessellation shaders will make it in a not so distant update. I also wouldn't mind geometry shaders, but while there are some nice use cases on desktop hardware, they have quite a bad reputation and perform poorly on my macbook, so using metal compute features as a replacement might be a good way to go. Although making instances of the same geometry render in different frame buffers in one draw is a really nice geometry shader feature for shadow mapping. Something like that might already be possible in different ways with metal though!?To summerize: I'd be really interested in an answer to this question too! 🙂Edit: LAYERED RENDERING is supported in Metal!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Downgrade watchOS 2 to 1.0.1
I definitely understand the inconvenience. I've noticed a few core apps do not function or behave properly; even after I an unpair (erase) and repair. I've looked into this as well and there is no official path to restore at this point. You would have to take it in to an Apple Retail Store to have it restored and it might be considered an out-of-warranty repair due to it being a personal device.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Complications fails to load on iphone
When I select My Complications in the Apple Watch app on iPhone, the loading indicator spins endlessly.
Replies
3
Boosts
0
Views
591
Activity
Jun ’15
Metadata rejected response 11+ days?
Hi all,My app took 10 days to be reviewed and at that point Apple asked a few questions about the audience of the app, etc. I replied within two hours and that was on the 29th May. They have still not replied. I did not click on Submit for review again as I know this may put your app at the back of the queue. I simply wrote out a response and clicked the Send button. I saw this whirl around and then take me back to the main app page.Is this usual? If I reply to the question again asking if they received my message... will it put me to the back of the queue again!? I don't know how to follow this up and 11 days seems quite excessive.Can anyone shed any light on this? Thanks for any help.
Replies
2
Boosts
0
Views
305
Activity
Jun ’15
Reply to Possible to downgrade to 1.0.1?
not everything apple says is accurate. was able to downgrade the ipad and the iphone 6 plus to ios 8.3 from 9 beta...im sure there is a way to downgrade the watch
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9
The solution by gpdawsonJun 8, 2015 7:37 PMI would guess thay means that your *primary* email address is still failing verification. Try to re-verify it. Do you see an error message? If so, then you may have that email address associated with another Apple ID - perhaps with an Apple ID that is the same as that email address. In that case you'd need to log into that Apple ID, delete the primary email for it, and provide a new, different email address to verify it with.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to CoreLocation: startUpdateLocation is unavailable
The Apple website says that they will be posting videos of all sessions throughout the week of the conference, which is promising.I'm amazed that they post them so quickly these days (I remember having to wait weeks) but I'm still optimisticly hoping that both the videos and the slides will appear overnight each day. I have been watching the live streams today when I can, but the Core Location talk on Thursday is not in the Presidio, so unlikely to be streamed.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Open-Sourcing Plan
Why specifically I think open-source is a good idea is because it means we'll be able to use it on non-Apple platforms.So, you could, for example, write your server-side code in Swift.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15