Search results for

“Visual Studio Maui IOS”

109,075 results found

Post

Replies

Boosts

Views

Activity

No symbols for paired Apple Watch
I've created a new project with Xcode 7.0 which includes a Watch Kit app. I've updated my iPhone to iOS 9, and my watch to watchOS 2.0. I'm able to install version of my app by running the main app's Scheme and debugging on the device.However, if I want to debug on the watch I need to run the [App Name] WatchKit scheme. I'm unable to select my phone+watch though because they are listed under Inelegible Devices with the parenthetical explanation: (No symbols for paired Apple Watch)Anyone know how to get Xcode to download these symbols?
58
0
25k
Jun ’15
iTunes Store
I am new to all this but , I have a iPhone 5s that has iOS 8.4 beta 3 and the iTunes Store kinda works , I can download music fine but on a movie it downloads it then it will not show up and then it says this movie can not be download at this time, I have had this happen with two movies, if I go in with a other device it works fine with the iOS 8.3 , has any else had this problem?
0
0
342
Jun ’15
Will not let me enroll.
So, I see that they combine all the programs and I have to accept an agreement. I accepted the agreement but it says I have not enrolled. I tried to enroll and it says that sorry, we cannot enroll you at this time. Why is this?? I want to install iOS 9 beta and I paid my $99 for the iOS Developer Program, and now it won't let me rollover? Is anyone else having this problem..
14
0
4.4k
Jun ’15
WWDC Platforms State of the Union Notes
ADC account will now cover Mac, iOS and watchOSOne ADC membership covers all - $99/yeariOS 9 will take up 1.3 GBs of space. OS updates will automatically download overnight.iOS app-slicing - Developer submits an app to the App Store, App Store will deliver to the device only the component parts of the app that the device can use. Don't have the fast CPU on the device? App Store will leave out the fast-CPU dependent parts of the app.iOS passcode are now going from four digits by default to six.System Integrity ProtectionProtects system filesNo installing in system locationsProtects system processesFor developers, streamlined developer workflow to accommodate System Integrity Protection.Utility available in the Recovery partition to disable System Integrity Protection.IPv6:Use the standard networking frameworksAvoid IPv4-specific APIsAvoid hard-coding addresses in appsImproved right-to-left language support, important for languages like Arabic or Hebrew.Improved link support in iOS 9. Click on
8
0
5.9k
Jun ’15
Installing iOS9
I am new to app development, and am having trouble installing iOS9 on a device.I have downloaded it, and set up the certificate for the device.But when I option click on restore in iTiunes it doesn't give me the option to select the .ipsw file - it just starts downloading iOS 8.3.What am I doing wrong?
4
0
986
Jun ’15
self.presentTextInputControllerWithSuggestions, 3 questions... can we control non
I see Apple uses this, and can talk for say a minute with not getting sleep to interrupt! When we do it, the watch sleeps and we LOSE the textinput string it was doing!!!!1. is there a way we can stop that sleep while in this method? (I surely hope so)1.1 Does new Mic ability we have tie into Siri? for doing speech to text?2. Also I see Apple app, has the audio streem saved. Can we have that ability to save that audio file also please? and if so how can I do it now? as the ability clearly is there!3. Will Apple soon maybe WWDC allow this ability on phone to direct access the microphone for text input???? really needed for my app.3.1 We need ability to get the mic directly for speech to text on phone/ipad PLEASE??? can we do this now in iOS 2? Swift2 ?thank you so much. Mike
2
0
589
Jun ’15
Reply to Open-Sourcing Plan
Linux is also easier since it is much further along the road with the LLVM support. Google had been working on an LLVM implementation for Visual Studio as a plugin with compatibility, and now Microsoft is working on some LLVM implementation.... but as far as I know it is not as mature. Swift has a dependancy on the LLVM.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Metal - Support for geometry and domain shaders?
So after looking through Metal's documentation and going through the headers, I'm noticing the omission of geometry and domain shader support. Technically, the basic idea behind these two could be done with a compute shader given the nature of Metal's pipeline, but proper support in MSL would be a nice convenience to have epsecially given there's largely already support for geometry and domain shaders in OpenGL 4.1.So I have to ask, is there something I missed? Can it be chalked up to 10.11 being in beta, therefore Metal for OS X being in beta as well and not feature complete as such? Or is Metal on OS X only there for additional API compatibility with iOS?
2
0
2.3k
Jun ’15
No symbols for paired Apple Watch
I've created a new project with Xcode 7.0 which includes a Watch Kit app. I've updated my iPhone to iOS 9, and my watch to watchOS 2.0. I'm able to install version of my app by running the main app's Scheme and debugging on the device.However, if I want to debug on the watch I need to run the [App Name] WatchKit scheme. I'm unable to select my phone+watch though because they are listed under Inelegible Devices with the parenthetical explanation: (No symbols for paired Apple Watch)Anyone know how to get Xcode to download these symbols?
Replies
58
Boosts
0
Views
25k
Activity
Jun ’15
unable to activate iphone iOS 9 beta 1
I'am unable to activate iphone 6 plus with ios 9 beta 1.Help....
Replies
1
Boosts
0
Views
589
Activity
Jun ’15
iOS 9 Chinese font
Anybody found the Chinese font paired with SF font looks ugly and no style at all?
Replies
1
Boosts
0
Views
864
Activity
Jun ’15
iTunes Store
I am new to all this but , I have a iPhone 5s that has iOS 8.4 beta 3 and the iTunes Store kinda works , I can download music fine but on a movie it downloads it then it will not show up and then it says this movie can not be download at this time, I have had this happen with two movies, if I go in with a other device it works fine with the iOS 8.3 , has any else had this problem?
Replies
0
Boosts
0
Views
342
Activity
Jun ’15
Will not let me enroll.
So, I see that they combine all the programs and I have to accept an agreement. I accepted the agreement but it says I have not enrolled. I tried to enroll and it says that sorry, we cannot enroll you at this time. Why is this?? I want to install iOS 9 beta and I paid my $99 for the iOS Developer Program, and now it won't let me rollover? Is anyone else having this problem..
Replies
14
Boosts
0
Views
4.4k
Activity
Jun ’15
WWDC Platforms State of the Union Notes
ADC account will now cover Mac, iOS and watchOSOne ADC membership covers all - $99/yeariOS 9 will take up 1.3 GBs of space. OS updates will automatically download overnight.iOS app-slicing - Developer submits an app to the App Store, App Store will deliver to the device only the component parts of the app that the device can use. Don't have the fast CPU on the device? App Store will leave out the fast-CPU dependent parts of the app.iOS passcode are now going from four digits by default to six.System Integrity ProtectionProtects system filesNo installing in system locationsProtects system processesFor developers, streamlined developer workflow to accommodate System Integrity Protection.Utility available in the Recovery partition to disable System Integrity Protection.IPv6:Use the standard networking frameworksAvoid IPv4-specific APIsAvoid hard-coding addresses in appsImproved right-to-left language support, important for languages like Arabic or Hebrew.Improved link support in iOS 9. Click on
Replies
8
Boosts
0
Views
5.9k
Activity
Jun ’15
can't download Xcode 7 beta
I'm a paid Mac and iOS developer program member. When i click to download Xcode 7 it takes me to the manage your apple id page.What is going on?Also, thanks Apple for deleting my old forum account.
Replies
13
Boosts
0
Views
2.2k
Activity
Jun ’15
Installing iOS9
I am new to app development, and am having trouble installing iOS9 on a device.I have downloaded it, and set up the certificate for the device.But when I option click on restore in iTiunes it doesn't give me the option to select the .ipsw file - it just starts downloading iOS 8.3.What am I doing wrong?
Replies
4
Boosts
0
Views
986
Activity
Jun ’15
iphone showing up as iPod Touch in iOS devices page - won't install iOS 9
Hi,My iPhone is showing up under the iPod Touch section of the Certificates, Identifiers & Profiles section of the devices page. It also won't install iOS 9 I get a 3014 error.Any ideas?Thanks
Replies
3
Boosts
0
Views
1.5k
Activity
Jun ’15
Reply to watchOS 2 beta still working with iOS 8.3?
I does not imply it, it flat out states that is has to work with iOS 9 beta.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
self.presentTextInputControllerWithSuggestions, 3 questions... can we control non
I see Apple uses this, and can talk for say a minute with not getting sleep to interrupt! When we do it, the watch sleeps and we LOSE the textinput string it was doing!!!!1. is there a way we can stop that sleep while in this method? (I surely hope so)1.1 Does new Mic ability we have tie into Siri? for doing speech to text?2. Also I see Apple app, has the audio streem saved. Can we have that ability to save that audio file also please? and if so how can I do it now? as the ability clearly is there!3. Will Apple soon maybe WWDC allow this ability on phone to direct access the microphone for text input???? really needed for my app.3.1 We need ability to get the mic directly for speech to text on phone/ipad PLEASE??? can we do this now in iOS 2? Swift2 ?thank you so much. Mike
Replies
2
Boosts
0
Views
589
Activity
Jun ’15
Reply to Open-Sourcing Plan
Linux is also easier since it is much further along the road with the LLVM support. Google had been working on an LLVM implementation for Visual Studio as a plugin with compatibility, and now Microsoft is working on some LLVM implementation.... but as far as I know it is not as mature. Swift has a dependancy on the LLVM.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS 9.0 with Xcode 6.3.2
Instalingl iOS 9.0 can test my app in Xcode 6.3.2 iPhone 6 Plus?
Replies
2
Boosts
0
Views
466
Activity
Jun ’15
iOS 9
Is anyone else having a problem downloading the beta?
Replies
9
Boosts
0
Views
1.2k
Activity
Jun ’15
Metal - Support for geometry and domain shaders?
So after looking through Metal's documentation and going through the headers, I'm noticing the omission of geometry and domain shader support. Technically, the basic idea behind these two could be done with a compute shader given the nature of Metal's pipeline, but proper support in MSL would be a nice convenience to have epsecially given there's largely already support for geometry and domain shaders in OpenGL 4.1.So I have to ask, is there something I missed? Can it be chalked up to 10.11 being in beta, therefore Metal for OS X being in beta as well and not feature complete as such? Or is Metal on OS X only there for additional API compatibility with iOS?
Replies
2
Boosts
0
Views
2.3k
Activity
Jun ’15