Posts

Post not yet marked as solved
0 Replies
440 Views
Our app you you must sign up by talking with somebody on the phone or via our web site to get a login. You cannot just download our app from app store fully create an account via our app directly. Do we still need to provide delete account mechanism in our app as stated in Apple guideline: https://developer.apple.com/app-store/review/guidelines/#5.1.1 ?
Posted
by jd83722.
Last updated
.
Post not yet marked as solved
3 Replies
2.0k Views
I have an app where we create a UAT build and PROD enterprise build internally. We have apple-app-site-association on two different servers. One for UAT and one for PROD. Apple Site Validator says both are good. Both apple-app-site-association are at the app root (not .well-known).On IOS 11.2.1, both UAT and PROD build work fine. Universal links work perfectly.On IOS 13.1 (or any 13+) UAT works. PROD does not work. This is the confusing part because both are using the same TEAM, profile and cert. Only difference is bundleID. Both bundleID's are all lowercase, except the team name. Both are all UPPERCASE. I verified what is in the app bundle as ID and what is in the apple-app-site-association file. Identical.Only difference I see is in the response from the server. PROD one returns cookie as part of response. This doesn't seem to bother ios 11 or 12. It might not bother ios 13. But just an observation.UAT Response Header : apple-app-site-associationHTTP/1.1 200 OKX-Backside-Transport: OK OK,FAIL FAILContent-Type: application/jsonX-Global-Transaction-ID: 2e9c5f725e55844c0f93157dX-Akamai-CSITE: RFDCContent-Length: 588Date: Tue, 25 Feb 2020 20:32:12 GMTConnection: keep-alivePROD Response Header : apple-app-site-associationHTTP/1.1 200 OKX-Backside-Transport: OK OK,FAIL FAILContent-Type: application/jsonX-Global-Transaction-ID: 47b14c8d5e5583f001fc330dX-Akamai-CSITE: 390GContent-Length: 516Date: Tue, 25 Feb 2020 20:30:40 GMTConnection: keep-aliveSet-Cookie: C_SITE=390g; path=/; domain=.mydomain.com; secure; HttpOnlyOn a side note, I also have a PROD build that is an ad-hoc build. Non-enterprise. The team, profiles, bundle ID, etc all differ. My associate file has that info in it as well. It behaves the same way as the Enterprise one does. Works on ios 11 and 12, but not 13.I checked console logs for working and non-working. IOS 11 has nice logs that say it’s downloading json file and then how it’s adding entries. IOS 13 is not very verbose in either case. Both IOS 11 and 13 mention this however:JSON file for ap….ci….com had no entriesAnd I only see that for the PROD server. Never mentions that for the UAT server. I’m not quite sure what that means. It could not get/read the file? Or it can read the file but my entries don’t match what is expected somehow.Can anyone give insight into what I should check? I checked certs, mobile provisions, the ones actually embedded in the .ipas. Everything looks good.
Posted
by jd83722.
Last updated
.