Looks like the latest Solar2D update fixed two orientation warnings, but there’s still one left. Below are the warnings for one of my apps (about “Resizability and orientation”) in Solar2D 2025.3721 and 2025.3722.
With 2025.3722
We detected the following resizability and orientation restrictions in your game:
com.ansca.corona.purchasing.StoreActivity.onCreate
With 2025.3721
We detected the following resizability and orientation restrictions in your app:
<activity android:name="com.ansca.corona.CameraActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="com.ansca.corona.CoronaActivity" android:resizeableActivity="false" />
com.ansca.corona.purchasing.StoreActivity.onCreate