Question is pretty self explanatory, reason we're asking is, our bank account received an "ACH INTL" service charge for the first time, the month after we received first ACH from Apple. Most of our App Store earnings come from geos outside of where we bank.
Post
Replies
Boosts
Views
Activity
I have some library integration sample that looks like this:
if (@available(iOS 14, *)) {
[ATTrackingManager requestTrackingAuthorizationWithCompletionHandler:^(ATTrackingManagerAuthorizationStatus status) {
[TenjinSDK connect];
}];
} else {
[TenjinSDK connect];
}
(It was written at a time pre-14 when Apple stated ATT would be required in 14.0) Now that ATT is going to be required in 14.5, would it meet Apple requirements to update the first line:
if (@available(iOS 14.5, *)) {
?
I am trying to get our DUNS entity listing updated so that it reflects our current address on file with our Secretary of State.
I found the contact 'applecs@' email address from our original verification process with them. I contacted that, and have not received a reply.
I also created a free profile to access the 'Dashboard': duns-update.dnb.com/, then filled out the information, received an 'Internal Error' and was informed that I could file a support incident instead, then did so and have not heard back (did not even get an email confirmation, actually).
Is anyone having RECENT success communicating with a human rep there?