Search results for

Apple Maps Guides

149,481 results found

Post

Replies

Boosts

Views

Activity

Opt out of canOpenURL: security?
We have a QR code reader application, so we ingest many different kinds of URLs with different schemes, and we want to send them on to their handler applications. The new canOpenURL: security is understandable, but a problem for our user experience. Is there any way to opt out of this behavior? I understand Apple wants to migrate to Universal Links, but we already have a lot of content out there and would like to be able to transition in a more orderly manner.As a fallback we probably could just start hardcoding our common schemes, but I was wondering if for our use case there was another way around.
2
0
305
Jun ’15
Reply to Help with third party developer
The Enterprise developer licence is for distributing an app to employees of your company, not to the app store. If the app is intended only for employees of your company, that's the route to take.If that's not the case - I'm presuming, for the sake of giving a complete answer - , and the developer's just trying to find a way to send you a copy of your app so you can try it out, then you have a number of options. I think my first choice would be to pay attention to the developer program this week - I don't yet know the exact circumstances (this is new this week), but it's possible you don't actually need a developer licence to try your app out on a single personal device.If not: I'm guessing the developer's not willing to register one of your devices on their own developer licence. They could use Testflight to get a copy of your app to you, but as I understand it the app would need to be approved by Apple and it would expire within a month.You getting your own licence would be good because then you're
Jun ’15
unable to verify Update
So I put ios 9 on my iphone 6 as required for WatchOS2. I then put the profile on my iphone and installed it on the watch. Watch rebooted. Every looked fine. So i went to the software update part on the Apple Watch app and it downloaded the update. It then asked for my passcode to install it, I put it in. It then asked me to proceed, I clicked proceed. It tries to install for about 5 seconds and gets an Unable to verify update message. It states that it can't verify the update since I'm not connected to the internet. I am on Wi-fi as the instructions stated. So I went to safari and tested some websites - they work fine.Anyone else getting the Unable to verify update error? Any work around it?
2
0
2.1k
Jun ’15
Forum Design - A Step Backward
First, the light gray fonts are exceeding difficult to read.Second, at random times, I am told my password has expired with a form to reset the Apple ID password WHICH IS WHAT I DO NOT WANT TO DO (multiple devices, multiple software, etc. all would have to be updated - dozens of times typing in 14 character nonsense)Third, I'm sorry, but I can't find anything I want without guessing and opening up every item, e.g. developer forums, and then when I think I found what I want, I click on it, wait, and find I have to click yet another link that appeared out of nowhere.For those of us who just want to go quickly to areas of interest, can we please just have ONE page with a table of contents, perhaps even two or three columns, with JUST black or dark blue links, no graphics, and we can just find what we need quickly (because we can read and do not care about pretty icons).Thank you.
4
0
516
Jun ’15
Reply to Why?
I guess the use of such threads is to see if anyone else is thinking the same thing so1. You know you are not crazy.2. Perhaps people at Apple visit the dev forums from time to time (they do).But yeah...I might file a formal bug report. I'm not getting email notifications when people reply in threads I posted. I think the old forums would have been perfect if they just made the site responsive.I'm typing in bold. Please note that I am not mad. I am not screaming. I just can't read the regular font.Please everyone type in bold so we can read the posts. 🙂
Jun ’15
how to restore existing in app purchase which is removed from the sale
how to restore existing in app purchase which is removed from the sale?We had auto-renewable purchases and apple approved it and our app got publishd in App Store Later on Apple reailized that our in-app purchase doesn't fit to their Auto_Renewable guidlines and forcing us to remove it from the sale and suggested us to use Non-Renewable subscription type. Since it was already published to App Store, user downloaded our app and subscribed to our Auto-Renewable option.If i remove it from sale then all these users who had activated this feature will loose our functionality.Will StoreKit send these purchase recipes when user click on ‘Restore’ even if its removed from sale so that i can make use of it and activate the functionality for these users?
0
0
294
Jun ’15
No Apple Watch External Display options in Xcode 7.0 Beta Simulator
Hello,I just installed Xcode 7.0 beta. In the Xcode 7 Simulator, when I go to Hardware (menu) -> External Displays I no longer see the options for Apple Watch - 38 mm or Apple Watch - 42 mm. They have disappeared!Instead, I only see options such as:640 x 480720 x 4801024 x 7681280 x 7201920 x 1080How do I get the Apple Watch external display options back?Thank you
1
0
1.1k
Jun ’15
Accessing data via shared data container vs openParentApplication:reply:
Hi,I am just starting to make an apple watch app/extension for an app that I already have on the iPhone. On the iPhone the app has a core data store that it uses to store data. Looking at Apple's documentation it seems that the right way to access this core data store on the watch would be to setup the data store in a shared app group container.To do this I would also need to perform the following steps :1. Migrate the existing data store from the current location into the shared container on app startup (at least the first time)2. Take care of cases where the core data store is encrypted (we encrypt the sqlite DB underneath) and also figure out if that will conflict with the migration in step 1.The steps above are possible to do although they are not trivial.I was wondering what issues would there be if I was to avoid this step altogether (using the shared container) and simply called openParentApplication:reply: everytime my watch app needed data ? My gut instinct tells me that this method
0
0
209
Jun ’15