I am looking to use the documented functionality for overriding actions in a javascript rule, in this case for a CreateEntity call. (I have it working fine for a DeleteEntity).My question is: Can I only override the properties, or can I also override...
Been reading the documentation for Overriding App Resources here and am wondering if the App_Resources_Merge folder can be used to override the standard Android app launcher icon for an app (in this case, for SAM if that matters)?
In the same call getVersionInfo(), what does "Definitions Version" represent? Is it the "Application Properties" definition inside the MDK project? I am looking to display the deployment revision number in my app, and don't know if this is it. In my ...
I think the 150MB limit is for the APK generated from the AAB for any one device that downloads the app. The Play Console will calculate this on AAB upload. The AAB you upload can be larger than 150MB. All my SSAM uploads in AAB format are larger tha...
This can be addressed by creating a bundle (AAB file) instead of an APK file. Just add "--aab" onto the end of your "tns build" command. This is Google's preferred app format now.