Hi again, about the Scan Code app: From looking at the github code for coin pocket I was able to figure out that you're using an x-callback-url scheme, and I managed to use a URL like this
'scancode://scan?callback=myapp://'
to go from MyApp to Scan Code and then back again to MyApp after it scans. It seems you also have a field
scancode-callback-path. Is this to get back the results of the scan? Would I use a URL like
'scancode://scan?callback=myapp://arg=scancode-callback-path'
or something like that to get the result of the scan into MyApp? Is there some documentation of the URL scheme somewhere?
Thanks again,
Christian