Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-public API Usage in NMAKit #143

Closed
OllieJohnson-dev opened this issue Dec 11, 2019 · 3 comments
Closed

Non-public API Usage in NMAKit #143

OllieJohnson-dev opened this issue Dec 11, 2019 · 3 comments

Comments

@OllieJohnson-dev
Copy link

Hey,

Our App is utilising the speedLimit aspect of the HERE SDK, We've pushed an initial build to apple but they're coming back with a Non-public API usage issue.

I'd read on a few threads and forums that a fix will be brought out, But I cant see and update on this?

ITMS-90338: Non-public API usage - The app references non-public symbols in Frameworks/NMAKit.framework/NMAKit: _getcontext, _makecontext, _setcontext. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/

The specific Pod im using is pod 'HEREMapsUI'

Thanks
Oliver

@dashchak
Copy link
Contributor

Hi @OliverKDMIreland
Looks like you use the latest MSDKUI v2.1.3, which depends on HERE Maps v3.13.
See release page.
The root cause of issue you faced is in HERE Maps v3.13 which introduced it.

There are 2 options for you now:

  1. Wait for next HEREMapsUI release which will switch to HERE Maps v3.13.3 or even v3.14
  2. Switch back to HEREMapsUI v2.1.2 which uses HEREMaps v3.12

@OllieJohnson-dev
Copy link
Author

Thanks for the speedy reply @dashchak

I'll go ahead and try your second suggestion now. But do you have any estimate on when the new release will be? We're hoping to fully release our Apps in mid January

Thanks
Oliver

@HERE-SDK-Support-Team
Copy link
Contributor

@OliverKDMIreland The team is working on an update for MSDKUI to integrate the next HERE SDK Premium version. There's no clear estimation yet, but most likely it will not arrive before your due date. Once we have it available, it will be announced here. Hope this helps at least a little bit. Thanks for your understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants