App preview in Tizen tv and emulator don't appear - react-native

App preview in Tizen tv and emulator don't appear
Hi I am developing an app for tizen tv, with react-native and renative. It already has the configuration to show a preview of the app when it is selected in the application bar of the home. But in emulator it behaves erratically, and most of the time it is not shown, in physical tv it is not shown at all.
I follow this instructions:
https://developer.samsung.com/smarttv/develop/guides/smart-hub-preview/implementing-personal-preview.html

The demo project that Samsung shared on their Github can run very well.
Please refer it
https://github.com/SamsungDForum/SampleWebApps-PublicPreview

Related

react native ios emulator - how do I test camera function on computer, without using a phone?

I implemented code using a React Native package accessing camera to scan documents. I don't have a physical phone. How do I test the functionality using just my ios emulator on computer?
For iOS it's impossible to test the camera. For Android you can configure the emulator to do that.
Its possible to configure your emulator in Android to test the camera:
fire up Android Studio
open the AVD Manager screen
click on the pencil icon next to your chosen emulator device
show advanced settings
change camera (front and/or back) to "Webcam0"
You will need to cold restart your emulator for the changes to take effect.

test mobile app on several mobiles (various screens)

I created an app with expo (react native) works fine on my mobile, I would like to test it on several mobiles.
is there a platform that allows me to do that?
If you're using Android, You can test with multiple devices using genymotion.
Official site for genymotion
Device-specific management and use room for genymotion
For iOS, you can use xcode to select and run for that device. Or you can connect the sill device to your computer and use it.
Simulator is in quotes here since this will create an actual app on your phone; it’s no longer a simulation. Open up a project in Xcode and click on the device near the Run ▶ button at the top left of your Xcode screen.
Plug your iPhone into your computer. You can select your device from the top of the list.

How can create simulator build of application which uses camera?

I have developed one application in which camera is used. App uses camera for video recording and also my app is totally based on camera. Now I have to submit app for Facebook review as I have used FacebookLoginSDK.
Facebook App review requires simulator build, but all you know how can we access camera in simulator ?
So how can I show my app to Facebook ?
I have referred below guidelines :
http://king107.blogspot.in/p/how-to-create-simulator-build-and-run.html
Creating an iOS Simulator Build of Cocoapod project
My build is created successfully, but the problem is cannot access camera.
If anyone have alternate solution, then please let me know.
As of now, there's no way you can test camera function of your app if you're using a simulator.
The best solution is to get an iOS device, borrow from someone you know that owns iOS devices.
https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/TestingontheiOSSimulator/TestingontheiOSSimulator.html

Facebook android sdk 4.9 can't open share dialog

I have developed an app using facebook android sdk 4.9 and I am in the testing phase. All was well until I tested the app on a Samsung tab running android 4.0.3 (API 15).
I have followed the exact guide, but it shows a dialog which says
"Unable to show the provided content via web or installed version of Facebook app. Some dialogs are only supported starting API 14"
Again, if the device has the latest Facebook app, its works. But my guess is it should work for all devices on and above API 14 with/without Facebook app. Any ideas?
Thanks

How to start android tablet preview in Mobile First Console

In Mobile First Console, how to start android tablet preview.
After building app and running on preview mode, by default android phone emulator is displayed. I want android tablet emulator to be previewed by default.
Please help.
You cannot change the default "skin". You can only select it after previewing the application's web resources.