Search results for

“Visual Studio Maui IOS”

109,060 results found

Post

Replies

Boosts

Views

Activity

Unpaired, now frozen
Elected to unpair my watch from my phone running iOS 9 and, now, the watch is stuck at the booting screen with only one line filled inaround the radius. I've tried to reboot the watch several times with no change. Any ideas? Steps I took include the following-unpaired watch from phone--display showed unpairing occurring-display went black-continued to check to see if unpairing was occurring-Display remained black-performed two finger restart by holding down crown and side button--display shows apple logo followed by lines around radius.one line filled inhave contacted AppleCare and, due to beta software, they will not support the device at all.
0
0
270
Jun ’15
Reply to 10.10.4 latest build
Yeah - quite a few folks seeing the same thing with the latest 10.10.4 build (as well as iOS 8.4, iOS 9, and 10.11...).https://forums.developer.apple.com/thread/4350Have some bugs and tickets open, but please do the same so we can get a lot of attention on this. 10.10.4 could come out anytime and it would hose our wireless users, bigtime.
Jun ’15
Reply to Bitcode and Assembly?
One small correction: The option name to include bitcode is -fembed-bitcode.As far as the question about whether Neon intrinsics are preferable to writing assembly code, I will say yes, at least in most cases. If you use intrinsics, the compiler can optimize the code to run well on different processors, and it is generally easier to maintain C code than assembly. But, if you need to hand-optimize the assembly to get the performance you want, you can certainly do that and it should just work for iOS even when you have bitcode for the other parts of your code.
Jun ’15
Reply to What is the best way to learn programming
Get some tutorials online...plus you may want to consider taking classes in a programming language. It also helps to interact with other developers on forums dedicated to the same. When you finally have it together, you can look for guidelines on creating simple applications. I suggest this one to begin with: http://devcodemarket.com/ice-tutorial-swift-for-ios. All the best.
Topic: Programming Languages SubTopic: General Tags:
Jun ’15
Reply to ios9 wifi not fully working
Seeing this issue also on Enterprise wifi network.iPhone6fresh install of iOS9 beta. Was able to connect to network with iOS 8.3. I am able to see the network, enter username/password, and accept server certificate. But, I get the following notification:No Network Connection. The Wi-Fi network you selected is not providing an Internet connection. Change your settings or choose a different network.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iPhone 6 Battery Life after iOS 9 Upgrade
This is an interesting idea. I can see Apple wanting lots of diagnostics from beta releases.Do you know that this will work? If so, I'll try reinstalling.My iPhone 6 ran warm on iOS 9, warm like when I use GPS for an extended period. But, I wasn't using any GPS apps (G Maps etc...) the day I used iOS 9 and the battery drained from 100% to 20% in 5hrs.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Get rid of Open Directory!
You can't be more wrong!At the same time that Apple adopted this older system, Microsoft, with Windows 2000, moved away from it and began using their much more robust Active Directory systemI've been working with Active Directory and Open Directory for more than 10 years now, and I would like to express my opinions:Microsoft's Active Directory and Open Directory are both based on LDAP and Kerberos. In no way Open Directory is older technology as Windows NT.Apple has been supporting Active Directory for years. You could even modify ADs schema to host Apple objects for native client management.You could buy a Mac mini, install OS X Server, bind to AD and use AD to authenticate access to Profile Manager.There's no way an Active Directory server would run on top of OS X, as AD si an integral part of Windows Server and integrates and depends on other services.I don't think Apple is interested in server hardware anymore. They are focusing in building client devices and embracing the cloud with iCloud, VPP and DEP p
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Any problems with backup to iCloud using 9.0
Have always had free 5 GB cloud storage, always < 2 GB. Installed IOS 9.0 tried to backup, message said all 5 Gb used, then went to 20 GB monthly fee @ .99 per month, tried backup, said 20 GB was used up. would not do a backup, then bought 200 GB @ 3.99 per month, said 180 GB available, but would not backup. Turned off all cloud backup tried to come in new, turned iPhone settings on tried to backup now, and after a 30 min forever loop, I had to do a soft reset to get iPhone back. Any suggestions Please. Thaks.
1
0
83
Jun ’15
dyld error
Help!! I have been trying to resolve this issue for days now. Been to every forum. I'm getting this errordyld: Library not loaded: /Library/Frameworks/Vorbis.framework/Vorbis Referenced from: /private/var/mobile/Containers/Bundle/Application/ Reason: image not foundSo frustrated.... And yes I have tried embedded binaries, copy files, etc.Works fine on simulator, but this error pops up when I try to run it on device. (ipad iOS 8.3. Using latest xCode)
2
0
712
Jun ’15
How to run Swift Standard Library playground in Xcode 7?
Can anyone suggest what I need to do to get the new Swift Standard Library to run with Xcode 7 beta on OS 10.10.3 (i.e. _not_ 10.11 beta)?I consistently get Unable to find a suitable target device as soon as I go to a playground page with executable code in it. Prompted by a Stackoverflow suggestion for a previous version of Xcode, I have tried creating an iOS 9 simulator device, but that has not solved the problem. Unlike a full-fledged project, a playground does not seem to have any way of attaching it to a device, real or simulated.
4
0
769
Jun ’15
Unpaired, now frozen
Elected to unpair my watch from my phone running iOS 9 and, now, the watch is stuck at the booting screen with only one line filled inaround the radius. I've tried to reboot the watch several times with no change. Any ideas? Steps I took include the following-unpaired watch from phone--display showed unpairing occurring-display went black-continued to check to see if unpairing was occurring-Display remained black-performed two finger restart by holding down crown and side button--display shows apple logo followed by lines around radius.one line filled inhave contacted AppleCare and, due to beta software, they will not support the device at all.
Replies
0
Boosts
0
Views
270
Activity
Jun ’15
Reply to 10.10.4 latest build
Yeah - quite a few folks seeing the same thing with the latest 10.10.4 build (as well as iOS 8.4, iOS 9, and 10.11...).https://forums.developer.apple.com/thread/4350Have some bugs and tickets open, but please do the same so we can get a lot of attention on this. 10.10.4 could come out anytime and it would hose our wireless users, bigtime.
Replies
Boosts
Views
Activity
Jun ’15
Reply to Bitcode and Assembly?
One small correction: The option name to include bitcode is -fembed-bitcode.As far as the question about whether Neon intrinsics are preferable to writing assembly code, I will say yes, at least in most cases. If you use intrinsics, the compiler can optimize the code to run well on different processors, and it is generally easier to maintain C code than assembly. But, if you need to hand-optimize the assembly to get the performance you want, you can certainly do that and it should just work for iOS even when you have bitcode for the other parts of your code.
Replies
Boosts
Views
Activity
Jun ’15
Reply to What is the best way to learn programming
Get some tutorials online...plus you may want to consider taking classes in a programming language. It also helps to interact with other developers on forums dedicated to the same. When you finally have it together, you can look for guidelines on creating simple applications. I suggest this one to begin with: http://devcodemarket.com/ice-tutorial-swift-for-ios. All the best.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to ios9 wifi not fully working
Seeing this issue also on Enterprise wifi network.iPhone6fresh install of iOS9 beta. Was able to connect to network with iOS 8.3. I am able to see the network, enter username/password, and accept server certificate. But, I get the following notification:No Network Connection. The Wi-Fi network you selected is not providing an Internet connection. Change your settings or choose a different network.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS 9 beta 2
Hi, any idea when beta 2 comes out?
Replies
2
Boosts
0
Views
654
Activity
Jun ’15
Reply to iPhone 6 Battery Life after iOS 9 Upgrade
This is an interesting idea. I can see Apple wanting lots of diagnostics from beta releases.Do you know that this will work? If so, I'll try reinstalling.My iPhone 6 ran warm on iOS 9, warm like when I use GPS for an extended period. But, I wasn't using any GPS apps (G Maps etc...) the day I used iOS 9 and the battery drained from 100% to 20% in 5hrs.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Developer, but all I am able to download is up to Yosemite
I had the same problem. You need to phone developer support. When they merged iOS and OSX developmment programs they screwwed up in a few cases.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to After Downgrade from IOS 9 beta to IOS 8.3 no Imessage and Facetime activation
There is only a problem with the iphone 5s which was on IOS 9.Other Devices work properly with same Apple-ID.Is there a possibility to delete this device ?Does anybody know where the problem could be ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Get rid of Open Directory!
You can't be more wrong!At the same time that Apple adopted this older system, Microsoft, with Windows 2000, moved away from it and began using their much more robust Active Directory systemI've been working with Active Directory and Open Directory for more than 10 years now, and I would like to express my opinions:Microsoft's Active Directory and Open Directory are both based on LDAP and Kerberos. In no way Open Directory is older technology as Windows NT.Apple has been supporting Active Directory for years. You could even modify ADs schema to host Apple objects for native client management.You could buy a Mac mini, install OS X Server, bind to AD and use AD to authenticate access to Profile Manager.There's no way an Active Directory server would run on top of OS X, as AD si an integral part of Windows Server and integrates and depends on other services.I don't think Apple is interested in server hardware anymore. They are focusing in building client devices and embracing the cloud with iCloud, VPP and DEP p
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Any problems with backup to iCloud using 9.0
Have always had free 5 GB cloud storage, always < 2 GB. Installed IOS 9.0 tried to backup, message said all 5 Gb used, then went to 20 GB monthly fee @ .99 per month, tried backup, said 20 GB was used up. would not do a backup, then bought 200 GB @ 3.99 per month, said 180 GB available, but would not backup. Turned off all cloud backup tried to come in new, turned iPhone settings on tried to backup now, and after a 30 min forever loop, I had to do a soft reset to get iPhone back. Any suggestions Please. Thaks.
Replies
1
Boosts
0
Views
83
Activity
Jun ’15
dyld error
Help!! I have been trying to resolve this issue for days now. Been to every forum. I'm getting this errordyld: Library not loaded: /Library/Frameworks/Vorbis.framework/Vorbis Referenced from: /private/var/mobile/Containers/Bundle/Application/ Reason: image not foundSo frustrated.... And yes I have tried embedded binaries, copy files, etc.Works fine on simulator, but this error pops up when I try to run it on device. (ipad iOS 8.3. Using latest xCode)
Replies
2
Boosts
0
Views
712
Activity
Jun ’15
How to run Swift Standard Library playground in Xcode 7?
Can anyone suggest what I need to do to get the new Swift Standard Library to run with Xcode 7 beta on OS 10.10.3 (i.e. _not_ 10.11 beta)?I consistently get Unable to find a suitable target device as soon as I go to a playground page with executable code in it. Prompted by a Stackoverflow suggestion for a previous version of Xcode, I have tried creating an iOS 9 simulator device, but that has not solved the problem. Unlike a full-fledged project, a playground does not seem to have any way of attaching it to a device, real or simulated.
Replies
4
Boosts
0
Views
769
Activity
Jun ’15
Reply to Launch app from watch extension
There currently is not a way to open an iOS app into the foreground from your WatchKit extension.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Need Help With WatchKit
On watchOS 2 and iOS 9, you can use the new WatchConnectivity framework to communicate between your iPhone and Apple Watch apps.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15