Search results for

“iPhone 16 pro”

80,727 results found

Post

Replies

Boosts

Views

Activity

Reply to app won't run
I've had this issue as well for my own apps as well as other third party apps. I found that many apps said Installing... in the Watch app on my iPhone. I disabled all apps that said Installing... and tried to install them one by one. They now seem to work.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Launch app from watch extension
Is there a way to launch or re-open an iPhone app to the foreground from a watch extension? The extension's openParentApplication:reply: method opens the containing app in the background. Is there a way to put the app into the foreground from the application:handleWatchKitExtensionRequest:reply: method?Perhaps that method could post a local notification, which the user can interact with to bring the app to the foreground? Don't know.
3
0
1.4k
Jun ’15
bricked
I have my iPhone 6 registered with the UDID number. Go into itunes and option click restore to update to iOS9 and phone will not restore. Stops halfway through and now stuck into recovery mode.It is now a paperweight.
12
0
1.9k
Jun ’15
Reply to app won't run
I think the problem lies in that it takes a very long time to install the apps. 5+ minutes for me for simple apps.What I end up doing that works for me is Build/run the iPhone app from Xcode to deploy itStop debugging the app in XcodeMake sure Show App on Apple Watch is enabled for my app in the Apple Watch app on the iPhoneSwitch to the Watch and wait untill the new version of the app is installed (takes forever)Manually launch the app.For the most part I do the same using the Simulator as the install is instant.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
WKWebsiteDataStore
Hi, I'm playing around with WKWebsiteDataStore, and throwing an exception each time I attempt to ask for the default store using:[WKWebsiteDataStore WKWebsiteDataStore];Stack Trace:2015-06-10 14:26:35.264 iOS9Sample[34994:293382] +[WKWebsiteDataStore WKWebsiteDataStore]: unrecognized selector sent to class 0x2447458 2015-06-10 14:26:35.266 iOS9Sample[34994:293382] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[WKWebsiteDataStore WKWebsiteDataStore]: unrecognized selector sent to class 0x2447458' *** First throw call stack: ( 0 CoreFoundation 0x00aa4c54 __exceptionPreprocess + 180 1 libobjc.A.dylib 0x00564e26 objc_exception_throw + 50 2 CoreFoundation 0x00aadaa3 +[NSObject(NSObject) doesNotRecognizeSelector:] + 275 3 CoreFoundation 0x009eb32d ___forwarding___ + 1037 4 CoreFoundation 0x009eaefe _CF_forwarding_prep_0 + 14 5 iOS9Sample 0x0009aee1 -[ViewController webView:didFinishNavigation:] + 113 6 WebKit 0x021bb1fd _ZN6WebKit15NavigationState16NavigationClient19didFinish
1
0
770
Jun ’15
Xcode 7 crashes on startup
I've downloaded the .dmg, copied to Applications, waited for the verification - said 'open' once the verification is done then Xcode crashes. I'm running 10.10.3 which I think should work. I've tried uninstalling, re-downloading and re-doing the process with not luck. Has anyone else encountered this problem? Thanks.This is the error:Process: Xcode [396]Path: /Applications/Xcode-beta.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8123.26)Build Info: IDEFrameworks-8123026000000000~7Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [396]User ID: 501Date/Time: 2015-06-10 17:25:29.684 -0400OS Version: Mac OS X 10.10.3 (14D136)Report Version: 11Anonymous UUID: A4A041F0-414B-EB94-4B70-43B0C8715464Time Awake Since Boot: 320 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Application Specific Information:ProductBuildVersion: 7A120fASSERTION FAILURE in /Library/Caches/com.apple
6
0
2k
Jun ’15
anyone else out there think that the whole process of sync Apple devices or setting an iTunes purchase as a ringtone is absolutely rubbish?
Whenever I try and quickly do any of these tasks it takes literally forever going through forums. Absolute rubbish!! Why do I have to enter a Place for goodness sake?? Utter nonsense and a complete waste of time. Here's a revolutionary new idea for Apple. When I purchase a piece of music I can browse for a ringtone on my phone and find!! wow how easy would that be?? eh all that technology and you can't make it happen? why not??
2
0
364
Jun ’15
Anyone else experiencing BT connection issues?
Unfortunately I only have one device to check with at the moment, so I can't really verify much. But after installing iOS9 on my test device, my Basis Peak can no longer connect to the phone. When in Settings->Bluetooth the Basis Peak shows up under dveices but infinitalty cycles between connected and not every second or so.Is anyone else seeing something like this?
1
0
419
Jun ’15
Unable to Generate call on Watch OS 2
NSString *phoneNumberString = @tel:1234567891;NSURL *phoneURL = [NSURL URLWithString:phoneNumberString];[[WKExtension sharedExtension]openSystemURL:phoneURL];This is the code I'm using to try to generate a phone call on the watch. I am unable to debug when using the device and It's not possible to generate a call on the simulator, but I do hit the breakpoint on the simulator. I don't see what is wrong. Can anyone see a problem or help? Thanks.
3
0
833
Jun ’15
Reply to app won't run
I've had this issue as well for my own apps as well as other third party apps. I found that many apps said Installing... in the Watch app on my iPhone. I disabled all apps that said Installing... and tried to install them one by one. They now seem to work.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Launch app from watch extension
Is there a way to launch or re-open an iPhone app to the foreground from a watch extension? The extension's openParentApplication:reply: method opens the containing app in the background. Is there a way to put the app into the foreground from the application:handleWatchKitExtensionRequest:reply: method?Perhaps that method could post a local notification, which the user can interact with to bring the app to the foreground? Don't know.
Replies
3
Boosts
0
Views
1.4k
Activity
Jun ’15
bricked
I have my iPhone 6 registered with the UDID number. Go into itunes and option click restore to update to iOS9 and phone will not restore. Stops halfway through and now stuck into recovery mode.It is now a paperweight.
Replies
12
Boosts
0
Views
1.9k
Activity
Jun ’15
Reply to app won't run
I think the problem lies in that it takes a very long time to install the apps. 5+ minutes for me for simple apps.What I end up doing that works for me is Build/run the iPhone app from Xcode to deploy itStop debugging the app in XcodeMake sure Show App on Apple Watch is enabled for my app in the Apple Watch app on the iPhoneSwitch to the Watch and wait untill the new version of the app is installed (takes forever)Manually launch the app.For the most part I do the same using the Simulator as the install is instant.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to What defines a tetherless wifi network?
Correct me if I'm wrong but I'm fairly confident that the iPhone transfers information about WiFi networks to the watch. All networks that your phone knows, the watch knows as well. The phone is not acting as a hotspot.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
WKWebsiteDataStore
Hi, I'm playing around with WKWebsiteDataStore, and throwing an exception each time I attempt to ask for the default store using:[WKWebsiteDataStore WKWebsiteDataStore];Stack Trace:2015-06-10 14:26:35.264 iOS9Sample[34994:293382] +[WKWebsiteDataStore WKWebsiteDataStore]: unrecognized selector sent to class 0x2447458 2015-06-10 14:26:35.266 iOS9Sample[34994:293382] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[WKWebsiteDataStore WKWebsiteDataStore]: unrecognized selector sent to class 0x2447458' *** First throw call stack: ( 0 CoreFoundation 0x00aa4c54 __exceptionPreprocess + 180 1 libobjc.A.dylib 0x00564e26 objc_exception_throw + 50 2 CoreFoundation 0x00aadaa3 +[NSObject(NSObject) doesNotRecognizeSelector:] + 275 3 CoreFoundation 0x009eb32d ___forwarding___ + 1037 4 CoreFoundation 0x009eaefe _CF_forwarding_prep_0 + 14 5 iOS9Sample 0x0009aee1 -[ViewController webView:didFinishNavigation:] + 113 6 WebKit 0x021bb1fd _ZN6WebKit15NavigationState16NavigationClient19didFinish
Replies
1
Boosts
0
Views
770
Activity
Jun ’15
Reply to Viewing console log for Apple Watch
I can see watch logs/app crashes within the iphone's logs accessed from Devices in XCode
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Xcode 7 crashes on startup
I've downloaded the .dmg, copied to Applications, waited for the verification - said 'open' once the verification is done then Xcode crashes. I'm running 10.10.3 which I think should work. I've tried uninstalling, re-downloading and re-doing the process with not luck. Has anyone else encountered this problem? Thanks.This is the error:Process: Xcode [396]Path: /Applications/Xcode-beta.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8123.26)Build Info: IDEFrameworks-8123026000000000~7Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [396]User ID: 501Date/Time: 2015-06-10 17:25:29.684 -0400OS Version: Mac OS X 10.10.3 (14D136)Report Version: 11Anonymous UUID: A4A041F0-414B-EB94-4B70-43B0C8715464Time Awake Since Boot: 320 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Application Specific Information:ProductBuildVersion: 7A120fASSERTION FAILURE in /Library/Caches/com.apple
Replies
6
Boosts
0
Views
2k
Activity
Jun ’15
anyone else out there think that the whole process of sync Apple devices or setting an iTunes purchase as a ringtone is absolutely rubbish?
Whenever I try and quickly do any of these tasks it takes literally forever going through forums. Absolute rubbish!! Why do I have to enter a Place for goodness sake?? Utter nonsense and a complete waste of time. Here's a revolutionary new idea for Apple. When I purchase a piece of music I can browse for a ringtone on my phone and find!! wow how easy would that be?? eh all that technology and you can't make it happen? why not??
Replies
2
Boosts
0
Views
364
Activity
Jun ’15
Reply to WPA 2 Enterprise wireless not working?
It seems to work fine on my iMac (and iPhone) at work using WPA2 Enterprise with EAP-PEAP (MSCHAPv2)My employer's WPA2 Enterprise network is configured without TLS, though. So I'd guess that's why it's working for me.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Anyone else experiencing BT connection issues?
Unfortunately I only have one device to check with at the moment, so I can't really verify much. But after installing iOS9 on my test device, my Basis Peak can no longer connect to the phone. When in Settings->Bluetooth the Basis Peak shows up under dveices but infinitalty cycles between connected and not every second or so.Is anyone else seeing something like this?
Replies
1
Boosts
0
Views
419
Activity
Jun ’15
Unable to Generate call on Watch OS 2
NSString *phoneNumberString = @tel:1234567891;NSURL *phoneURL = [NSURL URLWithString:phoneNumberString];[[WKExtension sharedExtension]openSystemURL:phoneURL];This is the code I'm using to try to generate a phone call on the watch. I am unable to debug when using the device and It's not possible to generate a call on the simulator, but I do hit the breakpoint on the simulator. I don't see what is wrong. Can anyone see a problem or help? Thanks.
Replies
3
Boosts
0
Views
833
Activity
Jun ’15
Error 17 while updating
I have always error 17 on ipad air 2 and iphone 6 plus while I want to update to ios9 beta 1, any hints highly appreciated, cheers marco
Replies
2
Boosts
0
Views
280
Activity
Jun ’15
Reply to Enterprise WiFi failing in 14E33b - WPA2 EAP-TLS
Can confirm this is in the public beta for iOS 8.4 (12H4125a) too. Both my iPhone 5S and iPad Mini 2 will no longer connect to my university's WiFi as it uses WPA2 Enterprise.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Unable to run updated WatchKit app in Xcode 7's simulator
Try to go into the Watch app in the iPhone simulator then uninstall and reinstall your watch app from there.
Replies
Boosts
Views
Activity
Jun ’15