Same for me here. I've added the privacy manifest in the host app, but when uploading the build I get these errors:
Your app’s code in the “PlugIns/[]NotificationService.appex/[]NotificationService” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryFileTimestamp
Post
Replies
Boosts
Views
Activity
+1 same here
Hi @sayedharis, sorry for the late reply. Yet to find an answer to that. I guess it's for privacy purposes. Still don't understand it though
This did the trick for me!
https://developer.apple.com/forums/thread/688626#689590022
Hi!
Does the new privacy policy effective from 08 Dec 2020 require us to publish our Privacy policy first before we are able to release the app? Yes it does: This information will be required to submit new apps and app updates to the App Store starting December 8, 2020 - https://developer.apple.com/news/?id=vlj9jty9
If we do publish the privacy policy, will our app that is already waiting for developer release is reviewed again? It's already been reviewed. Next time you update it you need to comply with the new privacy requirements
Thank you @Pete and @HVtech.
And what about the App Tracking Transparency authorization request made in the app? It's not mandatory, yet. Is it?
I also found a SO post titled: App Tracking Transparency How does effect my exsting app? : IDFA iOS14 that may help others who, like me, are struggling with this.
From my understanding, below iOS 14, tracking and personalized ads are still allowed. While in iOS 14 the IDFA is hidden and we need to ask for permission to use it.
In 2021 Apple will force everyone to present the ATT alert. The IDFA system can be "substituted" with Apple's new SKAdNetwork API which it seems it's going to help "advertisers measure the success of ad campaigns while maintaining user privacy". We'll see how it goes
Hi shobeika!
The required role is Account Holder or Admin. Make sure you're logged in as such
Same here! That section is gone from all of my apps!
Hi jlewallen18, have you found anything so far?
I was also trying to find a better alternative but I'm still stuck with making multiple calls to retrieve all the albums, sorting them and then finding the most recent release. Bummer.
Glad to hear that! Was it an issue on their part? On their system?
Thank you eskimo! I'll try with that.
On a similar note, I'm trying to save some changes but it won't let me.By inspecting the JSON returned by the server, I noticed an errorKey under phoneNumber. This comes from a hidden form under the General App Information: (screenshot: shorturl[dot]at/knAN0). I've fiddled with the html, managed to make it visible, and when I finally change the number it presents me with the same error of yours: " We’re temporarily unable to save your changes. Please try again later. "Try inspecting it, maybe there are some lingering errors.Also try contacting the technical support. At least, that's my last hope. Hope someone replies. We're stuck with the development. We can't do anything in this state.
By inspecting the server response upon clicking on Save, I notice there's still a lingering error here: imgur com/a/wVoKHQa , under the phoneNumber key, under the appStoreInfo key. Any clue to where I can edit that specific piece of information? On the app store connect I don't see any setting related to my team's info like address, email etc. Where can I find it?