Missing com.apple.developer.adservices entitlements

I am trying to build my app and want to be able to integrate with apple ads services so I can get my users attribution token. I tried a added the "com.apple.developer.adservices" entitlement but now that I build my app it fails with the following error

include the com.apple.developer.adservices entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update.

What do I need to do to make this work, I tried and cant fina any docs online

Answered by DTS Engineer in 864416022

As far as I can tell, com.apple.developer.adservices isn’t a real entitlement. For more advice on that topic, see Determining if an entitlement is real.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

As far as I can tell, com.apple.developer.adservices isn’t a real entitlement. For more advice on that topic, see Determining if an entitlement is real.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

OK managed to get the app running but when I call attributiontoken() I never manage to get a successfull token, is there anything else I need to do for this?

is there anything else I need to do for this?

No idea. I know a lot about entitlements but not very much about Ad Services.

What error does it throw?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Missing com.apple.developer.adservices entitlements
 
 
Q