Hi Vlads @vlads ,
Here is the building.settings we use.We don’t use premium plugin and try the transporter to upload the ipa but still cannot address the issue.
settings =
{
--[[
plugins =
{
["plugin.zip"] =
{
publisherId = "com.coronalabs",
supportedPlatforms = { iphone=true, android=true, osx=true, win32=true }
},
},
--]]
orientation =
{
-- portrait, portraitUpsideDown, landscapeLeft, landscapeRight
default = "portrait",
supported = { "portrait", }
},
iphone =
{
xcassets = "Images.xcassets",
plist =
{
NSLocationUsageDescription = "يحتاج البرنامج إلى موافقتك للوصول إلى موقعك أثناء الاستخدام",
NSContactsUsageDescription = "سواء سمح لهذا البرنامج بالوصول إلى جهات الاتصال الخاصة بك أم لا",
NSCameraUsageDescription = "نحتاج إلى استخدام فاعلية كاميراك",
NSPhotoLibraryUsageDescription = "لوقاية من فقدان الحساب، سيتم حفظ معلومات حسابك في الألبوم بصورة",
NSPhotoLibraryAddUsageDescription = "لوقاية من فقدان الحساب، سيتم حفظ معلومات حسابك في الألبوم بصورة",
NSLocationWhenInUseUsageDescription = "نحتاج إلى استخدام موقعك لنقدم أفضل الخدمة لك",
NSMicrophoneUsageDescription = "نحتاج استخدام اختصاص مايكك",
UIStatusBarHidden = false,
UIPrerenderedIcon = true,
CFBundleDisplayName = "",
CFBundleName = "",
CFBundleIdentifier = "",
NSAppTransportSecurity = {
NSAllowsArbitraryLoads = true
},
LSApplicationQueriesSchemes = {"fbapi","fb-messenger-api",
"fbauth2","fbshareextension"},
}
},
}
Thanks a lot.
(Post edited by moderator; Please format code in posts using triple back-ticks to enclose code.; Click pencil icon to review changes and see how code was reformatted.)