You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im using expo with react native to build an audio player app for android and ios
while developing and testing using expo development build all the functionality of RNTP works fine including notification controls like play pause next previous and progress bar,
then i build an app for ios and andorid using eas build -p ios||android --profile preview2
after building preview app i install it in actual device for android directly install the app and all the functionality and app works super fine
but
in case of ios i distribute my app through testFlight and install it in actual device, all the things works perfectly except notification controls like play pause next previous and progress bar, does not works here
i have checked so many stacks and git issue but not excatly identify what is the issue
Facing an Issue in IOS preview build App
im using expo with react native to build an audio player app for android and ios
while developing and testing using expo development build all the functionality of RNTP works fine including notification controls like play pause next previous and progress bar,
then i build an app for ios and andorid using
eas build -p ios||android --profile preview2
after building preview app i install it in actual device for android directly install the app and all the functionality and app works super fine
but
in case of ios i distribute my app through testFlight and install it in actual device, all the things works perfectly except notification controls like play pause next previous and progress bar, does not works here
i have checked so many stacks and git issue but not excatly identify what is the issue
help me solve this issue, pls
this is my dependencies
This is the trackplayer service file code
and i add playbackservice file to
AppEntry.js
file, which is the entry point for the expo appthis is my
AppEntry.js
file codeif any other details required, ill provide
The text was updated successfully, but these errors were encountered: