Hello, it's been a while since i don't use B4i, but recently i tried to upload a new app and i get a message on my phone saying invalid binary file.
My app compiles fine in release mode and the provision file is detected as a store mobileprovision.
i have this in the code for GPS and TouchID but i don't think thats the problem.
Already created the app on App Store Connect, but i can't choose the build.
I'm using B4i 5.81, could this be the issue, the old version?
My app compiles fine in release mode and the provision file is detected as a store mobileprovision.
i have this in the code for GPS and TouchID but i don't think thats the problem.
Attributes:
'Para localización
#PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Requerido para mostrar información de ubicación.</string>
#PlistExtra:<key>NSLocationUsageDescription</key><string>Requerido para mostrar información de ubicación.</string>
'Para TouchID
#PlistExtra: <key>NSFaceIDUsageDescription</key><string>Utiliza Face ID para realizar autenticación</string>
Already created the app on App Store Connect, but i can't choose the build.
I'm using B4i 5.81, could this be the issue, the old version?