coolman7

Results 9 comments of coolman7

I would like to help, but I don't know how to do. Can you give me some clue or starting point to implement such drupalgap module? Thanks

I have exactly same problem. I have Google Play Services SDK version 49, so I added following lines to config.xml but nothing has changed: ``` ```

I noticed that If I use this plugin with the following Google Analytics plugin, this problem happens. If I don't use Admob plugin, I can use Google Analytics plugin. If...

@netidjen So we should have different problems.

As far as I understand common plugin is admob-free. admob-free and google analytics or admob-free and firebase does not work together. I guess the problem should be inside admob-free code.

On the other hand ```cordova-admob-pro``` plugin does not have this problem. It can run with ```cordova-plugin-google-analytics``` plugin.

I don't think an app has permission to write sdcard after android 5.0 and later. Apps may write to `/storage/emulated/0/Android/data/com.company.app_id` PS: `com.company.app_id` is application's app id such as `com.facebook.katana`

I've changed three lines (103, 105 and 121) manually. It did not create directory. But it was created it worked. I installed file plugin. File plugin created the directory. So...

I have created a pull request for this purpose. https://github.com/jmrezayi2/Applist/pull/7 I don't know android java programming. This is probably not working. So you should correct this code: `String app_id=context.getPackageName();`