Search results for

Apple Maps Guides

149,416 results found

Post

Replies

Boosts

Views

Activity

Reply to watch os2 problem, need help
Please see the installation guide here: https://developer.apple.com/services-account/download?path=/Documentation/Beta_Software_Installation_Guides/watchOS_beta_Software_Installation_Guide.pdfThe configuration file that the guide refers to can be downloaded from here: https://developer.apple.com/watchos/download/
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Suppress local notification actions for watch
Is it possible to suppress certain local notification actions from showing up on the watch's dynamic notification interface?For example, I am working on an app that can send/receive calls. It has a local notification category 'incoming call' that has actions 'decline' & 'answer' call. I would like to only show 'decline' on the Apple watch.NOTE: I would love to be able to answer the call but, as far as I know, it isn't possible to do like the native phone app. I tried handoff but that is quite clumsy for this action.
3
0
411
Jun ’15
Reply to First install impressions?
On my MacPro I have some few issues.Razer Synapse does not show any connection Razer device like my keyboard or my mouse.Chrome WebGL is falling back to software rendering which causes some websites to become very slowly and flickery when scrolling.Git-Tower is always crashing when opening a Git repository.Had 2 Kernel Paniks when my Mac is set to sleep - Power Nap is disabled already (hope that fixes the Issue now)LG TrueColor app for my 21:9 display says it couldnt find USB connection (I guess the same issue like with Razer Synapse)StarCraft2 shows a pesky issue with this cursor zoom effect when shaking the mouse cursor. Still an issue How to disable 'Call out your cursor'?Dropbox-experimental does not start at launch.Box does crash and causes a dialog to show up, asking to terminate Box synchronisation.Memory Monitor does not start all.Typing my password to allow installations of tools is very troublesom. When I type as fast as usual then OSX does stop recognizing my typings at 3rd or 4th character. I have
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Open-Sourcing Plan
You might be right that it is part of the reason. But they didn't have to make it open source for that reason alone. Nothing prevented them from keeping their Linux port to themselves.You make it open source if there is a benefit in either driving adoption or in faster and more efficient testing and bug fixes. Swift probably reached a plateau in adoption and was surely straining their resources in testing and bug fixing given its evolution history. Now they can deploy more of those testing and maintanence resources into Xcode (which is falling behind in capabilities relative to the latest IDEs in my opinion) as well as Apple SDK support.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Problem With Apple Developer Program Joining!
Problem With Apple Developer Program Joining! When I submit the form it just puts my view back to the top of the page where it says Contact InformationThe name on this Apple ID account will be used as your seller name, and for contracts and banking, if your app is selected for distribution by Apple. Make sure that it is your legal name and that your country is correct. To edit your account information, contact us.Is it because of the update on this website (developer.apple.com) or just me.-jMzK
1
0
272
Jun ’15
[Appeal] Rejected because of missing 64-bit
Hi,I have nowere to do this else so I do it here, my app just got rejected because I missed 64-bit version. I think this is wrong because I did upload on may 31 (also my upload was an update to a previous version).The review just happened today.Also, I cannot reply to this in my itunes connect, when trying to contact app review support on this url (https://developer.apple.com/contact/) and click the appeal like I get a 404. In short I am not really happy with the way things go. Since a little while I have nothing but trouble getting something on the app store and it makes me very sad 😢I made a screenshot of what I got from apple. http://imgur.com/kpEy2MMBefore this rejection, my app got metadata rejected (after that I sent the requested changes)Please help me, I wanted to release this before my vacation and absolutely made sure I was meeting all requirements 😟
1
0
352
Jun ’15
Confirm iPad 1 end-of-life?
I downloaded the Xcode 7 beta and plugged in the iPad 1 that I use for testing apps that still support iOS 5.1.1, and Xcode said the device wasn't supported. I've been expecting Apple to drop support for the iPad 1 for a while, and it looks like that time has come. However, I'd like to know if Apple has stated this offically anywhere. Does anyone know?Here are the Xcode 7 release notes, but I didn't see anything there about what devices are supported:http://adcdownload.apple.com/WWDC_2015/Xcode_7_beta/Xcode_7_beta_Release_Notes.pdf
0
0
525
Jun ’15
Reply to The gyroscope doesn't work
Reading between the lines of this year's WWDC presentation: What's New in Core Motion, it appears that Apple doesn't intend to give us access to the gyroscope. They don't explicitly say, the watch doesn't have a gyroscope or developers don't have access to the gyroscope, but they do explictly call out with the accelerometer whenever they refer to the ability of the watch to access raw sensor data whereas they didn't make this differentiation when talking about the iPhone.Also, they do explictly say that there is no access to the Device Motion API for the watch which is consistent since this is processed motion data that depends upon the gyroscope.If I had to speculate, the gyroscope is being taxed full time in order to make the wrist turn activation perform as well as it does. Apple doesn't want to risk sacrificing this performance.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to my OS X 10.11 will not download
Was having same problem. It finally worked when restarted mac, logged into app store, logged into apple dev site in safari (osx 10.10.3 ), clicked download, redeem code appeared in app store page, BUT APP STORE THEN REQUESTED AGEE TO NEW CONDITIONS (this was first time app store asked this), then redeem worked and download began. Hope this helps.BTW, I wish the 'period' worked same way in OSX as iOS, double space. Confusing for me anyway.John
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Enum's rawValue initializer hidden, sometimes?
It looks like a bug, where the init(rawValue:) initializer isn't being created (or isn't available) if you have defined any other initializers. Presumably it still works in playgrounds because the line-by-line compilation creates a state where the enum exists and your custom initializers don't yet.Unlike the other automatic initializers for other types, the documentation doesn't say that it isn't created if you define other initializers. (The documentation explicitly states that default initializers for structs and classes, and member-wise initializers for structs, aren't created if you define your own initializers.)I would recommend filing a bug with Apple, so that either it gets fixed or the documentation gets updated to reflect its behavior (if it's intentional so that all automatically generated initializers have similar behavior).
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15