Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

AndreiParaschiv
AndreiParaschiv
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
18

Likes Received

Likes Received
7

Posts

Posts
49

Discussions

Discussions
4

Questions

Questions
45

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AndreiParaschiv
Customize the badges you want to showcase on your profile
Re: Salesforce integration? - Adobe Experience Manager Mobile 06-10-2016
Hi Keith,I don't think that the API needed to integrate AEM Mobile runtime with Salesforce (SFDC) is available yet.Andrei

Views

806

Likes

0

Replies

0
Re: Layout tool appears to be "off"... - Adobe Experience Manager Mobile 03-10-2016
Hi, TommyCan you let me know : a) do you have any sizing ( margins, gutters) set ? b) what is the height and width of the tablet ?Thanks,Andrei

Views

705

Likes

0

Replies

0
Re: Sign In on Web Viewer - Adobe Experience Manager Mobile 30-08-2016
Hi Zac,Entitlement is supported on all platforms, so as long as your authentication works correct on Windows,iOS and Android, it should work just as fine on Web viewer.- What error are you receiving ? Are you trying to access the web viewer using a proxy connection ?- Do do have the same results across different browsers ?Thanks,Andrei

Views

1.0K

Likes

0

Replies

0
Re: Moving various articles - Adobe Experience Manager Mobile 29-08-2016
Hi, Melissa,At this moment,there isn't a multiple selection way to rearrange the articles in a collection.Quick question : - are you trying to arrange the order by using the Content Map or by editing the content in the collection(the grid button) ?An easier way to do it, is to use the Content Map and filter any articles you may want to change their order toCheers,Andrei

Views

453

Likes

0

Replies

0
Re: Retrieve Specific information from Article - AEMM - Adobe Experience Manager Mobile 26-07-2016
Hi Thejus,1) You can use the method getThumbnailImage of the JS API for a HTML article - more details on this here : https://helpx.adobe.com/digital-publishing-solution/help/app-runtime-api.html2) You can use the File System plugin from Cordova, which allows the users to read/write files on the device , have a look here :Use Cordova plug-ins in AEM MobileYou can use localStorage as well, but you are limited to max. 10 MBAndrei

Views

870

Likes

0

Replies

0
Re: Import folios of DPS for AEM - Adobe Experience Manager Mobile 25-07-2016
Hi Rita,You will have to create a project in AEMM and then use the Folio migration tool to migrate the folios (from DPS classic) to this new project.All the migrated folios will be converted in articles and ready to be used on AEMM.More details here : Migrate content from DPS folios to AEM Mobile Thanks,Andrei

Views

686

Likes

0

Replies

0
Re: Article Using Shared Content Not loading in App - Adobe Experience Manager Mobile 21-07-2016
From the screenshots provided, the calls appear to be alright.- Can you make a GET request a /publication/{publicationID}/{entityType​ and retrieved the list of entities ?Also, check that the shared files are stored in a single entity and consult the On-Demand Services API samples which an examples for sharedContent,it is in the /sharedContent folder.

Views

643

Likes

0

Replies

0
Re: Article Using Shared Content Not loading in App - Adobe Experience Manager Mobile 13-07-2016
Hi,Can you share the call made so I can have a look at it ?Cheers,Andrei

Views

642

Likes

0

Replies

0
Re: Unsupported Grant Type while hitting Authentication-Service - Adobe Experience Manager Mobile 12-07-2016
Hi,Use the new Access token and remake the call.Note that an Access token is only available for 24 hours.More details regarding shared content using the API, please consult the article : Work with shared content using the On-Demand Services API

Views

3.3K

Likes

0

Replies

0
Re: Unsupported Grant Type while hitting Authentication-Service - Adobe Experience Manager Mobile 11-07-2016
The grant_type should be device.Example of the POST method call :https://ims-na1.adobelogin.com/ims/token/v1?grant_type=device&client_id=your_client_ID&client_secret=your_client_secret&scope=AdobeID,openid&device_token=your_device_token&device_id=your_device_idCan you please check if before or after the device string, you have an extra space ?Thanks,Andrei

Views

3.3K

Likes

0

Replies

2