Search results for

Visual Studio Maui IOS

105,637 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
332
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.8k
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
965
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
574
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