iOS Question Registering App ID

Nickelgrass

Active Member
Licensed User
Longtime User
Hello,
I have just started my first iPhone App. So far all is working. I just did not understand one thing. What does this "Register App ID" mean? In Erels tutorial "b4i.*" is entered. As I understand, this is just for testing. What would I put here for my actual app? Would this have to correspond to the package name in the build configuration?
 

Attachments

  • 1669368432750.png
    1669368432750.png
    125.6 KB · Views: 44

mcqueccu

Well-Known Member
Licensed User
Longtime User
This should be a unique package name of your application

Edit: Wildcard one is the one with * and other application package name will follow the same wildcard pattern.

Example:
If you set wildcard one as com.nickelgrass.*

Other applications will will have to follow that pattern. Example AppA and AppB will have identifier name like this. the green part will always be present in the identifier name

com.nickelgrass.appa
com.nickelgrass.appb
 
Upvote 0
Top