Submit 64bit standalone application using jit.qt.movie to Mac App Store.
Hello,
I encountered a problem on submit standalone application to the Mac App Store. iTunesconnect sent mail to me.
–
Deprecated API Usage – Apple no longer accepts submissions of apps that use QuickTime APIs.
—
My App uses jit.qt.movie. I know that Max 32bit using QuickTime.API and Max 64bit using QTKit, So I want to application binary to include 64 bit only.
Is there a solution?
Can I export mac app only for 64 bit mode?
You can strip 32 bit architecture from your app but the remaining 64 bit part still has QT API calls. Please check https://cycling74.com/forums/max-standalone-crash-on-mac-10-8-2-after-codesigning-with-entitlements/page/2/#post-281200
Lasseron
Thanks your comment. I am going to check the thread.