I have a weird problem that I can’t get my head around. I have an app that I can install on my iPod Touch, but it will not install on an iPad. Anybody have this problem before? Any settings I might be missing? Previous builds of the same app worked on both devices. Any input appreciated!
[import]uid: 10818 topic_id: 29064 reply_id: 329064[/import]
@duneunit, when you generated the device build, what supported device did you choose? Could it be possible that you chose iPhone Only? If so, it wouldn’t install on iPad (or at least I assume that’s how it’s suppose to work.)
Naomi [import]uid: 67217 topic_id: 29064 reply_id: 116954[/import]
@Naomi, it would still install if he chose iPhone only (it would behave like an iPhone app where the circular x1 or x2 button would appear on the bottom right corner of the iPad)
[import]uid: 144908 topic_id: 29064 reply_id: 116961[/import]
@bfintal, thanks for letting me know. I wonder if he generates a new build, it would work? Meaning, whatever caused the problem is just some sort of fluke?
If it is a recurring issue (i.e., newly generated device build behaves the same way), could it be something to do with the device itself? Could it be possible that you, @duneunit, reset your iPad device (i.e., erasing all content, or just deleting/removing the device from the provisioning) and haven’t added the device back in (or haven’t told the Xcode that you’re using your iPad device for development.)
Otherwise, I’m totally out of ideas.
Naomi [import]uid: 67217 topic_id: 29064 reply_id: 116963[/import]
Another thought, maybe the developer certificate didn’t include the device? [import]uid: 144908 topic_id: 29064 reply_id: 116964[/import]
Most likely it’s the device isn’t in the provisioning profile the OP is using.
You can create an iPad only app that won’t install on an iPhone, but any iPhone only app should still install on an iPad.
[import]uid: 19626 topic_id: 29064 reply_id: 116996[/import]
Thanks for the suggestions, you guys! Corona people are the best.
So, a few more details…
A previous version of the app installs on both devices (iPod, and iPad). The current version does not. They both use the same provisioning profile. I already tried rebuilding the installer, just in case the installer app file had been corrupted somehow, but no difference.
I’m going to generate a build of a test/demo Corona app to see if that installs. If so, it is more likely app-specific. If not, it is probably something device/profile specific.
I’ll let you know what I find out. Thanks for the input, tho! I wasn’t sure if I was missing something obvious or not. Looks like I’m in for a bit of sleuthing! [import]uid: 10818 topic_id: 29064 reply_id: 117015[/import]