提交到 Mac 应用商店时出现收据验证错误
Receipt validation errors on submission to Mac app store
在 Mac App Store 提交我的应用程序被拒绝,解释如下:-
"With a valid receipt installed, the app quits on launch. The Console reports the app "Exited with exit code: 173
" and the OS states the app "is damaged and can't be opened
". This generally indicates that the app is not verifying its receipt correctly."
我根本没有在我的代码中进行任何收据验证,所以我该怎么做才能解决这个问题?它只在审查时发生,而不是在我这边。这是简单的 swift ui + Objective-C+ 一些用于逻辑 OS X 应用程序的 C++。使用其他应用程序,(Objective-C + CPP) 一切正常。
毕竟这恰好是审稿人方面的错误。我在解决中心要求复审我的应用程序,它通过了审核。感谢@Aderstedt,我更加确信这不是我的错误。
在 Mac App Store 提交我的应用程序被拒绝,解释如下:-
"With a valid receipt installed, the app quits on launch. The Console reports the app "
Exited with exit code: 173
" and the OS states the app "is damaged and can't be opened
". This generally indicates that the app is not verifying its receipt correctly."
我根本没有在我的代码中进行任何收据验证,所以我该怎么做才能解决这个问题?它只在审查时发生,而不是在我这边。这是简单的 swift ui + Objective-C+ 一些用于逻辑 OS X 应用程序的 C++。使用其他应用程序,(Objective-C + CPP) 一切正常。
毕竟这恰好是审稿人方面的错误。我在解决中心要求复审我的应用程序,它通过了审核。感谢@Aderstedt,我更加确信这不是我的错误。