Job description
Hello,
I'm searching for person to write an simple QR Reader app for IOS 11+, with fuction to add
automaticly prefix and suffix before and after QR code as url redirect in native safari browser.
Something like native QR reader function in Camera app after IOS 11 update
QR code should be restricted only to numbers [0-9] for example 5412012 if not it should display error
Prefix: Should be editable string in option it will be in form https://examplename.pl/kat/asd/?id=
Suffix: Should be also editable string but probably most of time it will be empty value
After scanning QR code you shoul get prompt with QR value or error 'No valid QR' or 'Connection Error'
After clickin valid qr you will be redirect to native safari browser with url
Url value is: Prefix+QR+Suffix ('+' sign is as concat for text)