Where communities thrive


  • Join over 1.5M+ people
  • Join over 100K+ communities
  • Free without limits
  • Create your own community
People
Repo info
Activity
    Sturla Thorvaldsson
    @sturlath
    Does anybody know how to keep a socket connection alive in an android app that is in the bakcground?
    The app is for a handheld scanner that has a “gun” trigger that scanns a barcode that is sent to the app and to the socket (to the other side). So the app just needs to be alive in the background (could be hours) until somebody scannes a barcode that is picked up by the app and sent to the socket. The app needs to be in the background because there is another app needed in the forground.
    Would I wrap (what code?) in a background service? Well I don’t quite know...
    jongleur1983
    @jongleur1983
    @sturlath I think you'd use a background service, at least on Android. Android Apps without a background service may not even run in a technical sense when their activity isn't in foreground. Not sure for other systems though.
    Suneel Kumar Biyyapu
    @suneelbiyyapu
    Hello All, when I tap on push notification when my app is background mode, how to navigate master-detail page in .net standard(shared project)?
    IoTFier
    @IoTFier
    @jongleur1983 - I am waiting on upgrading my App from XF4.1 to 4.2 until the github issue - https://github.com/xamarin/Xamarin.Forms/issues/6907#issuecomment-523948279 is address
    I am not sure why in XF 4.1 you are hitting that issue around Data_Triggers. Did you a github submit on Xamarin.Forms ?
    Jorge Ramírez
    @bgaprogrammer
    Where is the release notes doc for the new 4.2.0.778463 ?
    David Ortinau
    @davidortinau
    Jesse
    @Jjagg
    Hey all! With CollectionView, is it possible to expand items to fill the CollectionView if they don't take up enough space to overflow? Kind of like they are in a grid with Star size.
    IoTFier
    @IoTFier
    @davidortinau , @jamesmontemagno - how are you ?When will VS Windows Community edition will get the free version of Xamarin Profier ? I see that's available on Mac (VS Mac Community edition). Thank you.
    David Ortinau
    @davidortinau
    where do you see that it’s available on Mac? To my knowledge it’s not.
    IoTFier
    @IoTFier
    image.png
    image.png
    Alan
    @Alan-FGR
    Hey guys, IDK if this is the right place to ask but I'm looking for the tech to use in my next project which is gonna be a mobile app that allows you to map land using the GPS, but I'm not 100% sure xamarin is the best choice although I'd really like to use C#. Besides obviously the GPS readings (preferably with low level access if possible), decent 2D rendering is also important ofc, I don't really need anything advanced, just basic shapes, text and images are fine, so I could use something simpler than skia. App size is also a concern though. Any input is appreciated.
    It's gonna be opensource and nonprofit, I'm doing it to map some public parks here in Italy and then publish a digital map/guide app for the visitors to do and navigate effectively
    To download*... Mobile here
    IoTFier
    @IoTFier

    image.png

    @davidortinau , does that help ?

    David Ortinau
    @davidortinau
    does it work even tho you’re not Enterprise licensed?
    @Alan-FGR you can absolutely do all of that in Xamarin and Xamarin.Forms. I know of several apps made with Xamarin.Forms that do almost exactly what you’ve described.
    with the new Android App bundles and build optimizations, I hope app size is a concern of the past
    Jean-Marie has some recent articles about drawing on maps https://www.sharpnado.com/
    and of course you can use 100% of the native platform apis in C#
    David Ortinau
    @davidortinau
    jcmanke has been adding a lot of good Maps stuff. This one for drawing is coming in 4.3 in preview now and stable in just a few weeks. xamarin/Xamarin.Forms#6136
    IoTFier
    @IoTFier

    does it work even tho you’re not Enterprise licensed?

    Here you go... I can access it from that path.. not used it as not used to Mac..

    image.png
    Kevin B
    @Keboo
    Hi all. Running into an issue with the Xamarin.Inspector on VS for Mac. It appears to try and start, but then just gets stuck "Waiting for Xamarin Inspector to connect to application..."
    Working through the information in the docs. Linker setting is set to Don't Link, Simulator has network access, no log file is available at the path specified. There is no Inspector folder under ~/Library/Logs/Xamarin
    Anything else I am missing?
    image.png
    IoTFier
    @IoTFier

    image.png

    @davidortinau - thoughts?

    DM1145
    @DM1145
    image.png

    XCode on my Mac updated, and I can not build projects any longer. I am getting the above errata:

    Suggestions?

    DM1145
    @DM1145
    FWIW, updated Xamarin components (forms and essentials) and reattempted build. Also rebooted machine and reattempted build. Same result in both cases.
    DM1145
    @DM1145
    OK… Added a watch simulator to Xcode, and builds seem to be working again… SMH
    DM1145
    @DM1145

    New question: From the Xcode 11 release notes:
    Xcode supports uploading apps from the Organizer window or from the command line with xcodebuild or xcrun altool. Application Loader is no longer included with Xcode. (29008875)

    My App Store auto-updated XCode to the new version. How do I get this necessary feature back so I can perform an upload to the app store?

    Alan
    @Alan-FGR
    @davidortinau thank you (and sorry for the long delay). Nice to hear that, however, I've reconsidered doing that project at this time, I'm not in a comfortable financial situation so I should probably focus on that first :P
    Alessandro Caliaro
    @acaliaro
    Hi guys. I have a problem with NFC and Xamarin iOS.
    can someone take a look? I have always error code 202 "Session is invalidated unexpectedly" on DidInvalidate
    thanks
    Gerald Versluis
    @jfversluis
    @acaliaro did you see the Getting Started? (https://github.com/xamarin/ios-samples/tree/master/ios11/NFCTagReader#getting-started) you’ll need to enable it on the app provisioning profile in your Apple Developer account. Did you do that?
    Alessandro Caliaro
    @acaliaro
    yes, done. I have to investigate better. It works on VS4MAC but I have the problem on VS2019 Windows...
    BTW, on MAC it works fine...
    SourabhSharma1991
    @SourabhSharma1991
    Anyone have done play video through YouTube url in xamiran forms
    esselitow
    @esselitow
    Is this chat active?
    juepiezhongren
    @juepiezhongren
    when will be forms support std2.1?
    IoTFier
    @IoTFier
    @juepiezhongren it is already supporting. Check in hte VS install if you have installed that sdk
    juepiezhongren
    @juepiezhongren
    good to know
    Shane Neuville
    @PureWeen
    Uwp currently doesn't support 2.1 FYI
    Terodom
    @Terodom
    Hey, since the Xamarin Firebase guide for Notifications is horribly outdated and deprecated, is there any other recent and decent resource for it, i can't seem to find anything
    Standa Mikeš
    @standamikes
    Facebook released a new version of FB iOS SDK 5.7.0, will be available soon? I'm asking because the facebook login is not working on ios 13+. Thanks ;)