Search results for

Apple Maps Guides

149,443 results found

Post

Replies

Boosts

Views

Activity

Reply to App Review Time
If you're distributing an enterprise app, then it doesn't have to go through review so your question doesn't apply. But if by enterprise you just mean some arbitrary measure of developer size, no - it's a level playing field. An individual writing code on his laptop on the beach goes into the same queue as a company with hundreds of developers. That may not be true for the very biggest household names... companies like Facebook with deep OS integration probably do get special treatment. But the number of such companies is probably in the single digits.And @rromanchuk - I believe you are wrong about app reviews doing nothing. iOS users are much more willing to spend money and install new apps. They have an intrinsic trust that apps won't contain malware / spyware or mess up other apps on their devices. That is entirely thanks to Apple's hard line approach to app reviews. Long term that generates MUCH more revenue for developers. That is my experience at least. Even though there are comparable numbers
Jun ’15
How can Apple watch listen to data change in iPhone
Let say the iphone has a text field or any internal data, upon the data change, I want to push it automatically to the Apple Watch. I know I can use the share data. But that seems to require user to initiate the call (e.g. pressing a button) on the Watch. Is there a listener on the Apple Watch that I can use if there is a change in the share data? or there is way for iPhone to automatcially push data to the Watch, and the Watch just receive it and display it? or any other way?
1
0
316
Jun ’15
Best practice for setting CFBundleVersion automatically
With the newest releases of iOS and iTunesConnect, Apple is more and more restrictive about what´s happening in your CFBundleVersion of your Extensions.I tried to fiddle around with Run Script Build Phases, such as this:#!/bin/sh INFOPLIST_EXT=${TARGET_BUILD_DIR}/${INFOPLIST_PATH} echo Extension writing to $INFOPLIST_EXT PLISTCMD=Set :CFBundleVersion $(git rev-list --all|wc -l) echo -n $INFOPLIST_EXT | xargs -0 /usr/libexec/PlistBuddy -c $PLISTCMDHowever, this seems to work for some types of Extensions (WatchKit), but for some others it doesn´t (Today Widget). In my cases, I seem to access the $TARGET_BUILD_DIR before there´s content in it. Using $BUILT_PRODUCTS_DIR delivers the same error.Extension writing to /Users/marc/Library/Developer/Xcode/DerivedData/MyApp-focpnqzzpnqsfyaqwwocwpujmhmh/Build/Intermediates/ArchiveIntermediates/MyApp/IntermediateBuildFilesPath/UninstalledProducts/TopNewsWidget.appex/Info.plist Set: Entry, :CFBundleVersion, Does Not Exist File Doesn't Exist, Will Create: /Users/m
6
0
7.2k
Jun ’15
Reply to iOS 9 Beta battery life
I've been running the phone in many different modes now, what i could se when I woke up is that there's that spinning icon right beside the operator text in the top whenever I go to the homescreen and it doesn't matter if I'm on mobile data, Wi-Fi etc. as soon as I disable any internet connection it stops, so yeah, it's doing something really heavy in the background. When I look at my phone now that background activity have stopped (without me doing anything) and the battery does not drain as fast, even with mobile data enabled and on 4G. So Apple most definitely are collecting some data at intervals when connected to the Internet. Next time it happens I'm going to connect it to my Wi-Fi and have a look at what's going on and what packets are beeing sent so one can get a clear understanding into whats going on.Disabling mobile data and Wi-Fi completely and the phone runs with no battery issues at all, with Wi-Fi enabled it runs better than on mobile data enabled. So yeah.. all in all.. they must be c
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to No notification
Hi - As I said earlier, I was not receiveing any notifications for iMessages or E-mails for ever since upgrading to iOS 9 and watchOS 2 Beta when it was released. I had done multiple repairings on the watch and shut down / restore cycles on the phone and nothing worked for more than a few minutes regarding notifications.But finally had SUCCESS yesterday and it continues to work through this morning. As I write this I am receiving my iMessages notifications on the watch and replying to them with no problem. Also receiving my e-mail notifications again. 1. Using iOS9 Apple Watch app on my iPhone I unpaired my watch completely.2. On the iPhone, did a complete Erase All Contents and Settings.3. Waited for iPhone to restart4. Setup the iPhone as a completely NEW iPhone instead of restoring from any backup5. Used my Apple ID to get my iCloud data (again, not from a backup on iCloud, just the stuff on iCloud, like iMessages, mail settings, contacts, etc)6. Waited a while to make sure everything fro
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Any way to combine try with as?
...Its just as you expect given the syntax I used:do { if let x = try NSJSONSerialization ... as? [[ ..., ... ]]{ blah blah blah } // closing brace of let } catch { print(error) }This was just not obvious to me and I had to play around with it before it compiled, I still don't know if it works since I am still working on fixing 2.0 conversion problems...I entered a documentation bug report on this, since the try / catch section of the Swift programming guide doesn't touch on any of this (rdar://21330154)
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Mail using wrong address after update
My email address is a mac.com address which is also my AppleID. After upgrading to 10.11 new email created in Mail.app use the me.com variation of my address! When I look in the iCloud preferences, icloud.com, my iPhone, Yosemite macs and the apple ID management site my email address ends mac.com but not on 10.11.When I look at the Account Info/Summary from Mail my email address is listed as me.com Where is this coming from?I've tried deleting all of the mail caches and preferences etc from ~/Library and restarting Mail but it still has the wrong email address. I've never used the me.com cariant of the address. The bizzare thing about this is that me.com is superceded by icloud.com so I could sort of understand if there was some glitch that was never tested with the really old me.com addresses and replaced them with icloud.com but going to the intermediate me.com variant?I should point out that the result of this is that it is impossible to send an email from the updated Mac using my mac.com address
3
0
401
Jun ’15
Reply to Access Watch Heart Rate Sensor? Where are the docs?
I couldn't find anything in the docs either, but I found the What's New in HealthKit video from WWDC helpful: https://developer.apple.com/videos/wwdc/2015/?id=203 (start at 26:05).I find it a little ridiculous that a new SDK is released with little to no documentation on a lot of new features/functionality. And if such documentation is available, it sure isn't easy to find. This is not the first time that Apple has done this. They've done it when WatchKit was first released as well.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15