Did you install ca.pem to your ipad ?I have created bridge app with B4i ver 2.51, but is not possible install on ipad2 10.3.1
from browser is not available.
what is the problem?
Provisioning profile "Basic_dev" doesn't include signing certificate "iPhone Developer: xxxx (nnnnnn)".
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
It should work with previous versions as well. Such issues are related to wrong certificates.B4i ver. 4.0 beta can resolved this problem?
B4i version: 3.60
Parsing code. (0.16s)
Compiling code. (1.07s)
Compiling layouts code. (0.02s)
Compiling debugger engine code. (2.62s)
Building Xcode project (0.29s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/guest/Desktop/Basic4Ios/macserver-aa_Ver_3.60/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = XXXXXX
PROVISIONING_PROFILE = d11d9e4e-eb33-4ad5-b879-6ebd78b32d48
=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===
Check dependencies
No certificate matching 'iPhone' for team 'T4E58SP997': Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
It's already a new provisioning profile, i have re-created all yestarday.Delete this provision profile and create new one. It looks like there is a mismatch between the provision profile and the certificate.
Error getting token: <B4IExceptionWrapper: Error Domain=NSCocoaErrorDomain Code=3000 "non è stata trovata nessuna stringa di autorizzazione “aps-environment” valida per l'applicazione" UserInfo={NSLocalizedDescription=non è stata trovata nessuna stringa di autorizzazione “aps-environment” valida per l'applicazione}>
Private Sub Application_PushToken (Success As Boolean, Token() As Byte)
If Success Then
Dim bc As ByteConverter
Dim StringToken As String
StringToken = bc.HexFromBytes(Token)
Log ("StringToken: " & StringToken)
Else
Log("Error getting token: " & LastException)
End If
end sub