xml - MobileFirst 7.1 - Change android publicSigningKey at build time -


i have mobilefirst android application app authenticity enabled. have different publicsigningkey dev , prod. want know best way choose correct key @ build time based on environment i'm building for. if can reference key file or property, make work. have tried using dtd entity fails because ant builder can't find external file since looks in ant build-file root.

not working due ant relative path issues

<!doctype application [     <!entity publicsigningkey system "publicsigningkey.xml"> ]> <application xmlns="http://www.worklight.com/application-descriptor"...>     <android ...>         <security>             &publicsigningkey;             <packagename>...</packagename>         </security>     </android> </application> 


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -