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

How to debug third party custom adapter? #239

Open
v5huang opened this issue Jun 15, 2023 · 2 comments
Open

How to debug third party custom adapter? #239

v5huang opened this issue Jun 15, 2023 · 2 comments
Labels
bug Something isn't working stale This isue has been inactive

Comments

@v5huang
Copy link

v5huang commented Jun 15, 2023

MAX SDK Version

11+

Device/Platform Info

ios14+

Current Behavior

How to debug third party custom adapter? Without any log information, configuring according to official documents cannot work properly, and no helpful debugging information can be seen! Please help us debug and solve this issue. Thank you very much!

Expected Behavior

No response

How to Reproduce

How to debug third party custom adapter? IOS custom adapter can no work, no log no information!

Additional Info

No response

@v5huang v5huang added the bug Something isn't working label Jun 15, 2023
@v5huang
Copy link
Author

v5huang commented Jun 15, 2023

/**

  • Initialize current adapter. This method will be called at the beginning of the adapter lifecycle.
  • @param parameters Parameters passed from the server.
  • @param completionHandler Completion block to be called when the 3rd-party SDK finishes initialization, with the initialization status passed in.
    */
  • (void)initializeWithParameters:(id)parameters completionHandler:(void(^)(MAAdapterInitializationStatus initializationStatus, NSString *_Nullable errorMessage))completionHandler;

This init method was not called and there are no logs!

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale This isue has been inactive label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale This isue has been inactive
Projects
None yet
Development

No branches or pull requests

1 participant