Here is my AndroidManfifest.xml. There was no strings.xml in my apk.
FYI, Facebook is now showing I only have around 35% of the daily actives that I did since I published with 3012. I just checked and I have roughly 35% of my user base on Android 6 - Is this coincidental or does it narrow down what the issue could be?
\<?xml version="1.0" encoding="utf-8"?\> \<manifest xmlns:android=http://schemas.android.com/apk/res/android versionCode="1390" versionName="1.39" installLocation="0" package="com.spheregamestudios.designercity" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415"\> \<uses-sdk minSdkVersion="15" targetSdkVersion="23"/\> \<uses-permission name="com.android.vending.BILLING"/\> \<uses-permission name="android.permission.INTERNET"/\> \<uses-permission name="android.permission.WRITE\_EXTERNAL\_STORAGE"/\> \<uses-permission name="android.permission.ACCESS\_NETWORK\_STATE"/\> \<uses-feature glEsVersion="131072"/\> \<uses-feature name="android.hardware.telephony" required="0"/\>\<uses-feature name="android.hardware.screen.portrait" required="0"/\>\<uses-feature name="android.hardware.screen.landscape" required="-1"/\> \<application label="DesignerCity" icon="2130903040" name="android.support.multidex.MultiDexApplication" hardwareAccelerated="-1" largeHeap="-1" banner="2130837580"\> \<meta-data name="targetedAppStore" value="google"/\> \<meta-data name="com.facebook.sdk.ApplicationId" value="508028766008532"/\> \<activity theme="16973831" label="DesignerCity" name="com.ansca.corona.CoronaActivity" launchMode="2" screenOrientation="6" configChanges="1264"\> \<meta-data name="requestedDefaultOrientation" value="sensorLandscape"/\>\<intent-filter\> \<action name="android.intent.action.MAIN"/\>\<category name="android.intent.category.LAUNCHER"/\>\</intent-filter\> \</activity\> \<activity theme="16973831" name="com.ansca.corona.CameraActivity" screenOrientation="1" configChanges="1184"/\> \<activity theme="16973831" name="com.ansca.corona.VideoActivity" configChanges="1264"/\> \<activity theme="16973831" name="com.ansca.corona.purchasing.StoreActivity" configChanges="1184"/\> \<provider name="com.ansca.corona.storage.FileContentProvider" exported="-1" authorities="com.spheregamestudios.designercity.files"/\> \<service name="com.ansca.corona.CoronaService"/\> \<receiver name="com.ansca.corona.SystemStartupBroadcastReceiver"\> \<intent-filter\> \<action name="android.intent.action.BOOT\_COMPLETED"/\> \</intent-filter\> \</receiver\> \<receiver name="com.ansca.corona.notifications.AlarmManagerBroadcastReceiver"/\> \<receiver name="com.ansca.corona.notifications.StatusBarBroadcastReceiver"/\> \<receiver name="com.ansca.corona.notifications.GoogleCloudMessagingBroadcastReceiver" permission="com.google.android.c2dm.permission.SEND"\> \<intent-filter\> \<action name="com.google.android.c2dm.intent.RECEIVE"/\> \<action name="com.google.android.c2dm.intent.REGISTRATION"/\> \<category name="com.spheregamestudios.designercity"/\> \</intent-filter\> \</receiver\> \<service name="com.vungle.publisher.VungleService" exported="0"/\> \<activity theme="16973840" name="com.facebook.FacebookActivity" configChanges="1456"/\> \<activity theme="16973831" name="plugin.facebook.v4.FacebookFragmentActivity" configChanges="1184"/\> \<activity theme="16973831" name="com.vungle.publisher.VideoFullScreenAdActivity" configChanges="1073745919"/\> \<activity theme="16973841" name="com.vungle.publisher.MraidFullScreenAdActivity" configChanges="1184"/\> \</application\> \</manifest\>