Telerik AppBuilder enables you to use your skills in HTML, CSS and JavaScript to develop, test, and publish applications that run natively on the Apple iOS, Google Android and Microsoft Windows Phone mobile platforms by combining the convenience of a local coding environment with cloud-based compilation, data storage, and publishing.
Questions tagged [telerik-appbuilder]
107 questions
14
votes
4 answers
RhoMobile Suite vs. Titanium vs. Xamarin vs. PhoneGap vs. Telerik Platform vs. Codename One
I, like many others, am looking to venture into mobile app development. I am familiar with HTML5, CSS3, JavaScript, PHP, Ruby, .NET but not Java or Objective-C. To be honest, I'm unlikely to become a mobile developer guru and the apps I will develop…

ChrisCurrie
- 1,589
- 6
- 15
- 36
5
votes
2 answers
Certificates and provisions for iOS build in {N}
I have followed steps mentioned at this answer for creating development certificate and provision profile. I am trying to implement FCM and running Nativescript application in real device. Following are the steps I have followed to build project…

Hardik Vaghani
- 2,163
- 24
- 46
4
votes
1 answer
NativeScript: How to deploy iOS app to physical device?
I created an account with Telerik, signed a certificate with Apple Dev Centre and got a mobile provisioning. I used Appbuilder to import the certificate and the provision to my laptop. But I still cannot deploy my app on iOS using
tns deploy…

Sorakthun Ly
- 732
- 2
- 8
- 15
3
votes
1 answer
cordova navigator.camera.getPicture not working in android
navigator.camera.getPicure function not working. Its callback function never gets fired in below code. This function is from cordova camera plugin.
navigator.camera.getPicture(
uploadPhoto,
…

Naga
- 2,368
- 3
- 23
- 33
3
votes
2 answers
Registering Push IOS Notification with Telerik Appbuilder
I have registered my Telerik Appbuilder (cordova) app for Push Notifications.
Everything works fine, except for the fact that when the user is inside the application, he does not receive the push notification.
It works fine as long as he is on the 1…

Michael
- 8,229
- 20
- 61
- 113
3
votes
1 answer
How to Package Watch App within Cordova App
We have a cross-platform cordova app developed using Telerik AppBuilder, and a WatchKit app (extension + watchkit app) built using Xamarin Studio. I don't know what the proper steps are for bundling the compiled Extension (the .appex, right?) and…

Tyler Camp
- 177
- 15
2
votes
0 answers
After rebuild the support package "23.1.1.0" folder is empty
Please install package: 'Xamarin.Android.Support.v4' available in SDK installer. Android resource directory "**AppData\Local\Xamarin\Android.Support.v4\23.1.1.0\embedded\./** "doesn't exist. test
I added Android Support Library v7 AppCompat…

Srinivas Ch
- 1,202
- 2
- 19
- 34
2
votes
1 answer
Downloaded image not shown in iOS gallery while shown in android phone gallery
I used telerik app builder platform to create application. I created download image functionality. This functionality is working on android device, but not on iOS. I don't know why it is not working.
When the user downloads an image using…

kapil darji
- 101
- 2
- 16
2
votes
1 answer
How dynamically enable data- tag using JS, Telerik and Kendo UI?
I am using App Builder from Telerik with Kendo UI trying to build a SPA application. I am very new to using Telerik and Kendo UI, please forgive the code.
There are two things I am trying to accomplish.
Enable swipe to open and hide the login head…

e-2
- 31
- 4
2
votes
1 answer
Add event in iPhone/Android Calendar with PhoneGap/Telerik Appbuilder Hybrid Apps?
I am working on telerik appbuilder hybrid app. I want to add event from my app to iPhone/Android Calendar.
But i didn't found any solution how to implement this functionality.
Please help me and thanks in advance

Ariel
- 87
- 6
2
votes
0 answers
Push Notification using Telerik AppBuilder with Microsoft Windows Azure
I'm trying to use Windows Azure Push Notifications with Telerik Platform App Builder, but I'm having issue where notifications never arrived to the targeted devices, after they registered successfully to the Azure Notification hub.
I create a Github…

Owidat
- 1,071
- 2
- 15
- 20
2
votes
2 answers
How to create Iphone package using Telerik App Builder
i am using telerik app builder free account but 30 days trial expired,,, i have created android package but can't create iphone package...
Problem:
Cannot find a valid Ad Hoc or Development provisioning profile that matches the application…

Suhail Mumtaz Awan
- 3,295
- 8
- 43
- 77
1
vote
1 answer
How to open a xcode framework file in telerik hybrid coredova application using telerik appbuilder
I want to open or call my iOS SDK framework file in the telerick hybrid coredova application. Share if you have any ideas.

vicky
- 253
- 2
- 14
1
vote
2 answers
How to access outer element inside Repeater?
Javascript
var pageData = new Observable({
appointmentsList: appointmentsList,
user_role: ''
});
exports.onLoaded = function (args) {
page = args.object;
page.bindingContext = pageData;
pageData.set('user_role',…

Hardik Vaghani
- 2,163
- 24
- 46
1
vote
2 answers
Attribute "strokeWidth" has already been defined in telerik xamarin android
1.Dimension types not allowed (at 'strokeWidth' with value '2dp').
2.Attribute "strokeWidth" has already been defined.
3.Attribute "strokeColor" has already been defined.
4.Attribute "fillColor" has already been defined.
Getting 4 error after…

Srinivas Ch
- 1,202
- 2
- 19
- 34