I have searched for 64 bit support to an app to submit on itunes. I have set all build Setting -> Architectures and all.
but i can not submit the app to itunes.
Can any one help me to figure out what is the issue ? Is there any requirement for all old frameworks to get new one to support 64 bit ? Your help will be appreciated.
If you want to set up your app architecture to both 32 bit and 64 bit set below settings in your target.
Architectures - Standard Architecture (armv7,arm64) Valid Architectures - armv7,arm64,armv7s.
If you have used any third party framework or library files for your app, you need to update or we can say you need 32 bit and 64 bit supported framework or library.
Can you provide what type of errors are you getting while submitting app?