Skip to content

Commit

Permalink
adding visual studio app center (#1963)
Browse files Browse the repository at this point in the history
adding visual studio app center
  • Loading branch information
anantshri authored Oct 30, 2021
1 parent 4cd9170 commit 50e90d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Document/0x06a-Platform-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50e90d7

Please sign in to comment.