Build for iOS and Android

0

I have a question about the build for iOS and Android. I recently lost the sources of an application I developed on these two platforms, but apps are already in stores. I questioned Apple's support if it would be possible to program the entire application again and update the current version without losing update history, download history, comments, ratings, etc. They are not direct and every email I receive is even more confusing if you can or not. I would like to know for the case of Android too, as I do not even know how to find this information in an 'official' way. If possible, please indicate some sources from Apple itself and Android, please - I need arguments in my company.

    
asked by anonymous 27.10.2015 / 11:02

1 answer

0

You will need to rewrite everything. Register the same account in Xcode and use the same ID bundle as the version that is already in the store. Please remember that the version number and build number must be greater than the last version that is there.

Remember that you can not remove support for a device in the new version that you will write.

Example: If your app has support for iPhone and iPad the new version will need support for iPhone and iPad. The same goes for Apple Watch.

Hug.

    
29.10.2015 / 20:46