How to login in RingCentral softphone in ipad ios in developer sandbox mode - ringcentral

I have installed RingCentral Softphone in my ipad.
How to login in softphone in ipad ios in developer sandbox mode. I tried to check different options, but unable to find one
In Mac Os, I can switch to Sandbox via Cmd+F2 keys... but in iPad not finding solution

I still think in iOS, it may not be possible for sandbox mode as it doesn't support.. RingCentral Phone mobile app does not support sandbox mode.
I can get this reference: https://forums.developers.ringcentral.com/questions/1289/is-it-possible-to-use-sandbox-account-with-ios-app.html

Related

Unable to install apps in mobile using WSO2 Iot Server 3.1.0

I have installed WSO2 IoT server 3.1.0. The server is running successfully. I am able to log in. I have created few apps in publisher and published them. When I access the app store from my android device. I am not able to install these apps.
Picture 1:
Picture 2:
Problem :
When I click on the "NEXT" button , nothing happens. And app is not downloaded.
CheckList:
User have access to installing the apps.
Device is successfully enrolled with the IoT server.
Same credentials are being used to accessing the app store as for enrolling the device.
Questions:
Do WSo2 APP manager and devicemgt solution are pre integrated in IoT server or do I have to do it manually?
If these services are pre-configured then how can I make sure that it is correctly configured?
Will a list of enrolled devices is shown, when a user clicks on install?
IF someone can give some insights that would be much helpful.

WSO2 signing system service app

I want to setup all my devices as COPE. WSO2 EMM setup is complete and working fine. Only thing is left is to sign the system service application with the firmware key. I am using Google devices only (Android one, Motorola G2). From where I can find the key and password to sign the application.
Is there any other alternative way to get the application signed?
As per documentation, "Sign the application via the device firmware signing key. If you don’t have access to the firmware signing key, you have to get the system application signed via your device vendor."
But I am not able to find the device firmware signing key.
Any guidance will be really helpful.
There are couple of COPE enrollment types WSO2 IoT server supports,
1. Device owner mode
2. Kioski mode
3. System application
The first 2 options can be used with any out of the box Android device. However system app is targetted towards original equipment manufacturers(OEM) who builds Android devices and maintain their own Android versions. This mean they maintain a version of Android OS image and does the installation to some customer device. If you are an OEM, you should have these keys with you. If you are not an OEM and still needs to use out of the box devices such as Motorola or Samsung to install system app, you need to form a partnerships with those vendors to get the sign the system service app. Unless you need to perform operations such as reboot or firmware upgrade. You do not need systrm service app. In that case i would recommend you to go for option 1 or 2. What are the features that you are looking at? Also it is best to seek wso2 professinal services if thats an option for you https://wso2.com/contact/

ionic v2 app [Service based] not working on android devices

ionic v2 app [Service based] not working on android devices. however the same working in the browsers. without service page is open easily, once service called nothing happend on the android device. please advice.
I have used below before creating build
$ionic platform remove android
$ionic hooks add
$ionic platform android
$ionic build android

Appstore of WSO2 Appmanager or EMM

In the current versions of App-manager(1.1.0) and in EMM (2.0.1), there is no such facility to install the application through an application.Means, for installing the application we have to open the store by a URL on internet browser.In the upcoming versions of Appmanager/EMM can we expect a native app which can be installed on the mobile device,and it will redirect to all the application,just like a play store which android devices provide.Any suggestion will really be helpful.
In the current versions of App-manager(1.1.0) and in EMM (2.0.1), there is no such facility to install the application through an application.Means, for installing the application we have to open the store by a URL on internet browser.
Yes this is true. Currently EMM/App manager does not have a native application to browser the applications in the app store.
In the upcoming versions of app manager/EMM can we expect a native app which can be installed on the mobile device,and it will redirect to all the application,just like a play store which android devices provide.Any suggestion will really be helpful.
Yes, a native app for browsing and installing/uninstalling apps on a device will be available[1] in EMM 2.1.0 which is the upcomming version of WSO2 EMM. However, this will only be available for Android platform in EMM 2.1.0. You can build this application using Android studio[2] and use it with EMM 2.1.0. As for iOS and Windows platforms, if you wish to build an app catalog app your-self, you can refer the Android source code[2] and the swagger definitions of app manager's publisher[3] and store[1].
https://docs.wso2.com/display/EMM210/App+Catalog+Application+for+Android+Devices
https://github.com/wso2/product-emm/tree/master/modules/mobile-agents/android/app-catalog
https://github.com/wso2/carbon-appmgt/blob/master/components/org.wso2.carbon.appmgt.rest.api.util/src/main/resources/publisher-api.json
https://github.com/wso2/carbon-appmgt/blob/master/components/org.wso2.carbon.appmgt.rest.api.util/src/main/resources/store-api.json

Facebook iOS SDK 4.6 still ask for facebook login by safari even already login in device settings->facebook

I'm using Facebook SDK 4.6 and compile my iOS app with XCode7beta5. The app will use Facebook account details to signin our iOS app. However, even already login in device settings->facebook. The login api in Facebook SDK still ask for facebook login by safari (happen in iOS8.4.1 or iOS9beta5 once my iOS app using Facebook SDK 4.6 compile with XCode7beta5). My previous iOS app version that using an older Facebook SDK version could work properly (i.e. able to use login in device settings->facebook)
Besides, I already follow steps in https://developers.facebook.com/docs/ios/ios9 to setup my iOS app to use Facebook SDK 4.6.
Anything I missed? Please help.
Here is the answer:
Facebook Login does not return to App with Xcode 7 iOS 9
It seems that in SDK 4.6 Facebook prefer to open Safari View Controller by default than the Facebook App...