Yes philipp3 if you don’t have anything else to request consent for you can just send the tag “did not consent” to appodeal or just show your own internal ads.
… and what about the “right to be forgotten”?
let’s use Appodeal as an example, since they seem to be the furthest implemented yet…
let’s say dev pops a consent form, the user agrees, dev stores that consent record, and dev also provides a mechanism for later withdrawing consent (as also required).
then let’s say user later does withdraw consent, and further, user contacts dev asking that they be “forgotten”. dev now has 30 days to reply/comply.
Appodeal’s own privacy policy indicates that they may have collected ip’s, device id’s, advertising id’s, etc. GDPR appears to classify these as personally identifiable information. So how would dev (on behalf of user, or the user themselves directly) then request that Appodeal expunge their records of that user?
ty
@devebollinger for now when you click on the contact us icon, I place both the IDFA (or the android Id) and my gamesparks Id in the body of the e-mail. I’ll just forward the request to appodeal or onesignal or run my script on the gamesparks id to wipe everything out.
Thank you!
It might be worth asking Appodeal about this directly. I’ve only seen talk about sending a no consent value that turns off targeted ads.
Rob
My App game is pay to play only. I only use the analytics from the stores(Apple/Google/Amazon) to see how it is selling and answer my rating feedback.
So to be clear, I do not need to do any of this outside of my own privacy Terms of Service since I use zero plug-ins for Ads or even Marketplace code?
I personally haven’t followed what Apple and Google are requiring as far as GDPR. I don’t know if you have to ask for permission from them or not. The Apple data seems to be tracking installs and probably doesn’t need any personal data to count sales and downloads. Google seems to collect more data, but I don’t know that they need personal information to do it.
I’m not a lawyer so I can’t offer legal advice, but if Apple and Google are not telling you to ask for permission, you probably don’t.
Rob
I don’t have an ETA, but it should be soon.
Rob
Hey guys! I have some news. Good and bad.
Bad news is that 3286 have some issues on older devices (both android and iOS).
Good news - 3301 fixes that issues.
Sounds like all good news to me.
Can you please clarify what kind of issues? And what devices would be affected?
We rebuilt everyone of our apps for Apple, Google, and Amazon. Over 150+ builds and reviews on the stores, and now we may have to do it again!?
Very good point. Specially:
Android: 4.1 or lower
iOS: native builds only; arm7 devices, no matter OS version.
So if we don’t use Corona Native then all iOS builds are okay?
Build not with Corona Native (ex Enterprise). Not Corona Simulator
Sorry, that doesn’t make sense.
If we built with Corona SDK 3286, not Native or Enterprise, then are our apps okay?
If you built for iOS with the Corona simulator you are good to go. If you did native builds, arm7 devices (iPhone 4, 4s, 5) will not work. If you didn’t do native builds, you’re good here.
Then on Android, even with simulator builds, there are issues with really old Android devices on Android 4.1 and earlier.
Rob
Thanks Rob, that clears it up! We got scared for a second there, reliving the Apple review process for 26+ apps is not something I want to do again anytime soon.
Hi Rob
With the whole commotion with GDPR, you have updated the community on your adherence to GDPR for Corona SDK and there has been a lot of focus on ad network plugins?
How about the other non-ad networkd plugins manage by Corona? Are they all compliant?
Ben
One vote to GameBit labs Qn.
Also i saw on Google Policy its written that we need to take consent for Cookies too, Do someone know about this and how to handle this.
Also i saw in Admob load call we have another Parameter now that need to be passed as false to enable GDPR for that user. I am not sure about that how it works, Does it mean it will show Non Personal Ads and if so how is it possible without cookies again and also how to remove data that is already collected at their end.