They are both 32 bit devices.
When you compile in Release mode the ipa file includes binaries for both 32 bit devices and 64 bit devices.
You can compile your app in release mode and add this line:
Msgbox(App.Is64BitProcess, "64 bit?")
This will tell you whether your device is a 64 bit device or not.