Is there an analog .apk in ios

I was an Android developer and tried to learn how to program on iOS, I wonder if there is an instance of an .apk file for an application on iOS. Because there is a time when I need to send the application to my boss to try it on my device. Is there an analog .apk in iOS? or on iOS there is another way to do this. Thanks in advance.

+5
source share
1 answer

Yes, he called IPA (" iP hone a pp"). To send to your boss, you need to create an ad-hoc assembly using your device ID in the training profile. There are many resources for this on the Apple website and elsewhere, but in short:

  • UUID iOS developer.apple.com.
  • Ad-Hoc Distribution, .
  • Ad-Hoc .
  • → , "". Ad-Hoc, , .IPA.
+18

All Articles