From what you described, ipa should have a binary file with several architectures with both arm6 and arm7. You can check it with the file command in the terminal. Inside your application package there is an executable file that will have the same name as the application, myApp.app/myApp . Input:
file myApp.app/myApp
in the terminal it will print out what it contains for double checking. He must indicate two architectures.
source share