Search results for

“We are unable to process your request”

73,612 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
344
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
490
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
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?
Replies
0
Boosts
0
Views
344
Activity
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:
Replies
Boosts
Views
Activity
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
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Jun ’15
is it possible to run Xcode 7 UI tests on OS level? Such as settings or safari
I am running into this problem: UI testing on MDM device. I can use the UI test to open the app and enroll, but I am not able to automate once the app went to safari to download the MDM profile or go to settings to install the profile. Is there any way I can manage to automate this whole MDM enrollment process?
Replies
2
Boosts
0
Views
779
Activity
Jun ’15
Unable to remove notification from App Store
As of right now, I am unable to remove an update notification sent by the app store. I will try to restart my iPhone 5c to see if the notification goes away.
Replies
1
Boosts
0
Views
120
Activity
Jun ’15
Reply to How do you add loyalty cards to wallet in ios9 beta
Make sure you either provide a valid public key or set requests certificate to false.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
OSX 10.11 - Unable to join WPA2 Enterprise
Since I have updated the OS to 10.11 I am unable to join WPA2 Enterprise networks.Is this a known issue?
Replies
2
Boosts
0
Views
963
Activity
Jun ’15
Reply to NSURLConnection times out after reopening app
I also reproduced the bug while doing this:reopen the app after a whilemake a request on wifi that worksswitch to 4G, try to make the same request => failI'm really not sure about what's going on here, any workaround?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
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?
Replies
Boosts
Views
Activity
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
Replies
6
Boosts
0
Views
7.2k
Activity
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:
Replies
Boosts
Views
Activity
Jun ’15
Reply to CoreLocation: Beacon monitoring available on watchOS ?
I too am interested in knowing this. Though core location is available on watchos, it is limited to CLRegion & location updates only. I'm unable to compile Beacon region monitoring on watch os. It would be great if someone from Apple confirms this understanding.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
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
Replies
1
Boosts
0
Views
490
Activity
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:
Replies
Boosts
Views
Activity
Jun ’15