HomeiOS Developmentreact native - Expo eas construct IOS with provisioningProfile file , distributionCertificate...

react native – Expo eas construct IOS with provisioningProfile file , distributionCertificate file and distributionCertificate password


I’m engaged on a react native expo challenge. I’ve submitted the app to the google play retailer however I’m having an issue with submitting the app to the app retailer. my shopper didn’t share his apple ide entry with me. he gave me provisioningProfile file, distributionCertificate file, and distributionCertificate password. How I can submit it with this info? He additionally gave me the app retailer join admin entry to my apple account. So How can I construct ios for app retailer submission?

my eas.json

{   "construct": {     "ios": {       "distributionCertificate": {         "path": "iosdata/ios_distribution.p12",         "password": "password"       },       "provisioningProfile": {         "path": "iosdata/combengalcreativemediarhgdict.mobileprovision"       },       "distribution": "retailer"     }   } }

once I run eas construct –platform ios
it provides me an error

what’s the correct option to do it for ios

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments