【仅供内部供应商使用,不提供对外解答和培训】

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

16. 如何从外部App启动帆软的数据分析

使用url scheme启动,帆软的url scheme是FineReport,运行如下代码即可scheme是FineReport/com.fr.FineReport,运行如下代码即可

Code Block
languagecpp
title启动FRApp
NSURL *url = [NSURL URLWithString:@"FineReport://"];
//NSURL *url = [NSURL URLWithString:@"com.fr.FineReport://"];
[[UIApplication sharedApplication] openURL:url];