I've been using the following code as suggested by Erel here: https://www.b4x.com/android/forum/threads/publishing-your-app-to-the-app-store.57528/
B4X:
#IF RELEASE
#ProvisionFile: xxxxxxxx_store.mobileprovision
#ELSE
#ProvisionFile: xxxxxxxx.mobileprovision
#END IF
I had added...