Hi,
Currently I'm using Adobe Flash CS6 to export my file to IOS IPA file.
in my publish settings, I've set the followings:
AIR 24 for IOS
in my application descriptor file, I've changed this line from:
[<key>UIDeviceFamily</key><array><string>1</string><string>2</string></array>
to
[<key>UIDeviceFamily</key><array><integer>1</integer><integer>2</integer></array>....
But I still got the error: "Error creating files. An attribute or element contains an invalid value in the application descriptor file. (UIDeviceFamily)".
When I submitted my IPA to apple, I got this reply from them:
Invalid type for UIDeviceFamily value - Values for UIDeviceFamily are expected to be integers.
But after I changed that line to integer, and set my descriptor file to "read-only", when publishing I still got that error.
Hope anyone could help, thank you.
Regards,
Kai