-
2. Re: AIR Publish for iOS Error: Install application on the connected iOS device
aUniqueScreenName99493093 Sep 23, 2014 9:22 AM (in response to NeutronTon)I'm getting it now. Yesterday I installed on the iPad with no problem, today I get this:
---------------------------
Adobe Flash Professional
---------------------------
Error creating files.
Uninstallation Error: APIInternalError.
Device Error: please check if there is enough space on the device.
---------------------------
OK
---------------------------
-
3. Re: AIR Publish for iOS Error: Install application on the connected iOS device
Developer2011 Oct 15, 2014 3:57 PM (in response to aUniqueScreenName99493093)I'm also getting the error in the post above when trying to publish and install with AIR 15.0.0.302 on an iPAD 2 iOS 8.0.2:
Error creating files.
Uninstallation Error: APIInternalError.
Device Error: please check if there is enough space on the device.
- and I have 6.3GB of space, so I know that isn't the issue. I'm even attempting to compile a completely brand new (empty) fla, but the error persists. I've also tried to compile an ipa with AIR 14 and receive the same error. Possibly this has something to do with the latest iOS?
-
4. Re: AIR Publish for iOS Error: Install application on the connected iOS device
Developer2011 Oct 15, 2014 4:45 PM (in response to Developer2011)I submit this to the Adobe AIR Bug DataBase (#3839846)
3839846383
Bug 3839846
-
5. Re: AIR Publish for iOS Error: Install application on the connected iOS device
_falcan0 Oct 26, 2014 8:39 AM (in response to Laurence604)I've got the issue when publishing with CS6 mentioned in this thread as well since iOS8, it's on regular basis unfortunately:
Uninstallation Error: APIInternalError.
Here's a workaround that's working for me so far - it looks like the issue appears on what the message hints:uninstallation issue. If an app with the id you're publishing doesn't exist on iPad, it fires this error.
he workaround for me is to install the ipa with the same app id (com.company.someid) through iTunes.
Once installed, I go back to CS6 and it happily publishes (uninstalls the iTunes installed app first, then installs the version from IDE). Then it seems to be working from that point on, for the particular app...
-
6. Re: AIR Publish for iOS Error: Install application on the connected iOS device
bwmed Nov 4, 2014 7:37 AM (in response to Laurence604)Hi,
I have a similar problem reported here:
Bug#3839846 - Unable to compile & install to iOS device (plugged in) - APIInternalError/Device Error
I hope the next release will contain a fix cause there is no way I can test on ios 8.
Thank you
-
7. Re: AIR Publish for iOS Error: Install application on the connected iOS device
Shweta B Nov 7, 2014 4:15 AM (in response to bwmed)Thanks for reporting the issue.
Try installing the app using the ADT install command.
First, use the below command to find the device ID on which you wish to install the app (Note down the Handle #):
C:/> AIRSDK/bin/adt -devices -platform iOS
Then, use the below ADT install command to install app on your iOS device:
C:/> AIRSDK/bin/adt -installApp -platform ios -device <handle #> -package <test.ipa>



