chemerisuk / cordova-plugin-idfa

Cordova plugin to get Advertising ID (IDFA or AAID)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permission request on IOS 15.3.1 does not work

SPLAYER-HD opened this issue · comments

Hi,
The permission request pop up does not appear in IOS 15.3.1. Could you help me please

I have the same issue. I was working prior iOS updates.

I have the same issue. I was working prior iOS updates.

Hi mate, the real problem is that IOS is not loading in a queue the notifications, so the permission request is being sending but as there are other permission request first, it shows them first so it does not show the last one.

I fixed doing a cycle to ask for the permission every 20 seconds until the user answer accept or deny.

I created a fork with a implementation that I saw on Apple forum, and worked good. I created the pull request #22. There are guidelines to use the fork.

@SidiBecker, thanks for the fork. It worked perfectly and app was approved 👍