Air 3.1 iOS: Flash CS5.5 don't add external folders in ipa
Hello my dear oppo ![]()
I made Adobe AIR app for iOS, that is work prefect. But i meet really strange issue.
During project configuration for Air for IOS in section "Included files" i selece whole folder without selecting each separated files. This is right.
Than i do my rest things and press publish. Publishing ok, start loading IPA to device.
Run my app and see that air don't find any from my files. I think this was some mistake in As3 but I found issue. iOS packager produce IPA file with included folders and files. It's ok.
But during installation - it's not install that folder with files. I searched in iPhone file system. Just my app runtime files and no onther included files.
Than tryied add each files not to folder but in root of my project:
-was "app:/ assets/caches/pagecaches/ *.jpg" and all files was not installed
- manually upload all files as " app:/ *.jpg" and see this works.
Question: why ?! I used thes files in new project (from zero) and folder was included. Use previous files - folder not included.
