2

Well this question seems silly but its just the need now. I want to share my iOS app via any messenger so that other person can install it in its iPhone and test it.

I also want to know about the further process such as -

  1. How to install app after receiving it.
rmaddy
  • 314,917
  • 42
  • 532
  • 579
TheTravloper
  • 236
  • 5
  • 16

3 Answers3

1

you can use UIActivityViewController to present the sharing apps inside your app and you can send the itunes app link and message via that. Now when somebody gets that message, he can touch the link you shared then it will redirect the user to your app in the appStore. Please check the below link:

Xcode : sharing content via Action Sheet

vivekDas
  • 1,248
  • 8
  • 12
1

If your app is live than share itune link. if your app is not on appstore then create a url of app using enterprise certificates and share url. here are some tools for create url.

AppBox

diwi

Update:- You must need an apple developer or enterprise account for share and run app in real iphone device.

Hitesh Agarwal
  • 1,943
  • 17
  • 21
1

Best way to share the app in iOS for testing ... [TestFlight] .

for more information -

https://developer.apple.com/testflight/

Abhishek Mishra
  • 1,625
  • 16
  • 32