Search results for

“iPhone 16 pro”

80,732 results found

Post

Replies

Boosts

Views

Activity

Compiler crash
Has anyone else seen anything like this?Assertion failed: (D->getSourceRange().isValid()), function buildDeclarationRefinementContext, file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-700.0.38.1/src/swift/lib/Sema/TypeChecker.cpp, line 946. 0 swift 0x0000000109a08e0b llvm::sys::PrintStackTrace(__sFILE*) + 43 1 swift 0x0000000109a0954b SignalHandler(int) + 379 2 libsystem_platform.dylib 0x00007fff8b16cf1a _sigtramp + 26 3 libsystem_platform.dylib 000000000000000000 _sigtramp + 1961439488 4 libsystem_c.dylib 0x00007fff96a5bb53 abort + 129 5 libsystem_c.dylib 0x00007fff96a23c39 basename + 0 6 swift 0x000000010806de92 (anonymous namespace)::TypeRefinementContextBuilder::walkToDeclPre(swift::Decl*) + 1058 7 swift 0x000000010813cf5d (anonymous namespace)::Traversal::doIt(swift::Decl*) + 157 8 swift 0x0000000108141244 (anonymous namespace)::Traversal::visitNominalTypeDecl(swift::NominalTypeDecl*) + 164 9 swift 0x000000010813cfb2 (anonymous namespace)::Traversal::doIt(swift::Decl*) + 242 10 swift 0x0
8
0
1.5k
Jun ’15
Turn on WiFi Programatically and latch to a known SSID
Are there programatic ways to turn on WiFi and latch the phone to a known SSID ?Without JailbreakingI want my users to latch to a particular wifi network(if available) whenever they open my app.Some stackoverflow posts say that it is not possible and that Apple may open up to developers in future (Though this was posted in 2012).Does Apple have any such plans to open that up ?does the below link speak of registering SSID - does it mean it allows me to connect to wifi programatically ?https://developer.apple.com/library/ios/documentation/SystemConfiguration/Reference/CaptiveNetworkRef/index.html
4
0
5.8k
Jun ’15
barbutton popover style segue's anchor
i have bar buttons added to the nav bar programatically and i would like to set the relevant one as an anchor to a popover style sugue. this button is obviously not visible in interface builder and i dont see any property for an anchor in UIStoryboardSegue class.any idea how to do this?one more question... how will the popover sgue present a view controler on an iphone, since iphones aren't allowed popovers.thanks.Neerav
Topic: UI Frameworks SubTopic: UIKit Tags:
3
0
3k
Jun ’15
Reply to How to detect the incoming caller number programmatically
Developer applications don't get access to the user's phone information.What information a Developer application does get, such as through CallCenter, is provided mainly so that VoIP and interactive applications can defer to the phone or react nicely to the user being busy. The API doesn't provide you with information to identify the call, the caller, or other information.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’15
Reply to Turn on WiFi Programatically and latch to a known SSID
If your application absolutely needs WiFi, there's a build flag that you can set which will ensure that wifi is running for your application.And the CaptiveNetworking functions are provided so that Developers can do things like custom authentication with various wifi networks. Generally, CaptiveNetwork comes into play after the user has chosen that network, it's not really a way to force the user onto that network.Otherwise, no, your Turn on WiFi and latch the phone to a known SSID is a device management function. You can't do that from a Developer written application directly. The best you can do is do that indirectly, through the use of device management profiles, or MDM software.But all that requires the owner of the device to give up control of the device. In other words, Your users only happens if you happen to be the administrator for the device, not if you're just someone that wrote an application that the user happened to install on the device.
Jun ’15
How can Apple watch listen to data change in iPhone
Let say the iphone has a text field or any internal data, upon the data change, I want to push it automatically to the Apple Watch. I know I can use the share data. But that seems to require user to initiate the call (e.g. pressing a button) on the Watch. Is there a listener on the Apple Watch that I can use if there is a change in the share data? or there is way for iPhone to automatcially push data to the Watch, and the Watch just receive it and display it? or any other way?
1
0
338
Jun ’15
Reply to iOS 9 Beta battery life
Beta 1 - around 3 usally have bad battery life so that is not unexpected. In my experience this year is much worse than I've ever seen. Home screen seems to be the culprit according the usage data so I'm guessing it's spotlight related. Surprised so many people are needing to downgrade though. If you have installed this you should be a developer and hence spend most of your day next to a computer. Just put your phone in the charger!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to How do you add loyalty cards to wallet in ios9 beta
I'm using a valid public key. If I create the pkpass without adding the nfc key it works, but if I add it (and add the sha1 to the manifest and resign) it doesn't. It doesn't work either if I replace the barcode key for this one.Have you been able to create a pkpass with the nfc key on it and add it to the phone? Maybe this is not enabled in the current beta yet...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
I've been running the phone in many different modes now, what i could se when I woke up is that there's that spinning icon right beside the operator text in the top whenever I go to the homescreen and it doesn't matter if I'm on mobile data, Wi-Fi etc. as soon as I disable any internet connection it stops, so yeah, it's doing something really heavy in the background. When I look at my phone now that background activity have stopped (without me doing anything) and the battery does not drain as fast, even with mobile data enabled and on 4G. So Apple most definitely are collecting some data at intervals when connected to the Internet. Next time it happens I'm going to connect it to my Wi-Fi and have a look at what's going on and what packets are beeing sent so one can get a clear understanding into whats going on.Disabling mobile data and Wi-Fi completely and the phone runs with no battery issues at all, with Wi-Fi enabled it runs better than on mobile data enabled. So yeah.. all in al
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
UserDomainMask
I have downloaded some Code which had previously worked for the coder, who was able to run ok on his App.However when I try to use the code to save data to iphone memory I get an Error Message stating ...Use of unresolved Identifier UserDomainMask..I have tried using NSUserDomiainMask to replace it and that doesn't seem to solve the problem.It seems that the coder may have been using a Beta version of Xcode 6 for his App.Can anyone please tell me what should replace UserDomainMask in the code below?/ func documentsDirectory() -> string { let documentsFolderPath = NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory.DocumentDirectory, NSSearchPathDomainMask, UserDomainMask, true)[0] as String return documentsFolderPath }Kind Regards.Del
0
0
334
Jun ’15
Reply to Can't restore backup to iOS8 from 9 beta
If you have been updated an iPhone, maybe you can restore to a previous version, but, probably you got lot of errors, because firmware update also updates some drivers (For example, modem version), and, the downgrade doesn't change it.If your device are for development (Teorically you should not update a production device), wait for beta2. If not, probably you have a problem.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Compiler crash
Has anyone else seen anything like this?Assertion failed: (D->getSourceRange().isValid()), function buildDeclarationRefinementContext, file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-700.0.38.1/src/swift/lib/Sema/TypeChecker.cpp, line 946. 0 swift 0x0000000109a08e0b llvm::sys::PrintStackTrace(__sFILE*) + 43 1 swift 0x0000000109a0954b SignalHandler(int) + 379 2 libsystem_platform.dylib 0x00007fff8b16cf1a _sigtramp + 26 3 libsystem_platform.dylib 000000000000000000 _sigtramp + 1961439488 4 libsystem_c.dylib 0x00007fff96a5bb53 abort + 129 5 libsystem_c.dylib 0x00007fff96a23c39 basename + 0 6 swift 0x000000010806de92 (anonymous namespace)::TypeRefinementContextBuilder::walkToDeclPre(swift::Decl*) + 1058 7 swift 0x000000010813cf5d (anonymous namespace)::Traversal::doIt(swift::Decl*) + 157 8 swift 0x0000000108141244 (anonymous namespace)::Traversal::visitNominalTypeDecl(swift::NominalTypeDecl*) + 164 9 swift 0x000000010813cfb2 (anonymous namespace)::Traversal::doIt(swift::Decl*) + 242 10 swift 0x0
Replies
8
Boosts
0
Views
1.5k
Activity
Jun ’15
Turn on WiFi Programatically and latch to a known SSID
Are there programatic ways to turn on WiFi and latch the phone to a known SSID ?Without JailbreakingI want my users to latch to a particular wifi network(if available) whenever they open my app.Some stackoverflow posts say that it is not possible and that Apple may open up to developers in future (Though this was posted in 2012).Does Apple have any such plans to open that up ?does the below link speak of registering SSID - does it mean it allows me to connect to wifi programatically ?https://developer.apple.com/library/ios/documentation/SystemConfiguration/Reference/CaptiveNetworkRef/index.html
Replies
4
Boosts
0
Views
5.8k
Activity
Jun ’15
barbutton popover style segue's anchor
i have bar buttons added to the nav bar programatically and i would like to set the relevant one as an anchor to a popover style sugue. this button is obviously not visible in interface builder and i dont see any property for an anchor in UIStoryboardSegue class.any idea how to do this?one more question... how will the popover sgue present a view controler on an iphone, since iphones aren't allowed popovers.thanks.Neerav
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
3
Boosts
0
Views
3k
Activity
Jun ’15
Reply to Apple watch downgrade. I know it's not 'possible' but...
I restored my iPhone from backup from iTunes after installing the beta and restored Watch, though watch I haven't install OS2 as I don't need to test that yet. Lost all my activity data. No big deal, just thought I'd add my experience so it's another data point 🙂
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to How to detect the incoming caller number programmatically
Developer applications don't get access to the user's phone information.What information a Developer application does get, such as through CallCenter, is provided mainly so that VoIP and interactive applications can defer to the phone or react nicely to the user being busy. The API doesn't provide you with information to identify the call, the caller, or other information.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Turn on WiFi Programatically and latch to a known SSID
If your application absolutely needs WiFi, there's a build flag that you can set which will ensure that wifi is running for your application.And the CaptiveNetworking functions are provided so that Developers can do things like custom authentication with various wifi networks. Generally, CaptiveNetwork comes into play after the user has chosen that network, it's not really a way to force the user onto that network.Otherwise, no, your Turn on WiFi and latch the phone to a known SSID is a device management function. You can't do that from a Developer written application directly. The best you can do is do that indirectly, through the use of device management profiles, or MDM software.But all that requires the owner of the device to give up control of the device. In other words, Your users only happens if you happen to be the administrator for the device, not if you're just someone that wrote an application that the user happened to install on the device.
Replies
Boosts
Views
Activity
Jun ’15
How can Apple watch listen to data change in iPhone
Let say the iphone has a text field or any internal data, upon the data change, I want to push it automatically to the Apple Watch. I know I can use the share data. But that seems to require user to initiate the call (e.g. pressing a button) on the Watch. Is there a listener on the Apple Watch that I can use if there is a change in the share data? or there is way for iPhone to automatcially push data to the Watch, and the Watch just receive it and display it? or any other way?
Replies
1
Boosts
0
Views
338
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Beta 1 - around 3 usally have bad battery life so that is not unexpected. In my experience this year is much worse than I've ever seen. Home screen seems to be the culprit according the usage data so I'm guessing it's spotlight related. Surprised so many people are needing to downgrade though. If you have installed this you should be a developer and hence spend most of your day next to a computer. Just put your phone in the charger!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to How do you add loyalty cards to wallet in ios9 beta
I'm using a valid public key. If I create the pkpass without adding the nfc key it works, but if I add it (and add the sha1 to the manifest and resign) it doesn't. It doesn't work either if I replace the barcode key for this one.Have you been able to create a pkpass with the nfc key on it and add it to the phone? Maybe this is not enabled in the current beta yet...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
I've been running the phone in many different modes now, what i could se when I woke up is that there's that spinning icon right beside the operator text in the top whenever I go to the homescreen and it doesn't matter if I'm on mobile data, Wi-Fi etc. as soon as I disable any internet connection it stops, so yeah, it's doing something really heavy in the background. When I look at my phone now that background activity have stopped (without me doing anything) and the battery does not drain as fast, even with mobile data enabled and on 4G. So Apple most definitely are collecting some data at intervals when connected to the Internet. Next time it happens I'm going to connect it to my Wi-Fi and have a look at what's going on and what packets are beeing sent so one can get a clear understanding into whats going on.Disabling mobile data and Wi-Fi completely and the phone runs with no battery issues at all, with Wi-Fi enabled it runs better than on mobile data enabled. So yeah.. all in al
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
UserDomainMask
I have downloaded some Code which had previously worked for the coder, who was able to run ok on his App.However when I try to use the code to save data to iphone memory I get an Error Message stating ...Use of unresolved Identifier UserDomainMask..I have tried using NSUserDomiainMask to replace it and that doesn't seem to solve the problem.It seems that the coder may have been using a Beta version of Xcode 6 for his App.Can anyone please tell me what should replace UserDomainMask in the code below?/ func documentsDirectory() -> string { let documentsFolderPath = NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory.DocumentDirectory, NSSearchPathDomainMask, UserDomainMask, true)[0] as String return documentsFolderPath }Kind Regards.Del
Replies
0
Boosts
0
Views
334
Activity
Jun ’15
Apps greyed out after reboots
Every time I reboot my iPhone 6 Plus random apps are grey out on the home screen.If i tap them they change to waiting but nothing happens, the only fix I have found is to uninstall/re-install the apps.Any others seeing this?
Replies
2
Boosts
0
Views
155
Activity
Jun ’15
How could I implement this complicated UI in iPhone
I have to implement a TableViewCell like this, the count of comment is uncertain, what's the best way to implement this?
Topic: Safari & Web SubTopic: General Tags:
Replies
2
Boosts
0
Views
388
Activity
Jun ’15
Reply to Can't restore backup to iOS8 from 9 beta
If you have been updated an iPhone, maybe you can restore to a previous version, but, probably you got lot of errors, because firmware update also updates some drivers (For example, modem version), and, the downgrade doesn't change it.If your device are for development (Teorically you should not update a production device), wait for beta2. If not, probably you have a problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to cannot activate ios9 device
Insert another sim card. If your card is from a virutal operator (Not an operator with real network coverage), phone may not detect it. I've seen these issue on some iPhones time ago.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15