Giter Site home page Giter Site logo

odrevet / bide_et_musique_flutter Goto Github PK

View Code? Open in Web Editor NEW
11.0 6.0 2.0 12.37 MB

Ecouter et consulter la web radio "Bide et Musique"

License: GNU General Public License v3.0

Java 0.07% Objective-C 0.02% Dart 98.88% Shell 0.05% Ruby 0.78% Swift 0.20%
flutter webradio

bide_et_musique_flutter's People

Contributors

odrevet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bide_et_musique_flutter's Issues

Warning relatif aux notifications par l'App Store Connect

Voici un mail reçu après un upload de l'archive sur l'App Store Connect. Et, euh, j'ai bien regardé les packages utilisés, je ne vois pas lequel peut utiliser du push. une idée ?

Dear Developer,

We identified one or more issues with a recent delivery for your app, "bide et musique" 3.3.4 (44). Your delivery was successful, but you may wish to correct the following issues in your next delivery:

ITMS-90078: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the 'aps-environment' entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the 'aps-environment' entitlement. Xcode does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. For more information, see https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html#//apple_ref/doc/uid/TP40008194-CH6-SW1.

After you’ve corrected the issues, you can upload a new binary to App Store Connect.

Best regards,

The App Store Team

Impossible d'uploader l'archive sur l'App Store Connect

Il est impossible d'uploader l'archive de l'application sur l'App Store Connect, parce que les cibles de certains des pods sont à iOS 8.0, alors qu'elle devrait être à 9.0 depuis Xcode 12.

décommenter à la première ligne :
platform :ios, '9.0'

et ajouter au post_install :

post_install do |installer|
  installer.pods_project.targets.each do |target|
    flutter_additional_ios_build_settings(target)
    target.build_configurations.each do |bc|
      if bc.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] == '8.0'
        bc.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
      end
    end
  end
end

règle le problème

Reflexion faite, il y a peut-être aussi la cible du projet en lui même, mais je le fais avec Xcode avant d'archiver, donc je sais pas trop quel fichier changer. Il y a aussi de forte chance que Flutter le fasse de lui meme avec une version suffisamment moderne.

Impossible de revenir en arrière dans CoverViewer sur iOS

Comme le titre l'indique, il est impossible de revenir en arrière sur iOS lorsqu'on entre dans le widget CoverViewer.
iOS n'étant pas doté de bouton de retour. Il faudrait donc prévoir pour iOS, une manière de revenir en arrière.

Info.plist données manquantes

Il manque deux choses dans l'Info.plist directement dans ios/Runner/

comme recommandé par le package just_audio pour jouer des streams en http :

<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
    <key>NSAllowsArbitraryLoadsForMedia</key>
    <true/>
</dict>

Enfin pour l'utilisation du micro (le code étant inclus dans just_audio, il faut le justifier), je propose :

<key>NSMicrophoneUsageDescription</key>
<string>Cette application n'est pas supposée utiliser votre micro</string>

gradlew.bat exited abnormally

hello,
I am getting this issue when running your project on VS Code.

  • Error running Gradle:
    ProcessException: Process "C:...\bide-et-musique-flutter-master\bide-et-musique-flutter-master\android\gradlew.bat" exited abnormally:

    Command: C:.....\bide-et-musique-flutter-master\bide-et-musique-flutter-master\android\gradlew.bat app:properties

Please review your Gradle project setup in the android/ folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.