appodeal/appodeal-ios-demo

how to rename App in that dialog?

Closed this issue · 1 comments

how to rename Narde-iOS-ad here?
Screenshot 2022-07-25 at 18 36 00

I finded the answer:
make sure you have InfoPlist.strings file
make localizations version of it (if you need)
set
"CFBundleName" = "Your_Product_Name";
to desired app name
profit! )