Post

Replies

Boosts

Views

Activity

'NDEF is disallowed' Error on Xcode 12.2
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
1
0
2.7k
Dec ’20
Ios universal link not opening app from safari
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"&#9;>Instant Impact</a></p> </body> </html> { &#9;"applinks": { &#9;&#9;"apps": [], &#9;&#9;&#9;"details": [ &#9;&#9;&#9;&#9;&#9; { &#9;&#9;&#9;&#9;&#9;&#9; "appID": "ZZZZZZ.com.***.yyy", &#9;&#9;&#9;&#9;&#9;&#9; "paths": ["/*"] &#9;&#9;&#9;&#9;&#9; } &#9;&#9;&#9; ] &#9; } } https://stackoverflow.com/questions/63736863/universal-link-from-safari-not-taking
0
0
672
Sep ’20