I am using Unity to build an application and there is a part that I applied ARCore. However, ARCore only supports devices which have API level 27 or above.
I want to build a version which can also apply in the lower API level devices because AR is just one part in my whole app.
What I expect the scenario is: not allowing the users which is lower API level 27 to trigger the AR function, but they can still use my app.
I am going to release this app to Google Play Store. Do you have any suggestions?