Stiamo sviluppando una App per iOS con Flutter,
usiamo: Flutter barcode_scan2: ^4.3.3.
Gli smartphone iOS cercano di riconoscere il tipo di codice a barre letto. Se il sistema crede che il codice sia gtin13 ma le cifre risultano 12, aggiunge uno zero iniziale. Come potremmo risolvere ?
Grazie
Settore sviluppo App
Firenze Web Division
Post
Replies
Boosts
Views
Activity
We have an App in testFlight on internal testers. An admin user manages to install TestFlight, another Holder and Admin user is unable to install Testflight and has this message (TestFlight is currently unavailable. Please try again later.) Do you have any advice to give? Thank you
Buongiorno, che tipo di accesso sicuro e che testimonia l'autenticità di un utente,
è possibile usare ?
E' possibile far inviare dall'utente che si vuol registrare, una foto di un suo documento di identità ed anche con la face authentication ?
E' possibile usare lo SPID ?
Grazie molto.
Firenze Web Division.
Hi. Is it possible to redirect the user to an external browser page to process a payment with Paypal outside the app? Does Apple reject this process?
Firenze Web Division
Hello, we are noticed that iPhone 7 iOS 13.5.1 no longer starts the NFC reader session, because ?
You can help us ? Thanks. Firenze Web Division.
hi, i am using the Speech framework and it works fine.(import Speech,import AVFoundation)I stop it with these instructions: audioEngine.stop () request.endAudio () recognitionTask? .CANCEL () audioEngine.inputNode.removeTap (onBus: 0).Then I use these instructions, but the audio is very low almost non-existent. let string1 = "welcome" let utterance1 = AVSpeechUtterance (string: string1) utterance1.voice = AVSpeechSynthesisVoice (language: "it-IT") let synth1 = AVSpeechSynthesizer () synth1.speak (utterance1)Could you please help me ?Thank you very muchMassimo SenatoreFirenze Web DivisionItaly