I originally posted this in the old Developer Forums, but didn't get a response there.I have an app written in Swift with a WatchKit 1 (i.e. not beta) extension. I have a few different actions that I want to connect to menu items.The problem is, more often than not, hitting the menu item fails to fire the action. Sometimes it works once; usually it doesn't work at all. Buttons connected to the same actions work perfectly, but I don't want visible buttons in the UI for these features. The problem is not with the code in the action failing to have an effect—a breakpoint in the action is not hit. Has anyone seen anything like this before? Any idea what might be causing it?
Search results for
testflight the requested app is not avaliable
411,298 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
In the updated podcast UI I assume the cloud icon indicated that the episode is not downloaded. So I tap the cloud icon and it starts to stream it. However I do not wish to stream but insted download in background. How is this acheived now?Also why can I only now download last 5 podcasts. How can I get older episodes?Thanks
On-demand resources are predicated on the App Store serving up the initial portion of the application binary and then expecting the application to request the rest manually when it's likely to need it. NSBundleResourceRequest, a key part of the API for managing on demand resources, is new for iOS 9.Which means that applications running on earlier versions of iOS are going to need to given a compatibility behavior--everything gets downloaded--or they're just not going to work at all.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Even if the watch must deactivate the app when a user lowers there wrist (though preferrably not) we desparately need for apps to be guaranteed to become active again when the wrist is raised again. An opt-in would be the perfect option. Obviously not all apps should do this so you'd want a way for users to decide.I develop a fitness timer app that users check regularly. Once tired and sweaty if the user raises their wrist and the app is no longer there it's too much to ask for them to use the fiddly app selector interface to get the app back. At that point they probably just assume the app has crashed and will no longer use it. And who can blame them.The only option is to select that the last activity always becomes active, but who wants their watch to do that? If this has not been addressed yet, it absolutely needs to be.I'm currently in the ludicrious position of telling the users that are a
Hi, I've read this morning that we can use the new xcode 7 beta and to run / debug or apps directly on the device _without_ the need of a app developer program subscription. But when i try this out it turns that the IDE is complaining about my account not having the subscription done.* first issue:failed to code sign <app name>.No valid signing identities (i.e. certificate and private key pair) matching the team ID “<my id>” were found.Xcode can attempt to fix this issue.* second issue, when i press the fix button:The selected team does not have a program membership that is eligible for this feature. If you need assistance, please contact Apple Developer Program Support.https://developer.apple.com/supportCan anyone help me on this, as I really want to try my work before program subscription.Thanks in advance.
Hi allI just put iOS 9 on a device and downloaded my app from the app store.The affected code is swift code.When i use a dateformatter with format:yyyy-MM-dd'T'HH:mm:ss.SSSSSZZZIt translates to2015-05-30T10.52.00.00000+0200 instead of 2015-05-30T10:52:00.00000+0200Anyone else experiencing this?I am using a very specific format here, the colons are specified directly, its pretty crazy they would turn into dots...I have not download the new xcode yet so i haven't seen it in debug mode, but this is what is sent to my backend server from iOS 9.Thanks in advance
Is there a premium support or service for enterprise provided by apple to reduce the application review time?It take one week to update the application, since we work on critical government services this time considered long
If you go to purchased in the app store do you have the option to download it again?~Ivy
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I could not redeem the code from within Safari as it kept taking me to my Top Sites instead of launching the App Store. The only way I found to get around it was use Chrome browser, login to the Developer site and select the download link. This launched the App Store and redeemed the code. However even though my code is redeemed I still have no updates showing in the App Store despite several refreshes.Maybe I just need to be patient although I would like to know why none oif the worked in Safari Version 8.0.7 (10600.7.7)
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Ad hoc distribution is the supported mechanism to use if you want to build using an old version of Xcode and load the application onto a device too new for that version of Xcode.There are hackish work arounds involving swapping between Xcode 6 and Xcode 7, but that's likely to cause handshaking problems with the device.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I have the same problem! Someone told me it has something to do with not verified email's connected to your account. I have one indeed, but I also can't delete it. A support form I found also just does a refresh instead of submit.I contacted Apple Support and they are going to check my account, because they think it's account related. So if that's true you should also contact Apple Support since it's not a general issue.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Dear all,I am not able to activate icloud drive in OSX El Capitan. I tried to log out of icloud, but I can not. An error occurs saying that at this time I am not able to logout of icloud.Anyone else experiencing this problem?
Wont open source now mean that we will no longer have a solid structure to the language. Making it harder to get support if we are all using different variants of the available classes? Its bad enough following SO posts when people make unnecessary extensions.Why specifically do we you think open source will be a good idea
Topic:
Programming Languages
SubTopic:
Swift
Tags:
You might be able to downgrade iOS devices, but it is not officially supported. If it don't work they won't help you with that.Same with watches I guess.. I would not try.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I read the App Store Review Guidelines especially the 20th clause, however, there are some things that are still vague so if anyone can clear things up for me, that would be great.1. Is it okay if we let users participate in a survey and in return, give them a chance to win a reward by drawing lots? Of course, before we let users join any surveys, we will properly display the rules, the disclaimer as stated in the guidelines.2. Is it okay if the rewards mentioned in (1) can be gift certificates or points? Points will be managed and maintained by application developers and not the SDK developer.Thanks.