• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Incompatible app

Mds

Lurker
I know I have previously used app for REDBOX and FRYS FOOD. Now when I try to get them from Google store app I get a green banner that says DEVICE IS COMPATIBLE WITH THIS VERSION.
I HAVE TRIED CLEARING OUT CACHE AND DATA ON GOOGLE STORE APP. DOES ANYONE HAVE SUGGESTION to my problem?
Sorry for large caps.
 
Maybe because they have updated the app... And now are restricting it to..

  • A minimum android version
  • Minimum or maximum screen size
  • Certain countries
  • Phone or tablet devices
 
Or maybe they haven't updated the app and it's not compatible with more recent Android versions (e.g. doesn't meet the minimum API level for whatever Android version you are now using)?
 
Hey
How can I make an app work on device have KitKat version
If my app is made in lollipop version

Please stop repeatedly asking the same questions, and stop making off-topic post in other people's threads. The above was answered here, to which you didn't reply -

https://androidforums.com/threads/developing-apps-for-multiple-versions-of-android.1271170/

As for making an Android app run on iOS, that's impossible. You will have to rewrite the code and create an iOS app, using either Objective-C, or Swift programming languages.
If you want cross platform capability, then write your app in a way which makes this possible - you have a couple of options:-

  • Use a cross platform framework such as Apache Cordova
  • Write the app as a web application (website). That way it'll run on any system which has a web browser
Either way, you'll have to re-write your current Android app, which as I say, can't be directly transferred to run on iOS in its current form.
 
Back
Top Bottom