xamarin.ios - Uploading new build to Testflight but keeping old build live (Xamarin) -


i'm new this, please bear me. have app live on app store, developed in xamarin. current version 1.0.3 , want keep way. want send new build (i.e build 85) via application loader same version number (1.0.3).

i want know:

  1. will become live send or have option keep previous build (i.e 84) live , not 1 (i.e 85)? want previous build (84) live.
  2. can upload build got ad-hoc > iphone => myapp.ipa / i'm doing or should generate ipa different configuration "release" or "app store"?

if try uploading build same version number current live build, application loader give error message saying need create new app version profile in itunes connect.

you should able upload ad-hoc build itc. however, may need tweak entitlements enable beta testing via testflight:

app "does not contain correct beta entitlement"


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -