javi09
Participant
Member since ‎2017 Jul 17

User Statistics

  • 27 Posts
  • 0 Solutions
  • 75 Kudos given
  • 3 Kudos received

User Activity

Hello community, The following question comes to me regarding the regeneration of projects in case of updates on the design of the app: The Assistant includes a button "Regenerate proxy clases" that it worked fine to me when I changed fields on ...
Hello experts, I would need you to lend me a hand to guide me in the right direction. I will explain my case: - I created a very simple oData service based on DDIC table and I implemented the Get and Create methods(on-premise). - I tested the s...
Hi experts, I wanted to point the following issue, I have updated to Xcode 10.2.1 on macOS Mojave 10.14.4 and now my app originally generated with SDK for iOS Assistant 3.1.301 cannot be build. The Swift compiler error that is showing Xcode is: ...
I want to create a filtering query in Xcode using the classes DataQuery and QueryFilter but I'm facing the problem of the encoding of single quotes into the URI, details below: Using the code: query = DataQuery().filter(EntityA.property == "x" &...
Dear experts, I'm struggling to find ways to create a native iOS app with login page (SAP user/pass) and calling an odata service (on-premise SAP server) inside that app. How can I create a custom login page in my backend system scenario? How shoul...