oremlawi

Results 21 comments of oremlawi

Unfortunately no crash log, the app hanging completely until force quit it.. Also if I set **minifyEnabled false**, everything run smoothly.. but the problem is that I need to set...

Yes, as soon as I added this library the issue is started in build.gradle: dependencies { implementation 'com.github.ed-george:AndroidVimeoExtractor:1.2.1' } buildTypes { debug { minifyEnabled false } release { minifyEnabled true...

This is the very basic `PrivacyInfo.xcprivacy`: ```xml NSPrivacyTrackingDomains NSPrivacyAccessedAPITypes NSPrivacyCollectedDataTypes NSPrivacyTracking ``` @britannio this is important to avoid AppStore rejection starting 1 May 2024.

Any news about this issue @britannio ?

I think it doesn't, you are right @dreyescabrera, sorry for the confusion

Honestly my app wan't rejected, but my request was just a reminder to avoid app rejection for the future releases. And currently we still build using 0.18.3 as building on...

Yes sure, but please note that in my case I had to edit locally the SwiftFacebookAppEventsPlugin.swift in version 0.18.3 file and add the if #availble condition to bypass another bug:...

Hi @antonoddbit, honestly I haven't yet, rather, I hosted the version 0.18.3 locally in order to push a hotfix asap (for my app) and white I get a chance to...

I also added a credit card, and it returns '2'.. So apparently the mapping is like the following: debit -> 1 credit -> 2 prepaid -> 3 (not sure) store...

add these 2 line inside your sticky view: **android:tag="sticky-hastransparancy"** **android:background="@color/white"**