ionic-team / ionic-plugin-deeplinks

Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS14 AppTrackingTransparency

gatelli opened this issue · comments

Hi,
It seems your plugin uses IDFA so it requires a message asking users for their device UUID use, as for advertisements, or Apple rejects the app.
Does this use is absolutely required by the plugin ? Is there a way to remove that ?
Thanks !

Where in the iOS code is IDFA being use?

IonicDeeplinkPlugin.m lines 126-151

Wtf!

@elylucas can you please explain this, this could get app devs punished for no good reason.

looks like IonicDeeplinkPlugin.m lines 126-151 and line 12 in IonicDeeplinkPlugin.h can be safely removed, without any damage to the plugin functionality

commented

who can accept the PR?

commented

@mlynch can you publish this change to NPM as version 1.0.23?

@joeldhenry done! Live in 1.0.23

commented

thanks so much!