Search results for

We are unable to process your request

69,597 results found

Post

Replies

Boosts

Views

Activity

Reply to App in purchase help swift
My main point was that you were passing a set containing one giant string, instead of the set of many individual strings that you probably intended.I just included the following line because it had a stray comma in it, in your original post, which needed to be removed.But looking at the interface for SKProductsRequest, it will take a regular Swift Set, so you can do this:let productID: Set = [wnp3skips, wnp6skips, wnp##skips..., wnpinfinite, wnpfailsafe] let request = SKProductsRequest(productIdentifiers: productID)(Remember to replace wnp##skips... in my code with the rest of your IAP strings.)
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to Beacons and app location authorization
Location services authorization must be obtained before any CoreLocation service is used (which includes iBeacon region monitoring). Without this authorization your app will not receive any location services from the system.If you are expecting your app to be woken up, that means you expect to be using the location services while in the background. That will require an always authorization.Best time to request this authorization is at the point where you actually plan to use location services to perform a task. As requesting authorization may display an alert to the user, if it is not clear to the user that your app is using location services for a useful purpose, the user may deny your request.
Jun ’15
Reply to Core location in background state
Option 3 is possible, and would be the one I can recommend.Through Bluetooth background modes, your app can connect to and listen for a notification from a Bluetooth 4 device (which can be triggered by a button press).When this notification arrives, your app will be activated in the background for a short time for you to react as necessary.Although, this alloted time will be too short to reliably connect to a server at all times, so you will need to implement a viable way to contact your servers reliably at all times.It is important to remember that all background modes require App Review approval before your app can get to the App Store.You can find more info through these links:Core Bluetooth Background Processing for iOS Apps, for interacting with Bluetooth 4 devices: https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/CoreBluetoothBackgroundProcessingForIOSApps/PerformingTasksWhileYourAppIsInTheBackground.html#//apple_ref/doc/uid/TP4001325
Jun ’15
Reply to Bluetooth whilst in background state
Option 3 is possible, and would be the one I can recommend.Through Bluetooth background modes, your app can connect to and listen for a notification from a Bluetooth 4 device (which can be triggered by a button press).When this notification arrives, your app will be activated in the background for a short time for you to react as necessary.Although, this alloted time will be too short to reliably connect to a server at all times, so you will need to implement a viable way to contact your servers reliably at all times.It is important to remember that all background modes require App Review approval before your app can get to the App Store.You can find more info through these links:Core Bluetooth Background Processing for iOS Apps, for interacting with Bluetooth 4 devices: https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/CoreBluetoothBackgroundProcessingForIOSApps/PerformingTasksWhileYourAppIsInTheBackground.html#//apple_ref/doc/uid/TP4001325
Jun ’15
Reply to Periodic BLE background fetch
The proper way to implement periodic connect and download data from a BLE peripheral is to give the peripheral the control.The peripheral can periodically notify your app through a characteristic and then a download can ensue.I understand you would want this to work while your app is inactive the background. There is no time based way for your app to wake up and connect to the peripheral. This procedure must be initiated by the peripheral.Gualtier
Jun ’15
iPhone won't connect to iTunes.
I have restarted my Mac and my iPhone. My iPhone was running iOS 9 Beta 1, and I connected to iTunes. I downgraded, and went to normal software, then it wouldn't connect to iTunes anymore. I upgraded to iOS 8.4, and that didn't work. I put it in recovery mode, and it connected; however, after the process was over, it would not connect anymore. I have literally tried everything I can think of. Please help.
1
0
363
Jun ’15
iPhone won't connect to iTunes.
I have restarted my Mac and my iPhone. My iPhone was running iOS 9 Beta 1, and I connected to iTunes. I downgraded, and went to normal software, then it wouldn't connect to iTunes anymore. I upgraded to iOS 8.4, and that didn't work. I put it in recovery mode, and it connected; however, after the process was over, it would not connect anymore. I have literally tried everything I can think of. Please help.
1
0
784
Jun ’15
Two USB keyboard damage in one week
Hello folks,just a question to you all if this only happens to me.I am woundering that I crashed two Apple USB keyboards during a few days on my iMac 21.5 since I installed El Capitan.Both were not longer working after I restarted / rebootet the iMac. 100% damage, also not working on other computers. It might be 100% coincidence OR it might be my iMac.But on the end I had never problem with that on all my Mac´s so I am woundering if an OS could maybe rise up the power on USB ports in a booting process?Any idea is helpful.BTW: why isn´t Apple building and blutooth keyboard with numpad?
1
0
383
Jun ’15
airplane mode - perfect for hackers !
Hi, If you loose your iphone or the police or 3rd partys have your device, They can turn on airplane mode with out requesting a password ! meaning if you lost your phone, they can scroll up turn on airplane mode and still leave the device on why you are unable to track your phone or delete your data, What just defeats the whole object of find your iphone or delete your data.
1
0
1.4k
Jun ’15
Reply to NSUserDefaults no longer saving values
I'm not aware of any bugs quite like that open currently. If you have a project that can reproduce this, please file a bug report (bugreport.apple.com) and attach it, and I'll have a look with a debug CoreFoundation. Thanks! 🙂As an aside, within a single process like this, calling synchronize is generally unnecessary; you only need it if you're about to call exit(), or about to notify another process to read preferences.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
didRegisterUserNotificationSettings reports no
I'm testing an app that registers for permission to send local notifications. As expected, iOS shows the user an alert asking for permission the first time the app calls UIApplication's registerUserNotificationSettings.On iOS 8 (compiled with Xcode 6.3.1), if the user agrees then the app delegate's didRegisterUserNotificationSettings:notificationSettings is called and the types property is, correctly, non-zero. It indicates that the user agreed to my request.On iOS 9 (compiled with Xcode 7.0 beta 1), if the user agrees the app delegate's didRegisterUserNotificationSettings:notificationSettings is called and the types property is, incorrectly, zero! It indicates that the user denied my request, when in fact they granted it. A subsequent call to registerUserNotificationSettings results in the app delegate method being called immediately without showing an alert to the user (correct behaviour), and this time the types value is correct, indicating that the user previously granted permissions.
2
0
968
Jun ’15
Reply to Solutions for Better Battery Life on Beta 1 - Confirmed for Mult. Devices
Hi Atomic,I set Background App refresh to off for everything (to see if that was the issue) no changeI then set Mobile Data to 3g not 4G that had a minimal improving affect to the tune of aprox 10%I have also put the phone into Airplane mode with WIFI active to close out all mobile comms Still no changeI did a full charge and left the phone sat on my desk for three hours and after hour one I was at 97% So I was hopefulAfter Hour two I was down to 83% - still not using the phone on AirplaneAfter Hour three I was at 52% - again after not using the phone.As for mail accounts I have the usual iCloud acc, An IMAP account and an Outlook account,Must admit I havent tried not activating the mail accounts so I may give that a blast.The strange thing is my iPad though after a full charge it held power really well until it got to 45% then it just bombed out real quick, I was using the same app to word process just seemed to drop to 12% in a matter of 45-50 minuets.Hope this helpsCheersMarciPhone 6 128GB No phot
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
renew push certificate
I have recently received the message Your Apple Push Notification Service Certificate will expire in 30 days.Is there a source for a clear explanaation on the process to renew?I have the existing CSR I originally used.Do I need to do the Provisioning Profile again?Thank you
4
0
8.6k
Jun ’15