16 April 2020
Google 64-bit deadline coming August 1, 2020
When Google started enforcing their new 64-bit requirements last year, they gave Corona developers an extension. New apps still had to be 64-bit by the deadline, but for apps currently in the app store, they provided an extension until August 1, 2020. That’s a little over three months away.
While most Corona apps are now in compliance, over 4,000 Corona-made apps are not and are in threat of being taken down on or after August 1. If you have apps that need updated. Get the latest daily build at https://developer.coronalabs.com/downloads/daily-builds/
And update your apps sooner than later. This would also be a good time to disable the Corona Splash Screen. Make sure to include:
1 2 3 4 |
splashScreen = { enable = false }, |
in your build.settings
file inside the settings = {}
table to avoid any potential confusion with the app store’s current stance on the novel coronavirus and COVID-19.
Sorry, the comment form is closed at this time.