pabloearg
pabloearg
> Branch is often used for marketing links and therefore uses the advertising identifier by default. It is NOT strictly necessary and can be removed by removing the AdSupport framework....
should i change this lines ``` s.frameworks = 'AdSupport', 'CoreServices', 'SystemConfiguration' s.ios.frameworks = 'WebKit', 'iAd', 'CoreTelephony' ``` to: ``` s.frameworks = 'CoreServices', 'SystemConfiguration' s.ios.frameworks = 'WebKit', 'CoreTelephony' ``` or only...
on the other hand facebook no only wants us to remove AdSupport, but: > they want the app to contain absolutely no IDFA code, regardless of if it is called...
> Just to clarify, FB requested that code be removed? Cause it's their code. I can see Apple requesting it, but normally they just want the AdSupport framework removed cause...
@echo-branch we couldn't do anything to make apple keep rejecting us the version having branch, so we had to delete it. I uploaded an issue to the ios branch team:...
@echo-branch also you should keep mind that from ios 14 you cant use idfa for any other thing that isnt ad related
> Hello, I think we have a security issue here. > > The issue is caused by > > [setUserAuthenticationValidityDurationSeconds()](https://github.com/oblador/react-native-keychain/blob/67bee0739cabfe931cf048c409266b0be44693f3/android/src/main/java/com/oblador/keychain/cipherStorage/CipherStorageKeystoreRsaEcb.java#L229) > > The authentication is valid for the defined time...