Will Apple accept Apps for selling inside the App-Store with deprecated code?
The app will no longer be available to download on Google Play. If you have the app installed on your device, you can continue to use the app, however you will not be able to update your app. Google Play's billing system will not work while the app is not available in Google Play, even if the app is already installed.
Apps that are removed continue to function for users who have already downloaded the app on their device.
The only way that you can restore that app now is if you already had it in your iTunes library on your computer. iTunes will no longer transfer apps to your library, but if it was already in there, you could connect to iTunes and then drag the app from the iTunes media folder onto your device.
Yes. Deprecated doesn't mean unavailable or disallowed; if it did, it would be called something else, or those methods would simply be removed from the API.
Deprecation is a way of letting you know that you should start transitioning your existing codebase. The rule of thumb should be: don't add code that you know uses deprecated functionality, that's just silly. Be aware as you work on older code bases that deprecated methods you were using may need your attention sooner or later.
One of the risks of continuing to use deprecated methods is that they may be more primitive and dangerous than newer versions, may not take into account all current OS realities, and possibly less well tested by Apple over time. You run the risk of having this bite you even before they vanish from the framework.
Yes, Apple will accept your app assuming everything else goes right. Deprecated doesn't mean the app will not work. It's just a way of telling you that you should start using newer code as opposed to older code. The older code will be removed from the API eventually, so it's better to fix it sooner than to try to build your app and find out that it doesn't work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With