Exemplo n.º 1
0
        public void ReadIpaInfo()
        {
            var result = AppReaderApi.GetAppInfo(IpaPath);

            Assert.NotNull(result);
        }
Exemplo n.º 2
0
        public void ReadApkInfo()
        {
            var result = AppReaderApi.GetAppInfo(ApkPath);

            Assert.NotNull(result);
        }