All Products
Search
Document Center

Mobile Platform as a Service:iOS Mini Program adds extension information

Last Updated:Jul 20, 2023

It is necessary to add a Mini Program package when publishing function by using the Mini Program on the console platform. The extension information used to configure the Mini Program must be packaged with launchParams, or it will not be obtained by the iOS terminal.

Obtain extension information

    NAMApp *app = [NAMServiceGet() findApp:appId version:@"1.0.0.2"];
    NSString *extend_info = app.extend_info;