簡體   English   中英

可以共享ipa文件以在iphone上本地安裝

[英]Can share ipa file to install locally on iphone

我使用了AndroidIOS顫振。 我想將兩個應用程序共享給客戶以進行測試。 我可以通過以下用於Android的命令導出apk文件。 我正在使用Android Studio。

flutter build android --profile

我可以獲取apk文件。 我只是將這個apk分享給客戶端。 他可以將其安裝在手機上,而無需任何要求。

我在flutter中運行此命令后

flutter build ios --profile

它顯示了錯誤消息

No valid code signing certificates were found
You can connect to your Apple Developer account by signing in with your Apple ID
in Xcode and create an iOS Development Certificate as well as a Provisioning 
Profile for your project by:
  1- Open the Flutter project's Xcode target with
       open ios/Runner.xcworkspace
  2- Select the 'Runner' project in the navigator then the 'Runner' target
     in the project settings
  3- In the 'General' tab, make sure a 'Development Team' is selected. 
     You may need to:
         - Log in with your Apple ID in Xcode first
         - Ensure you have a valid unique Bundle ID
         - Register your device with your Apple Developer Account
         - Let Xcode automatically provision a profile for your app
  4- Build or run your project again
  5- Trust your newly created Development Certificate on your iOS device
     via Settings > General > Device Management > [your new certificate] > Trus

我不知道如何導出以獲取ipa文件。 我是ios開發的新手。 此外,我不確定客戶是否可以在不使用xcode的情況下在iphone上安裝此ipa文件。

在ios開發中出口客戶評論應用程序(ipa,apk)的想法? 客戶需要哪些軟件?

可以通過無線方式將ipa安裝在設備上,而無需連接到Xcode。

您可以使用Crashlytics Beta http://try.crashlytics.com/beta/或Apple的TestFlight等服務。 IMO更容易實現的第一個工具,不需要由Apple審核小組進行審核的版本。

但是,您的構建必須至少使用Ad-Hoc分發配置文件進行簽名,並且此配置文件必須包含目標設備的唯一設備標識符UDID。

這個答案對你有幫助https://stackoverflow.com/a/47053605/979822

但在此之前,您應該修復錯誤消息中寫入的所有內容。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM