Search results for

We are unable to process your request

69,597 results found

Post

Replies

Boosts

Views

Activity

Unable to Migrate App to WatchOS 2
When I opened my project for the first time in Xcode 7, I was given the option to convert all of my code to Swift 2, which I did. But my WatchApp was never updated to WatchOS2. Now when I try to change the Base SDK, Xcode just crashes on me. Is there any other way to migrate my WatchApp and WatchKitExtension to WatchOS 2?
0
0
334
Jun ’15
Reply to Apple watch downgrade. I know it's not 'possible' but...
If you did install iOS9 as an upgrade your data should be there on the phone. If your did wipe your phone during the install process just restore it with the backup data from the last backup before upgrading.But downgrading after installing iOS9 or watchOS 2 is not recommended. It can work on the phone but as some iOS upgrades also update the firmware for cellular connections you can have many problems after a downgrade. For watchOS 2 a downgrade is not possible.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Tokenupdate
Hi,the problem is not, that we have that tokens twice - the problem is, that at the time where the devices sent their tokenupdate at a mdm re-enrollment in the background, the server was under such a high load, that many of that requests were fallen over.So the devices had sent their token to us (so far, they think....) but the server didn't save that and now we have in the database the old, wrong value and each time we push a device we see on the device-console the message, that the magic string is wrong and he ends mdm now.ThanksJuergen
Jun ’15
Reply to Battery Use Worse
I also have this same issue. From what i can remember (only 2 weeks ago) i had this also on the day i got my watch, it looks like there are some background processes running wich could cause this.I found some Threats on the web wich said u need to reset the Network settings on your iphone (did this) and setup your watch as a new one instead of putting back the backup. Most users report bettter battery at day 2. I will let u know how mine is reacting today!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Tokenupdate
So it's some kind of a DoS-Problem, isn't it? Usually your server shouldn't be overloaded due to tiny requests like storing tokens in a database. I'm using a similar infrastructure which works perfectly. Maybe I can help you if you provide some more information. What kind of a web server do you use (Apache, for instance)? Assuming that you're talking about device tokens for the APNs; how do you push the messages to the devices? Using a PHP script? What kind of database system do you use?
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/marc/Libra
6
0
7.2k
Jun ’15
Reply to Java SE 6
For some reason, even after downloading and installing the latest Java, I am not finding any .plist file in the directory below:/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/ContentsAnyone else unable to follow any of the steps outlined on this page? I really need Java to work 😟
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
push notification
I am developing an discussion application. When my application receives a push notification I send a request to my php / mysql server to retrieve unread messages from the connected user. In my application I give the possibility for the user to disable notifications. My problem is that when notifications are disabled I can not send my request to php server. So I want to set up a timer in this case to retrieve unread messages at regular intervals (every 15 seconds). I wonder if this is a good practice thank you
1
0
486
Jun ’15
Reply to Restore WatchOS to 1.0
This won't work - the reset/restore from backup process *does not* restore the 1.x WatchOS - it only resets app and sync data.Unless you can find a way to get a copy of the actual full WatchOS file, there is *no way back* from WatchOS 2.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15