Hello, everyone.
I want to use the IPA and plist configuration files placed in Dropbox to perform the installation. However, this setup worked correctly with the old version of Dropbox's shared URLs, but it doesn't work with the new version that includes the "rlkey". How should I configure it?
dropbox share url
ipa: https://www.dropbox.com/scl/fi/[field_id]/HNSkynet_iOS.ipa?rlkey=vog8wjs271ci26n76zduy4eji&st=iqcjc4s4&dl=0
plist: https://www.dropbox.com/scl/fi/[field_id]/manifest.plist?rlkey=vwdb1qprzx12q5g37ibwzi7ow&st=pxw2i025&dl=0
change to
manifest.plist's url
https://dl.dropbox.com/s/[field_id]/HNSkynet_iOS.ipa?rlkey=vog8wjs271ci26n76zduy4eji
run url
itms-services://?action=download-manifest&url=https://dl.dropbox.com/s/[field_id]/HNSkynet_iOS.ipa?rlkey=vwdb1qprzx12q5g37ibwzi7ow
Thanks for response!