Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. GWClubExpress
    G
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    GWClubExpress

    @GWClubExpress

    0
    Reputation
    19
    Posts
    812
    Profile views
    2
    Followers
    0
    Following
    Joined Last Online

    GWClubExpress Follow

    Posts made by GWClubExpress

    • Apple States my Icon image is not right on devices

      Apple is stating my icon image is not right on my build. When I testflight it I see all the right icons, but they do not. Does anyone have any ideas as to where they might be getting the wrong icon?

      posted in Monaca Tools
      G
      GWClubExpress
    • RE: iOS 15 Update

      Is anyone having issues trying to test apps on iOS 15?

      posted in Monaca Tools
      G
      GWClubExpress
    • RE: iOS 15 Update

      No luck, says I still need to update app to work with iOS 15, from what I read Xcode needs to be 13 now.

      posted in Monaca Tools
      G
      GWClubExpress
    • iOS 15 Update

      None of my app can install with the iOS 15 update, how do I update my files or Monaca to support this update?

      posted in Monaca Tools
      G
      GWClubExpress
    • Cordova Push Error Message

      Trying to run an I iOS build and keep getting this error: [22:43:00] Failed to restore plugin “phonegap-plugin-push”. You might need to try adding it again. Error: Error: pod: Command failed with exit code 1 Error output:

      0_1633961003226_Screenshot_142.png

      posted in Monaca Tools
      G
      GWClubExpress
    • RE: Android APK when uploaded show no devices supported

      No, when I finished the app in the Google Play Console, there is a device catalog, where as you can see it shows no devices supported.
      0_1606309939145_Screenshot_10.png

      posted in Monaca Tools
      G
      GWClubExpress
    • Android APK when uploaded show no devices supported

      I started using Monaco to build my android devices, but now when I upload an APK, its showing no devices are supported. Here is my config file I am using:
      <?xml version=“1.0” encoding=“UTF-8”?>
      <widget xmlns=“http://www.w3.org/ns/widgets” xmlns:android=“http://schemas.android.com/apk/res/android” id=“com.clubexpress.CBPBA” version=“1.0.3”>
      <name>CBPBA</name>
      <description>
      An app built for your organization
      </description>
      <author href=“https://www.clubexpress.com” email="support@clubexpress.com">
      ClubExpress
      </author>
      <content src=“index.html”/>
      <access origin=""/>
      <allow-navigation href="
      "/>
      <allow-intent href=“itms:"/>
      <allow-intent href="itms-apps:
      ”/>
      <allow-intent href=""/>
      <allow-intent href="tel:
      "/>
      <allow-intent href=“sms:"/>
      <allow-intent href="mailto:
      ”/>
      <allow-intent href=“geo:"/>
      <allow-intent href="http://
      /"/>
      <allow-intent href="https://
      /"/>
      <allow-navigation href="http://
      /"/>
      <allow-navigation href="https://
      /"/>
      <allow-navigation href="data:
      ”/>
      <preference name=“DisallowOverscroll” value=“true”/>
      <preference name=“Orientation” value=“default”/>
      <preference name=“loglevel” value=“DEBUG”/>
      <preference name=“AndroidLaunchMode” value=“singleTop”/>
      <preference name=“ErrorUrl” value=""/>
      <preference name=“Fullscreen” value=“false”/>
      <preference name=“KeepRunning” value=“true”/>
      <preference name=“SplashScreen” value=“screen”/>
      <preference name=“SplashScreenDelay” value=“1000”/>
      <preference name=“loadUrlTimeoutValue” value=“700000”/>
      <preference name=“LoadingDialog” value=“Please wait, the app is loading”/>
      <preference name=“AllowInlineMediaPlayback” value=“false”/>
      <preference name=“AutoHideSplashScreen” value=“true”/>
      <preference name=“BackupWebStorage” value=“cloud”/>
      <preference name=“EnableViewportScale” value=“false”/>
      <preference name=“FadeSplashScreen” value=“true”/>
      <preference name=“FadeSplashScreenDuration” value=“250”/>
      <preference name=“KeyboardDisplayRequiresUserAction” value=“true”/>
      <preference name=“MediaPlaybackRequiresUserAction” value=“false”/>
      <preference name=“ShowSplashScreenSpinner” value=“false”/>
      <preference name=“SuppressesIncrementalRendering” value=“false”/>
      <preference name=“TopActivityIndicator” value=“gray”/>
      <preference name=“GapBetweenPages” value=“0”/>
      <preference name=“PageLength” value=“0”/>
      <preference name=“PaginationBreakingMode” value=“page”/>
      <preference name=“PaginationMode” value=“unpaginated”/>
      <preference name=“orientation” value=“default”/>
      <preference name=“AndroidPersistentFileLocation” value=“Compatibility”/>
      <preference name=“android-minSdkVersion” value=“19”/>
      <preference name=“android-targetSdkVersion” value=“29”/>
      <preference name=“AppendUserAgent” value=“isapp”/>
      <preference name=“UIWebViewDecelerationSpeed” value=“normal”/>
      <preference name=“monaca:AndroidIsPackageNameSeparate” value=“false”/>
      <preference name=“AndroidExtraFilesystems” value=“sdcard,cache”/>
      <platform name=“android”>
      <preference name=“android-targetSdkVersion” value=“29”/>
      <resource-file src=“google-services.json” target=“app/google-services.json”/>
      <resource-file src=“google-services.json” target=“google-services.json”/>
      <icon src=“res/android/icon/android-icon-36x36.png” density=“ldpi”/>
      <icon src=“res/android/icon/android-icon-48x48.png” density=“mdpi”/>
      <icon src=“res/android/icon/android-icon-72x72.png” density=“hdpi”/>
      <icon src=“res/android/icon/android-icon-96x96.png” density=“xhdpi”/>
      <splash src=“res/android/screen/default.png” density=“port-ldpi”/>
      <splash src=“res/android/screen/mdpi.png” density=“port-mdpi”/>
      <splash src=“res/android/screen/hdpi.png” density=“port-hdpi”/>
      <splash src=“res/android/screen/xhdpi.png” density=“port-xhdpi”/>
      <splash src=“res/android/screen/xxhdpi.png” density=“port-xxhdpi”/>
      <splash src=“res/android/screen/xxxhdpi.png” density=“port-xxxhdpi”/>
      <custom-config-file parent="/*" target=“AndroidManifest.xml”>
      <uses-permission android:name=“android.permission.WRITE_EXTERNAL_STORAGE”/>
      <uses-permission android:name=“android.permission.READ_EXTERNAL_STORAGE”/>
      <uses-permission android:name=“android.permission.INTERNET”/>
      <uses-permission android:name=“android.permission.CAMERA”/>
      <uses-feature android:name=“android.hardware.CAMERA”/>
      <uses-permission android:name=“android.permission.ACCESS_COARSE_LOCATION”/>
      <uses-permission android:name=“android.permission.ACCESS_FINE_LOCATION”/>
      </custom-config-file>
      </platform>
      <preference name=“WindowsStorePublisherName” value=“My Name”/>
      <preference name=“WindowsStoreIdentityName” value=“8be6e182-90f5-fe09-3ea5-ec7d84d2f46e”/>
      </widget>

      posted in Monaca Tools
      G
      GWClubExpress
    • RE: Provisioning Profile for Push Services

      Here is my settings
      ![alt text](0_1596114917922_Screenshot_18.png image url)

      posted in Developer Corner
      G
      GWClubExpress
    • Provisioning Profile for Push Services

      Monaca is saying Provisioning Profile not registered after I upload a Push Cert. How can I create one?

      posted in Developer Corner
      G
      GWClubExpress
    • RE: Script Errors when running the App

      Did not help still getting the same error. Any other ideas?

      posted in Developer Corner
      G
      GWClubExpress