From 38a61c2a19992fa144962cc4af48492f9288b8cb Mon Sep 17 00:00:00 2001 From: Anant Shrivastava Date: Sat, 30 Oct 2021 17:47:17 +0530 Subject: [PATCH] adding visual studio app center adding visual studio app center --- Document/0x06a-Platform-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document/0x06a-Platform-Overview.md b/Document/0x06a-Platform-Overview.md index 693709981f..fa9babd6a1 100644 --- a/Document/0x06a-Platform-Overview.md +++ b/Document/0x06a-Platform-Overview.md @@ -129,7 +129,7 @@ A language.lproj folder exists for each language that the application supports. ![OWASP MSTG](Images/Chapters/0x06a/iOS_project_folder.png) \ -On a jailbroken device, you can recover the IPA for an installed iOS app using different tools that allow decrypting the main app binary and reconstruct the IPA file. Similarly, on a jailbroken device you can install the IPA file with [IPA Installer](https://github.com/autopear/ipainstaller "IPA Installer"). During mobile security assessments, developers often give you the IPA directly. They can send you the actual file or provide access to the development-specific distribution platform they use, e.g. [TestFlight](https://developer.apple.com/testflight/ "TestFlight"). +On a jailbroken device, you can recover the IPA for an installed iOS app using different tools that allow decrypting the main app binary and reconstruct the IPA file. Similarly, on a jailbroken device you can install the IPA file with [IPA Installer](https://github.com/autopear/ipainstaller "IPA Installer"). During mobile security assessments, developers often give you the IPA directly. They can send you the actual file or provide access to the development-specific distribution platform they use, e.g. [TestFlight](https://developer.apple.com/testflight/ "TestFlight") or [Visual Studio App Center](https://appcenter.ms/ "Visual Studio App Center"). ### App Permissions