30 comments found.
Hi,
is it easy to cutomize? To edit app iOs what software do I need? Compatible with shoutcast / icecast? Is it possible for a control panel to receive messages from listeners and send push notifications?
Hi
Currently there is static radio player. so you can add all radio links from code. But we have other item in which you can get ready admin panel in which you can add multiple category with Radio links.
For iOS you need Xcode and for android you need android studio. but as well as this you must have knowledge of React native.
Thank you
Hi Im getting bellow error, Found Xcode project Radio Player.xcodeproj Building using “xcodebuild -project Radio Player.xcodeproj -configuration Debug -scheme Radio Player -destination id=979275AE-E992-4FFE-996D-72E974379D86 -derivedDataPath build” User defaults from command line:
IDEDerivedDataPathOverride = /Development/ReactNative/radioplayer/ios/build
xcodebuild: error: The project named “Radio Player” does not contain a scheme named “Radio Player”. The “-list option can be used to find the names of the schemes in the project.
Installing build/Build/Products/Debug-iphonesimulator/Radio Player.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Failed to install the requested application An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry,”, Does Not Exist
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/Radio Player.app/Info.plist Print: Entry, ”:CFBundleIdentifier, Does Not Exist
Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/Radio Player.app/Info.plist Print: Entry,”, Does Not Exist
at checkExecSyncError (child_process.js:625:11)
at Object.execFileSync (child_process.js:643:13)
at Promise.then (/Development/ReactNative/radioplayer/node_modules/react-native/local-cli/runIOS/runIOS.js:208:5)
How to overcome this issue?
Hello
I didnt get this error.
Can you send me screenshot ? So i can better understand.
Have you changed anything in code ?
Thank you
I haven’t change the code.. just execute react-native run-ios No issue in the android (react-native run-android)
let me know where to send screen shot?
Hi
On internet there are many sites that gives screenshot sharing facility.
You can upload it anywhere and send me link.
And also send your xcode version screenshot.
Thank you
Ok, Here is the link for the result receive after react-native run-ios terminal command
https://ibb.co/zZZTDcgThere were some suggestions to execute npm install on the project folder which gives bellow result
https://ibb.co/wdpVtVHIf you need any additional information for Remote to my mac can arrange.. I tried on macOS High Sierra (10.13.6) as well, same result
Hello
As per i wrote i need Xcode version.
Thank you
Hi, Still iOS error there, But Android works well.. I tried with xcode 10.0 and 10.1 both
I tried to clean Node Modules and Re-Install them using npm install, while give bellow errors and warnings
As-Mac:radioplayer janaka$ npm install
> fsevents@1.2.4 install /Development/ReactNative/radioplayer/node_modules/fsevents > node install
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-node-v67-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.4 and node@11.8.0 (node-v67 ABI, unknown) (falling back to source compile with node-gyp)
SOLINK_MODULE(target) Release/.node
clang: warning: using sysroot for ‘iPhoneSimulator’ but targeting ‘MacOSX’ [-Wincompatible-sysroot]
CXX Release/obj.target/fse/fsevents.o
clang: warning: using sysroot for ‘iPhoneSimulator’ but targeting ‘MacOSX’ [-Wincompatible-sysroot]
In file included from ../fsevents.cc:6:
../../nan/nan.h:1064:44: warning: ‘ToString’ is deprecated: Use maybe version
[-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString(v8::Isolate::GetCurrent());
^
/Users/janaka/.node-gyp/11.8.0/include/node/v8.h:2537:3: note: ‘ToString’ has
been explicitly marked deprecated here
V8_DEPRECATED(“Use maybe version”,
^
/Users/janaka/.node-gyp/11.8.0/include/node/v8config.h:326:29: note: expanded
from macro ‘V8_DEPRECATED’
declarator attribute((deprecated(message)))
^
../fsevents.cc:63:6: warning: field ‘async_resource’ will be initialized after
field ‘lockStarted’ [-Wreorder]
: async_resource(“fsevents:FSEvents”), lockStarted(false) {
^
In file included from ../fsevents.cc:81:
../src/thread.cc:36:25: error: unknown type name ‘ConstFSEventStreamRef’
void HandleStreamEvents(ConstFSEventStreamRef stream, void ctx, size_t …
^
../src/thread.cc:36:108: error: unknown type name ‘FSEventStreamEventFlags’
...stream, void *ctx, size_t numEvents, void *eventPaths, const FSEventStre…
^
../src/thread.cc:36:152: error: unknown type name ‘FSEventStreamEventId’
...eventPaths, const FSEventStreamEventFlags eventFlags[], const FSEventSt…
^
../src/thread.cc:54:3: error: unknown type name ‘FSEventStreamContext’
FSEventStreamContext context = { 0, ctx, NULL, NULL, NULL };
^
../src/thread.cc:56:3: error: unknown type name ‘FSEventStreamRef’
FSEventStreamRef stream = FSEventStreamCreate(NULL, &HandleStreamEvent…
^
../src/thread.cc:56:98: error: use of undeclared identifier
‘kFSEventStreamEventIdSinceNow’
...&HandleStreamEvents, &context, fse->paths, kFSEventStreamEventIdSinceNow…
^
2 warnings and 6 errors generated.
make: * [Release/obj.target/fse/fsevents.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:197:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
gyp ERR! System Darwin 17.7.0
gyp ERR! command ”/usr/local/Cellar/node/11.8.0/bin/node” ”/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “build” “-fallback-to-build” “-module=/Development/ReactNative/radioplayer/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64/fse.node” “-module_name=fse” “-module_path=/Development/ReactNative/radioplayer/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64” “-napi_version=4” “-node_abi_napi=napi”
gyp ERR! cwd /Development/ReactNative/radioplayer/node_modules/fsevents
gyp ERR! node -v v11.8.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute ’/usr/local/Cellar/node/11.8.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build—fallback-to-build—module=/Development/ReactNative/radioplayer/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64/fse.node—module_name=fse—module_path=/Development/ReactNative/radioplayer/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64—napi_version=4—node_abi_napi=napi’ (1)
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Development/ReactNative/radioplayer/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:197:13)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:978:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
node-pre-gyp ERR! System Darwin 17.7.0
node-pre-gyp ERR! command ”/usr/local/Cellar/node/11.8.0/bin/node” ”/Development/ReactNative/radioplayer/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp” “install” “—fallback-to-build”
node-pre-gyp ERR! cwd /Development/ReactNative/radioplayer/node_modules/fsevents
node-pre-gyp ERR! node -v v11.8.0
node-pre-gyp ERR! node-pre-gyp -v v0.10.0
node-pre-gyp ERR! not ok
Failed to execute ’/usr/local/Cellar/node/11.8.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build—fallback-to-build—module=/Development/ReactNative/radioplayer/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64/fse.node—module_name=fse—module_path=/Development/ReactNative/radioplayer/node_modules/fsevents/lib/binding/Release/node-v67-darwin-x64—napi_version=4—node_abi_napi=napi’ (1)
npm WARN @babel/plugin-check-constants@7.0.0-beta.38 requires a peer of @babel/core@7.0.0-beta.38 but none is installed. You must install peer dependencies yourself.
npm WARN create-react-context@0.2.2 requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN native-base@2.8.1 requires a peer of react@>=16.4.1 but none is installed. You must install peer dependencies yourself.
npm WARN native-base-shoutem-theme@0.2.2 requires a peer of react@>=16.0.0-alpha.3 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 install: `node install`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
Hello
as we sales more application in envato there is no error in code.
I think you must read react native document first then do changed in code.
Thank you
Frankly, I didn’t do any changes to the code.. Just download and try to execute.. It runs on Android without any Issue.. Issue only when iOS side.. I tried my own basic react-native apps on iOS.. those works well..
Hello
There is no app problem. But you are valuable customer for us so we can check your code freely.
Upload your code ZIP anywhere and send me link. so i can download your code and test it.
Thank you
Hi, you can help me with this error on Android?: Failed to post notification on channel “null” Also the sound is of poor quality. Help me please
Hi
For notification have you entered onesignal key and Rest API key ?
We have already tested with minimum 200 radio channels. There is no problem in sound quality. Kindly check your radio station sound quality in browser OR send me that radio channel link so i can check it.
Thank you
Hello
Kindly check it in real device.
Thank you
Hello. How can I control the ads in the application, if it is not compatible with Admob?
Hi
There is no admob feature. If you like i can make code for you and give you new code. But it’s paid support.
Thank you
Thanks.
how much is the payment for implementing admob support?
Just sent an email for that.
Hi.
Script not run on iOS
MacBook-Pro-de-Jose:radioplayer jose$ react-native run-ios Found Xcode project Radio Player.xcodeproj Launching iPhone X (iOS 12.1)... Building using “xcodebuild -project Radio Player.xcodeproj -configuration Debug -scheme Radio Player -destination id=600137F0-1BF2-467E-AAEB-7E80075513AA -derivedDataPath build” User defaults from command line:
IDEDerivedDataPathOverride = /Users/jose/Desarrollo/movil/rn/radioplayer/ios/build
xcodebuild: error: The project named “Radio Player” does not contain a scheme named “Radio Player”. The “-list option can be used to find the names of the schemes in the project.
Installing build/Build/Products/Debug-iphonesimulator/Radio Player.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Failed to install the requested application An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry,”, Does Not Exist
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/Radio Player.app/Info.plist Print: Entry, ”:CFBundleIdentifier, Does Not Exist
Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/Radio Player.app/Info.plist Print: Entry,”, Does Not Exist
at checkExecSyncError (child_process.js:616:11)
at Object.execFileSync (child_process.js:634:13)
at Promise.then (/Users/jose/Desarrollo/movil/rn/radioplayer/node_modules/react-native/local-cli/runIOS/runIOS.js:208:5)
Hi
All code is true working.
As per error i think you must have knowledge of React native and Xcode.
Thank you
Hello Can the radio base list external? to update a Radio at any time, and change the streaming address or image without having to update the App
Sorry for my bad English
Hi
For edit radio channels or menu you need to change some code which is described in item details.
I can not understand update point about. Kindly explain me.
Thank you
It would be good to update the radios without updating the code or the app, only an external file
Hi
Yes that’s possible but this is task not included in this item.
If you like i can make this feature for you with nice admin panel. So you can add, edit and delete radio category and radio URL.
Also i will give you One signal push notification module in admin panel so you can send message all of your users from just one click in admin panel.
Thank you
the cost to do all that?
Email: soporte@watahosting.com
Thats depends on what you want.
hello is it possible to use with a radio opening already on after the splash?
Hi
yes you can customize your self as per your like.
Thank you
but in case I have to customize if I just include a radio it would not open already in it would it go to the correct radio list?
Hi
It will work if you know react native.
Else i will help you to reskin app. Its paid support.
Thanks.
Nice work!
Thank you
hai i’am interested buy this app , but i want this app with admob.. when will you add admob to this app
Hello
i will update you soon when it will be finished.
Thank you
Hello!! the app has banner and interstitial of the Admob? and I need a demo of the app!!
Hi
Currently there is no admob. But we can add if it is your requirement.
Thank you
For demo. We have uploaded video in item. You still need an APK ?
Hi
Let me know your requirement. so i can work on it.
Nice work!
Thank you