I tried to upload Application after updating my Xcode and then I started to get this error .
ERROR ITMS-90778: "Invalid entitlement for core nfc framework. The sdk version '14.2' and min OS version '14.0' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is disallowed'."
In my info.plist I haven't added any com.apple.developer.nfc.readersession.formats Tried by adding it still same issue .
Need to know why and what was the issue
Post
Replies
Boosts
Views
Activity
I am trying to open the app from the safari , so I have done the universal link setup . When I try to open the app from mail link it was working . When I try it from the safari it is opening the website and then the banner appears to open the app .
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p><a href="https://www.path.com/Account/Login.aspx?ReturnUrl=Moet"	>Instant Impact</a></p>
</body>
</html>
{
	"applinks": {
		"apps": [],
			"details": [
					 {
						 "appID": "ZZZZZZ.com.***.yyy",
						 "paths": ["/*"]
					 }
			 ]
	 }
}
https://stackoverflow.com/questions/63736863/universal-link-from-safari-not-taking
I am trying to add Go to Settings > Developer > Local Experiences > Register Local Experience for my app clip testing . but didn't see that option on my device .
I am using iOS 14 beta 6 .