You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Purchase Connector support to Expo config plugin
- Add shouldUsePurchaseConnector flag support
- Add automatic Podfile flag injection with conflict detection
- Maintain backward compatibility with manual configurations
- Support both shouldUseStrictMode and shouldUsePurchaseConnector flags
Builds upon Swift AppDelegate support from PR #624
console.log("ERROR: Cannot add AppsFlyer strict mode to the project's ios/Podfile because it's malformed. Please report this with a copy of your project Podfile.");
console.log("ERROR: Cannot add AppsFlyer strict mode to the project's ios/Podfile because it's malformed. Please report this with a copy of your project Podfile.");
178
+
returnconfig;
179
+
}
180
+
}else{
181
+
console.log("INFO: $RNAppsFlyerStrictMode already exists in Podfile, skipping auto-assignment.");
console.log("ERROR: Cannot add AppsFlyer Purchase Connector to the project's ios/Podfile because it's malformed. Please report this with a copy of your project Podfile.");
197
+
returnconfig;
198
+
}
199
+
}else{
200
+
console.log("INFO: $AppsFlyerPurchaseConnector already exists in Podfile, skipping auto-assignment.");
0 commit comments