iOS Question Do i need create new profile for In-App Purchase capability.

ibra939

Active Member
Licensed User
Longtime User
B4i Version: 8.90
Parsing code. (0.03s)
Building folders structure. (0.04s)
Running custom action. (0.05s)
Compiling code. (0.09s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.01s)
Building Xcode project. (0.14s)
Preparing project for builder. (0.05s)
Project size: 0.20 MB
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.2.99. (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: Provisioning profile "provision" doesn't support the In-App Purchase capability. (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **


Error: ** BUILD FAILED **
 
Last edited:
Solution
You do need a non-wildcard app id for this feature. The provision profile is tied to a specific app id and certificate.

ibra939

Active Member
Licensed User
Longtime User
Upvote 0

ibra939

Active Member
Licensed User
Longtime User
Yes I Test is working successfully , thanks Erel
 
Upvote 0
Top