Post

Replies

Boosts

Views

Activity

Account Holder of multiple teams/orgs? Can't transfer account holder
At my company we have 2 accounts to distribute apps with, for ease of understanding one is "consumer apps" and the other is "business apps". We have an Account Holder for the consumer apps, "Steve". The business apps manager is leaving and we want "Steve" to be the Account Holder for the business apps as well. On the page where the business app manager would transfer the account to a new Account Holder, Steve is not a person we can select. Steve is an administrator for the business apps already. His account has been used successfully as the consumer apps Account Holder. We could transfer the business account holder to almost any other of the active accounts on the business team, including accounts with no credit card info. Can a person who is an account holder of 1 account, not be able to hold another account? That's the only thing I can think of, but I have not seen that mentioned anywhere yet.
1
0
1.3k
Oct ’22
How can I translate location purpose strings?
How will I be able to translate location purpose strings? Will it use InfoPlist.strings, or Localizable.strings? I assume that the purpose key will not be shown to the user. If I have my Info.plist set up as such: <key>NSLocationTemporaryUsageDescriptionDictionary</key> <dict> <key>Purpose1</key> <string>Purpose1TranslatedPhrase</string> <key>Purpose2</key> <string>Purpose2TranslatedPhrase</string> </dict> Should my InfoPlistStrings file look like?: "Purpose1TranslatedPhrase" = "We use your location to do a thing"; "Purpose2TranslatedPhrase" = "We use your location to do something very different"; Thanks
4
0
4.1k
Jul ’20