mdaizovi / OldiesASMR

0 stars 0 forks source link

muic stops after 2 songs, and/or does not play when screen is off #5

Closed mdaizovi closed 3 years ago

mdaizovi commented 3 years ago

I found that the music seems to stop after two songs or so? " Xiaomi Redmi 7, on android prob related to my inability to get it to play when i shut my screen off on iphone.

mdaizovi commented 3 years ago

need to set staysActiveInBackground to True

mdaizovi commented 3 years ago

also had to add

{
  "expo": {
    ...
    "ios": {
      ...
      "infoPlist": {
        ...
        "UIBackgroundModes": [
          "audio"
        ]
      }
    }
  }
}
mdaizovi commented 3 years ago

also removed playInBackground:true, bc i don't see it documented anywhere.

mdaizovi commented 3 years ago

In version 2 the app now plays when closed. Success! I put back playInBackground:true, for V3, bc it seems like the gaps between sounds is more noticeable now.