You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want to be able to use automatic/cloud signing when making the release.
This is a requirement for Xcode Cloud, and makes our signing process more secure by removing the need to distribute a certificate and allowing signing privileges to be revoked via App Store Connect. WWDC21-10204 has more information about how Cloud signing works. Ideally we should adopt this for Element iOS too.
App Store Connect user options
Signing for ElementX PR on GitHub can be achieved with additional build flags, however as it is AdHoc this wouldn't necessarily be a requirement to implement.
The text was updated successfully, but these errors were encountered:
As a developer I want to be able to use automatic/cloud signing when making the release.
This is a requirement for Xcode Cloud, and makes our signing process more secure by removing the need to distribute a certificate and allowing signing privileges to be revoked via App Store Connect. WWDC21-10204 has more information about how Cloud signing works. Ideally we should adopt this for Element iOS too.
App Store Connect user options
Signing for ElementX PR on GitHub can be achieved with additional build flags, however as it is AdHoc this wouldn't necessarily be a requirement to implement.
The text was updated successfully, but these errors were encountered: