Hi, using this library on iOS, after setting up everything Im getting these errors:
1 Code Signing Error: Provisioning profile "iOS Team Provisioning Profile: *" doesn't support the In-App Purchase capability.
2 Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 14.1'
BUILD FAILED
The following build commands failed:
Check dependencies
Before this one I also get the "doesnt support messaging" I solved it inserting the correct
APP_ENTITLEMENTS.name = DEVELOPMENT_TEAM
APP_ENTITELMENTS.value = MyValue
Does iOS Team Prov. Prof means something or is just a generic name?
My app hasnt the ability to purchase but only the PushNotification.
1 Should I enable from developer.apple.com in the console and add this ability?
2 I dont understand what product 'Application' is.
Hope you can help me. Thank you
(I already added analytics along with messaging because it is required)
EDIT:
Checking my developer console I found that In-App purchase is active but gray out and Push is active in black:

Hi, using this library on iOS, after setting up everything Im getting these errors:
Before this one I also get the "doesnt support messaging" I solved it inserting the correct
APP_ENTITLEMENTS.name = DEVELOPMENT_TEAM
APP_ENTITELMENTS.value = MyValue
Does iOS Team Prov. Prof means something or is just a generic name?
My app hasnt the ability to purchase but only the PushNotification.
1 Should I enable from developer.apple.com in the console and add this ability?
2 I dont understand what product 'Application' is.
Hope you can help me. Thank you
(I already added analytics along with messaging because it is required)
EDIT:

Checking my developer console I found that In-App purchase is active but gray out and Push is active in black: