Post

Replies

Boosts

Views

Activity

Promoting in-app purchases
https://developer.apple.com/documentation/storekit/skpaymenttransactionobserver/promoting_in-app_purchases?language=objc I set the product to be hidden, and after getting the visibility of the product, I found that it is hidden 。 But it is still visible in the store。 Did I miss something?
0
0
365
Sep ’23
How to convert usdz to obj with code?
Use the  ModelIO           print("Processing is complete!") let objPath = <#Your OBJ Path#> /// usdz file           let modelAsset = MDLAsset(url: URL(fileURLWithPath: outputFilename))           modelAsset.loadTextures()           do {             try modelAsset.export(to:URL(fileURLWithPath: objPath))            print("Exported to OBJ!")           }           catch {             print(error)           } The exported obj is missing most of the information compared to the original usdz.
1
1
1.4k
Jul ’22
Problem with testing Object Capture for iOS
Scanning objects using Object Capture My iPad pro iPad OS 17.0 (21A329) has Lidar (can use roomPlan). When I run the demo I get an error: ObjectCaptureSession.isCurrentDeviceSupported: The device is not supported on this device. Did I miss something? Looking forward to your reply.
Replies
2
Boosts
0
Views
705
Activity
Sep ’23
Promoting in-app purchases
https://developer.apple.com/documentation/storekit/skpaymenttransactionobserver/promoting_in-app_purchases?language=objc I set the product to be hidden, and after getting the visibility of the product, I found that it is hidden 。 But it is still visible in the store。 Did I miss something?
Replies
0
Boosts
0
Views
365
Activity
Sep ’23
How to convert usdz to obj with code?
Use the  ModelIO           print("Processing is complete!") let objPath = <#Your OBJ Path#> /// usdz file           let modelAsset = MDLAsset(url: URL(fileURLWithPath: outputFilename))           modelAsset.loadTextures()           do {             try modelAsset.export(to:URL(fileURLWithPath: objPath))            print("Exported to OBJ!")           }           catch {             print(error)           } The exported obj is missing most of the information compared to the original usdz.
Replies
1
Boosts
1
Views
1.4k
Activity
Jul ’22