iOS Question Certificate and provisioning profiles

JonPM

Well-Known Member
Licensed User
Longtime User
I have an app that I developed for iOS some time ago with a different SDK and is currently published. I would like to rewrite this app now with B4i. Will I have any issues updating the app on the App Store? Do I just start from scratch and create new certificates/keys?
 

JonPM

Well-Known Member
Licensed User
Longtime User
Well I followed the video tutorial and created all new certificates/keys but I am getting the following error:

B4X:
B4i version: 2.00
Parsing code.    (0.00s)
Compiling code.    (0.06s)
Building designer app.    (0.01s)
Building Xcode project    (0.01s)
Sending data to remote compiler.    Error
Out: Build settings from command line:
    ARCHS = armv7
    CODE_SIGN_IDENTITY = iPhone
    CONFIGURATION_BUILD_DIR = /Users/jonsaputo/Downloads/macserver-2/UploadedProjects/b4i_default/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain b4i_default
    PRODUCT_NAME = B4i-Bridge
    PROVISIONING_PROFILE = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“Development”) has an AppID of “com.my.app” which does not match your bundle identifier “com.my.app.bridge”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'


Error: ** BUILD FAILED **


The following build commands failed:
    Check dependencies
(1 failure)


Am I supposed to install any certificates or profiles on my Mac?
 
Upvote 0

Eumel

Active Member
Licensed User
Longtime User
For building B4I-Brigde, you need a wildcard provisioning file. In your case it should be my.com.*
 
Upvote 0

JonPM

Well-Known Member
Licensed User
Longtime User
How about my first question? I have previously published my app pre-B4i, will I have any issues updating it with B4i generated keys/certs? For example like publishing apps with non-B4A generated keystore. Maybe @Erel can answer?
 
Upvote 0
Top