In my app recently met NB6 and AppUpdate
These both thing need to be in manifest but one break the another
Any ideas how to make it work together ?
tryied to search for shared and change it for example in one module to shared2, but it didnt work..
Maybe I didnt find the right spot or maybe there is another aproach ?
any ideas ?
These both thing need to be in manifest but one break the another
B4X:
'for custom sounds in NB6
CreateResource(xml, provider_paths,<external-files-path name="name" path="shared" />)
'for appupdating
CreateResource(xml, provider_paths,<files-path name="name" path="shared" />)
Any ideas how to make it work together ?
tryied to search for shared and change it for example in one module to shared2, but it didnt work..
Maybe I didnt find the right spot or maybe there is another aproach ?
any ideas ?