Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't update iPhone apps

Tags:

xcode

ios

iphone

After making an update to an iPad app I released some time ago, I've been getting reports that people are unable to actually update the app without deleting and re-installing. However, as far as I know, nothing in the update should be causing this. (All the update deals with is letting people email PDF documents, nothing major.) When people attempt to update, they're asked for their iTunes password, but after entering it, it merely goes back to the update screen and nothing happens. Additionally, it would seem that this only happens with my app, the people in question aren't having any issues with the other various apps on the App Store. Does anyone know what might be causing this and how I could fix it?

Thanks in advance!

(Also, if it matters, the app is a custom B2B app, the general public can't purchase it.)

like image 205
Nicholas1024 Avatar asked Oct 12 '12 23:10

Nicholas1024


People also ask

Why won't my iPhone let me update apps?

If your iPhone apps won't update, make sure that you're connected to Wi-Fi and logged into your Apple ID. You can also turn automatic app updates off through the Settings app.

Why won't my phone Let me update apps?

Clear Google Play Services & Other Services Data So, if you're facing issues while updating apps on Android 10, you can try clearing the cache and data for Google Play services, Google Services Framework, and Download Manager in a similar manner. Also, check if Download Manager isn't disabled on your phone.

Why can't I update my apps with my Apple ID?

Answer: A: If those apps were originally purchased with that other AppleID, then you cannot update them with your AppleID. You will need to delete them and purchase them with your own AppleID. Purchases are forever tied to the AppleID used at the time of original purchase and download.


2 Answers

I'm removing the text of my answer because it's so inaccurate it's embarrassing. I mistook "B2B" for "Enterprise" and answered based off of that. To make up for it, I'll look into the problem a bit more and if I find anything I will edit this answer accordingly.


Edit:

Okay, I can see why you put a bounty for this question on SO; there's not really any data on a problem like this anywhere. Frankly, there's not much available information on B2B in general. I'll post what I found anyway, in case it can be of any help to you.

I found the details reason behind Maggie's question, there. Per Editing and Updating App Information:

Updates keep the same Apple ID and bundle ID, which means they are associated with your first version and free to your customers

Also, apparently, "You can't change the CFBundleIdentifier of a released app if you want to release updates for it, the App Store will automatically reject it when you upload." which is something I can vouch for, having experienced this with a normal app. I do know that for a B2B app you do have to submit it to Apple for review, but I can't tell from the documentation I found if you need to actually submit it to the App Store, so it may not go through the various checks that normal apps go through, so this could be your problem.

Aside from that, according to the VPP guide, if your customers are installing the apps on the devices with Apple Configurator (broken right now, per app store reviews) the updates also have to be done with the Configurator. You haven't said that Configurator was involved, but I did find this tidbit.

• Use Apple Configurator to install apps on new or supervised devices. Apple Configurator on a Mac makes it easy to mass configure and deploy devices that are centrally controlled. Redemption code spreadsheets acquired through the Volume Purchase Program can be imported by Apple Configurator, tracking the number of apps installed on each device. To update deployed apps using Apple Configurator, you must reconnect to the same Mac from which the apps were installed. Learn more at itunes.apple.com/us/app/apple-configurator

Anyway, good luck. Wish I could be more help.

like image 63
Matt Mc Avatar answered Oct 19 '22 04:10

Matt Mc


What you are describing (assuming that it is accurate) would certainly be a bug on Apple's side. If users are trying to update the app and the update is not being processed, then in one way or another that is a bug that Apple needs to address. Nothing that you do as a developer should be able to cause that situation to happen. I would suggest contacting Apple and possibly filing a bug report.

like image 4
Michael Frederick Avatar answered Oct 19 '22 02:10

Michael Frederick