info.plist and app id creation - iphone

have developed an application for my clients, in the info.plist i have :
bundle identifier com.myCompagnyDomain.theApp
Bundle name ยง{PRODUCT_NAME}
Now i would like to create a an app Id to distribute the app to the apple store.
What i will put in the :
Description
Bundle Seed ID (App ID Prefix)
Bundle Identifier (App ID Suffix)
myCompagnydomain is the domain name of my compagy ( not of my client), is this a problem ??
An other question,
My client give to me the user name and password of his account and he would like that i submit to him the application ( ziped).can i sign it with his account and submit to him the ziped app ? how i can do this ?
thanks for your answers

In Bundle name field You have put string like string in Provisioning Profile, when you create on Apple Provisioning portal.
Usually it is "com.'yourcompanyname'.'yourappname'", for example "com.apple.xcode".
But you can write any other string, your dog name, or your name, or project name, for example "com.xcode" or "xcode" or "bob007".

Related

Set Facebook Application ID dynamically in flutter for iOS

My iOS application requires multiple Facebook Applications. But, since we have to put the application ID and client ID on the info.plist file. So, it's impossible to switch or change the application ID without a dynamic way.
As per facebook documentation (https://developers.facebook.com/docs/reference/ios/3.24/class/FBSettings/), I found there is a method named setAppID/setDefaultAppID. Through this, I should be able to change the Facebook application ID dynamically. But, in the FBSDKCoreKit package, there are no such methods.
I tried:
FBSDKCoreKit.Settings.setAppID("appID") [No such method]
FBSDKCoreKit.Settings().setAppID("appID") [No such method]
FBSDKCoreKit.Settings.appId = "appID" [Doesn't work]
FBSDKCoreKit.Settings.shared.appId = "appID" [iOS application crashes]

Flutter: in-app product shows app name next to product name

This is what I have on my console:
but I get also my app name next to the product name:
(My Rents)
I could just remove it from the string but I have my app name translated to some languages and I'd like to know if it's possible to get it without the app name

App store application package name

If I have an application ID for an app on the iOS App Store, how can I find the package name?
For example, if I know the application ID is 457446957, how can I find out what app this is (Jetpack Joyride, in this case):
https://itunes.apple.com/us/app/jetpack-joyride/id457446957?mt=8&isWebExpV2=true&dataOnly=true
Return all information about application(include package name)
https://itunes.apple.com/lookup?id=
You don't actually need the package name to load an App Store page, just the ID. So for your above example, if you load:
https://itunes.apple.com/us/app/id457446957
you'll get the App Store page for that app and could grab the package name using web-scraping. In this example,
h1.product-header__title product-header__title--app-header
contains the text:
Jetpack Joyride

Bundle Identifier

my bundle identifier : com.yourcompany.${PRODUCT_NAME:rfc1034identifier}
app Name : World
my account name in apple : S111
what's my bundle identifier for insert into itunesConnect for upload app?
company name means "Organization Name" that exist in (Info->build) or means apple id ?
Do you have your own website and domain name? If you own the registration for the domain sample.com, and your app name is "world", then you would use com.sample.world. Don't use that because you don't own the domain registration for sample.com. What domain do you own?

Do "Product Name" and "Bundle Display Name" have to match?

I've recently submitted an app to the app store. I didn't really understand everything about the "Product name" and the "Bundle Display Name" until now. I originally was calling my app "Knock Out", so the Product Name is "iKnockout3D." I later changed the name to "Shatter 3D," so the app that I have in review has an iTunes name and bundle display name of "Shatter 3D," but a product and executable name if "iKnockout3D." Is this something that could cause it to be rejected? I'm trying to decide if I should pull it now and resubmit or take the risk and wait...
Thanks!
Nope. Rebranding your app doesn't involve the bundle identifier which is rather handy.