Launch installed app on tethered iPhone

后端 未结 3 887
挽巷
挽巷 2021-01-12 01:37

I\'m working on trying to launch an automated testing solution for some iOS applications. I\'m using fruitstrap to transfer and install a compiled app over to the connected

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-12 01:41

    I believe you may be looking for some sort of Custom URL Scheme.

    Have a look at the following document and scroll down to: Implementing Custom URL Schemes

    http://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html

    You can also google URL Schemes in iOS to see if you come across something similar to what you are trying to do.

    Let me know if this helped you out. Would be interesting to hear if you had any success.

    Cheers.

提交回复
热议问题