I'm creating an iOS app using Firebase (Analytics, Crashlytics). I also have my own API-server, which I access through HTTPS.
I'm ready to submit my app for beta-testing. I get the warning "Missing Compliance". My app uses encryption (HTTPS-connections), so I select yes. The second question is if my app qualify for any of the exemptions provided in cat 5 part 2 of the U.S. Export Administration Regulations. I don't really know how to check this. My app is not designed for medical end-use or one of the other options specified at the bottom.
I do use Apple's keychain to store a JSON web token because users can sign in to my app. I collect some personal information (through firebase or through my own API to store it in a database), these connections are all over HTTPS.
I also get this remark: "
If you are making use of ATS or making a call to HTTPS, you are required to submit a year-end self classification report to the US government.". I have visited the website of the US department of Commerce, but I'm from Belgium and I don't really get why I should do this, because my app is only for use in Belgium and The Netherlands (for now). Can someone guide me a little but through this process, or give me some information about the exempts (and where I can find them). It seems a little bit silly to me to do all this just because I use a HTTPS-connection...
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have a apple developer account (individual). My business partner also has an apple developer account (individual). She created an app in app store connect and registered the identifier through certificates, IDs and profiles. Then, she added me as a user through app store connect > users & access with the following roles:
developer
marketing
customer support
I am the only developer on the project so I need to upload everything. In xCode, I cannot change my team for the app, so I can't upload it to the app store. What is the problem?
On this page, I find the following:
https://developer.apple.com/support/roles/
"Requires access to Certificates, Identifiers & Profiles, granted in Users and Access. Includes access to CloudKit Console."
But I cannot find this checkbox when creating a new user. On SO, I found an answer which says you can only do this with company developer accounts.
How can I add a user to a app in app store connect who can upload builds?