Post

Replies

Boosts

Views

Activity

Does Apple send App Store earnings payments from different banks located in different geos depending on where the earnings were earned?
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.
0
0
542
Jul ’21
When iOS 14.5 is released, is use of ATTrackingManager required only on iOS 14.5+?
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, *)) { ?
2
0
2k
Apr ’21