Where communities thrive


  • Join over 1.5M+ people
  • Join over 100K+ communities
  • Free without limits
  • Create your own community
People
Repo info
Activity
  • May 02 2016 16:31
    @chamons banned @IfErrThrowBrick_twitter
Andres G. Aragoneses
@knocte
with AzureDevOps I used to be able to build libs that reference Xamarin.iOS on Windows, but now I'm trying with GithubActions and fails saying that this file is not found
juepiezhongren
@juepiezhongren
@dalexsoto when will swift binding tool become
available?
jennyf19
@jennyf19
@mandel-macaque - any documentation on how to access the APIs for ASWebAuthenticationPresentationContextProviding? And which version of VS will have them available?
Manuel de la Pena
@mandel-macaque
@Redth this is our colleague ^^ she has some questions about the API and I though you could give her a hand
Jonathan Dick
@Redth
can't say i'm too familiar with ASWebAuthenticationPresentationContextProviding specifically, but it should be available in VS2019 16.3 and the latest stable VSMac channel
jennyf19
@jennyf19
I didn't see it in 16.3 preview, so am updating to 16.4...but looks like i'll have to go back based on the comments above
Manuel de la Pena
@mandel-macaque
should be in the preview.. @spouliot you landed that quite early, right?
Sebastien Pouliot
@spouliot
yes, those bindings were pretty much the first ones since we knew it would become mandatory
but 16.3 previews did not have xcode11 - that came out just before the final/stable release of 16.3
and 16.4 has yet to be updated with xcode11 too
it’s one of the (few) cases where stable is better :smile:
jennyf19
@jennyf19
we have customers that are using MSAL.NET and are broken w/system webview because we need to provide a presentation context now in iOS 13.
which means targeting ASWebAuthenticationPresentationContextProviding
Alex Soto
@dalexsoto
@juepiezhongren I do not have an ETA for you, bit we are working hard on it, in the meantime if your swift library offers an ObjC bridge you can use that with our ObjC bindings mechanism
Manuel de la Pena
@mandel-macaque
the lib is c# AFAIK
juepiezhongren
@juepiezhongren
@dalexsoto ,thx for info and we r expecting it
IoTFier
@IoTFier
Hi @dalexsoto , @spouliot - is the touch id from the iOS simulator gone since iOS 13 update in xcode 11 ?
Alex Soto
@dalexsoto
I have no idea, have not noticed that.
IoTFier
@IoTFier
I don't see that option in settings anymore
IoTFier
@IoTFier
Hi @dalexsoto - so here is the thing ... up to iPhone 8 Plus, touch id works not face ID. iPhone x / xr / 11 / max / max pro .... only face id works .. not touch id
Alex Soto
@dalexsoto
MAkes sense those devices do not offer touch id
IoTFier
@IoTFier
yes. the Q is I need to sense the device type(s) in my login module to show corresponding option
I am working on Xamarin Forms App.. need to check if Xamarin.Essential library provides that handle
Alex Soto
@dalexsoto
I wonder if that is handled automatically for you
IoTFier
@IoTFier
do you know ?
Alex Soto
@dalexsoto
Nope, sorry
IoTFier
@IoTFier
now worries. will check around. Did you get iPhone 11 / pro / pro max ?
Looks like you have to do the checks yourself
and no, not yet
IoTFier
@IoTFier
thank you. that's helpful
IoTFier
@IoTFier
Kuba Sle
@KubaSle_twitter
Hello, dev team has any plans to continue development of Xamarin Live Player?
Chris Hamons
@chamons
This channel is for working on Xamarin.iOS / Mac, not general questions - but I can point you to answers on this one
Dan Siegel
@dansiegel
has anyone run into a scenario where Xcode sees a development certificate but Visual Studio does not?
I'm seeing this behavior where I have recreated a development certificate with the Apple Developer portal 4 times and uploaded the cert/profile pair to Azure DevOps and it will not recognize them when I build the app... I've tried manually setting the certificate in Visual Studio / Visual Studio for Mac and it does not see that certificate on my machine... if I create a test project in Xcode with the same bundle id, I can manually select the correct certificate/provisioning profile without issue...
Vincent Dondain
@VincentDondain
@dansiegel could you please report a problem within Visual Studio for Mac about this with as much detail as possible so the team can look into it?
Dan Siegel
@dansiegel
happy to... also since I happen to be sitting with @davidortinau I walked him through it in detail as well.
Vincent Dondain
@VincentDondain
Awesome thanks!
Robert Strand
@berlamont
Looks like apple added a couple new objecttypes on AVMetadataObject (catBody, dogBody, humanBody, and salientObject) that didn't get added to the AVMetadataObject.cs file, i'm guessing i should create a issue on github to get those added yes?
Manuel de la Pena
@mandel-macaque
@ berlamont we did not add those in mac os x because our tests pointed out that they did not work on mac os x latest beta, or at least when the binding was done
catBody etc.. was added, I recall writing that
@berlamont ^^
Robert Strand
@berlamont
Oh ok, so they will possibly be added in an update given they don't screw up osx then, or?
Manuel de la Pena
@mandel-macaque
correct
Dan Siegel
@dansiegel
@VincentDondain I think I figured out the issue... it looks like when creating a new certificate from the Apple Developer portal it creates a generic Development certificate. When using the Xamarin tooling in the IDE it creates an iOS Development Certificate. The newer generic Development certificate requires Xcode 11 which I have installed... but it seems that iOS SDK's do not recognize the certificates because it won't build from the CLI with the correct certificate and profile installed... and you can't see the certificate in Visual Studio if you try to manually provision.
Chris Hamons
@chamons
Hey we missed a community question on a PR - @spouliot can you answer https://github.com/xamarin/xamarin-macios/pull/6408#issuecomment-535878436 next week?