You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not receive any [REGISTER UNINSTALL] log on Xcode.
Other relevant information.
I have already checked the .p12 certificate, and it is valid.
In version 0.70, I always see the log [REGISTER UNINSTALL] when running with the flag isDebug: true. I don't need to accept the requestTracking and requestPushNotification to see this log in Xcode.
In version 0.71, even if I accept requestTracking and requestPushNotification, I don't see this log in Xcode.
I have already tried adding these reasons to the file PrivacyInfo.xcprivacy.
I did not see any log related to register.appsflyersdk.com on version 0.71
I also try to update the APNS token using the function appsFlyer.updateServerUninstallToken(token); but in both versions, it returns the log [com.appsflyer.serial] Uninstall token didn't change. Ignoring new token on Xcode
Note on my code below that I added a NSLog before register uninstall token, on both version I see the log: didRegisterForRemoteNotificationsWithDeviceToken: {length = 32, bytes = 0xae9c2a4c 3619ef91 4fc374e4 2cba427f ... 021ea629 112a1331 } on Xcode then I don't know why AppsFlyer isn't get the token, since the call for registration is right after the log
Does anyone have a clue? I don't know what else to look for.
👋 Hi @danielreisSL and Thank you for reaching out to us.
In order for us to provide optimal support, please submit a ticket to our support team at [email protected].
When submitting the ticket, please specify:
Report
I can't see any iOS uninstalls after I updated the react-native version from 0.70.15 to 0.71.18.
Plugin Version
^6.14.3
On what Platform are you having the issue?
iOS
What did you do?
I updated the react-native version from 0.70.15 to 0.71.18
What did you expect to happen?
I was expecting to see the log on Xcode:
[com.appsflyer.serial] [REGISTER UNINSTALL] URL: https://8wtdmf-register.appsflyersdk.com/api/v6.14/iosevent?buildnumber=6.14.3&app_id=myappid (with token: 74cf8d05a1993d38bf85d60acbd5c6731684d7275d11f90ed12e94ecdbc1a444)
What happened instead?
I did not receive any
[REGISTER UNINSTALL]
log on Xcode.Other relevant information.
PrivacyInfo.xcprivacy
.register.appsflyersdk.com
on version 0.71appsFlyer.updateServerUninstallToken(token);
but in both versions, it returns the log[com.appsflyer.serial] Uninstall token didn't change. Ignoring new token
on XcodedidRegisterForRemoteNotificationsWithDeviceToken: {length = 32, bytes = 0xae9c2a4c 3619ef91 4fc374e4 2cba427f ... 021ea629 112a1331 }
on Xcode then I don't know why AppsFlyer isn't get the token, since the call for registration is right after the logDoes anyone have a clue? I don't know what else to look for.
Modifications
Version 0.70:
AppDelegate.h
Version 0.71:
AppDelegate.h
Version 0.70:
AppDelegate.mm
Version 0.71:
AppDelegate.mm
package.json
The text was updated successfully, but these errors were encountered: