- Posts: 16
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Not able to acess radaee.com sdk in my app .
IP: 192.168.0.71
11 years 7 months ago #6893
by Mahesh007
Not able to acess radaee.com sdk in my app . was created by Mahesh007
your sdk is working in you demo app. but when i am integrating in my app it gives me error on like.
when i am using ink annotation it gives me error on this
if(![m_view vInkStart])
{
NSString *str1=NSLocalizedString(@"Alert", @"Localizable");
NSString *str2=NSLocalizedString(@"This Document is readonly", @"Localizable");
NSString *str3=NSLocalizedString(@"OK", @"Localizable");
UIAlertView *alter = [[UIAlertView alloc]initWithTitle:str1 message:str2 delegate:self cancelButtonTitle:str3 otherButtonTitles:nil,nil];
[alter show];
return;
}
thuis alert is showing why . please help on this
when i am using ink annotation it gives me error on this
if(![m_view vInkStart])
{
NSString *str1=NSLocalizedString(@"Alert", @"Localizable");
NSString *str2=NSLocalizedString(@"This Document is readonly", @"Localizable");
NSString *str3=NSLocalizedString(@"OK", @"Localizable");
UIAlertView *alter = [[UIAlertView alloc]initWithTitle:str1 message:str2 delegate:self cancelButtonTitle:str3 otherButtonTitles:nil,nil];
[alter show];
return;
}
thuis alert is showing why . please help on this
IP: 192.168.0.127
11 years 7 months ago #6894
by emanuele
Replied by emanuele on topic Not able to acess radaee.com sdk in my app .
Hi,
annot feature are not enabled without an activation key, are you using a valid one?
annot feature are not enabled without an activation key, are you using a valid one?
IP: 192.168.0.71
11 years 7 months ago #6895
by Mahesh007
Replied by Mahesh007 on topic Not able to acess radaee.com sdk in my app .
I am using your free sdk for demo purpose
IP: 192.168.0.71
11 years 7 months ago - 11 years 7 months ago #6904
by radaee
Replied by radaee on topic Not able to acess radaee.com sdk in my app .
the demo project is binding to package name "com.radaee.pdf.PDFViewer".
if you created a new project other than this package name, and copy codes from demo.
then, license not actived, you will see watermarks over each page.
if you created a new project other than this package name, and copy codes from demo.
then, license not actived, you will see watermarks over each page.
Last edit: 11 years 7 months ago by .
Time to create page: 0.406 seconds